Explorar o código

cruel hack to get pgcluster working: we remove 3 conflicting hunks from the patch because they two are no longer necessary in 8.0.3 anyway and the third one is just a version string issue (which is not required)

Ralf S. Engelschall %!s(int64=20) %!d(string=hai) anos
pai
achega
75398a47b1
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      postgresql/postgresql.spec

+ 2 - 1
postgresql/postgresql.spec

@@ -179,7 +179,8 @@ AutoReqProv:  no
 %if "%{with_pgcluster}" == "yes"
     %setup -q -T -D -a 7
     cat pgcluster-*-patch | \
-    sed -e 's;\($.exec_prefix./etc\);\1/postgresql;' | \
+    sed -e 's;\($.exec_prefix./etc\);\1/postgresql;' \
+        -e '/preproc\.c/,/Makefile\.aix/d' | \
     %{l_patch} -p1
 %endif