|
|
@@ -47,7 +47,7 @@ Distribution: OpenPKG [BASE]
|
|
|
Group: Database
|
|
|
License: GPL
|
|
|
Version: 7.3
|
|
|
-Release: 20021203
|
|
|
+Release: 20021207
|
|
|
|
|
|
# list of sources
|
|
|
Source0: ftp://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.gz
|
|
|
@@ -200,7 +200,7 @@ AutoReqProv: no
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
%pre
|
|
|
- if [ $1 -gt 1 ]; then
|
|
|
+ if [ $1 -eq 1 ]; then
|
|
|
# initial installation
|
|
|
if [ -f $RPM_INSTALL_PREFIX/var/postgresql/db/PG_VERSION -a \
|
|
|
-f $RPM_INSTALL_PREFIX/bin/pg_migrate ]; then
|