|
|
@@ -31,7 +31,7 @@
|
|
|
%define V_psqlodbc 08.00.0100
|
|
|
%define V_slony1 1.0.5
|
|
|
%define V_pgpool 2.5.1
|
|
|
-%define V_pgcluster 1.3.0b
|
|
|
+%define V_pgcluster 1.3.0c
|
|
|
|
|
|
# package information
|
|
|
Name: postgresql
|
|
|
@@ -44,7 +44,7 @@ Class: BASE
|
|
|
Group: Database
|
|
|
License: GPL
|
|
|
Version: %{V_postgresql}
|
|
|
-Release: 20050302
|
|
|
+Release: 20050305
|
|
|
|
|
|
# package options
|
|
|
%option with_server yes
|
|
|
@@ -165,8 +165,9 @@ AutoReqProv: no
|
|
|
%endif
|
|
|
%if "%{with_pgcluster}" == "yes"
|
|
|
%setup -q -T -D -a 7
|
|
|
- sed -e 's;\($.exec_prefix./etc\);\1/postgresql;' \
|
|
|
- <pgcluster-%{V_pgcluster}-patch | %{l_patch} -p1
|
|
|
+ cat pgcluster-*-patch | \
|
|
|
+ sed -e 's;\($.exec_prefix./etc\);\1/postgresql;' | \
|
|
|
+ %{l_patch} -p1
|
|
|
%endif
|
|
|
|
|
|
# adjust source tree
|