SPECS (DEVEL): postgresql.spec - use proper postgresql version in pretrans ...
wrobell
wrobell at pld-linux.org
Sun Apr 19 01:28:33 CEST 2009
Author: wrobell Date: Sat Apr 18 23:28:33 2009 GMT
Module: SPECS Tag: DEVEL
---- Log message:
- use proper postgresql version in pretrans script
---- Files affected:
SPECS:
postgresql.spec (1.417.2.2 -> 1.417.2.3)
---- Diffs:
================================================================
Index: SPECS/postgresql.spec
diff -u SPECS/postgresql.spec:1.417.2.2 SPECS/postgresql.spec:1.417.2.3
--- SPECS/postgresql.spec:1.417.2.2 Thu Apr 16 12:19:15 2009
+++ SPECS/postgresql.spec Sun Apr 19 01:28:28 2009
@@ -881,7 +881,7 @@
foundold=0
for pgdir in $PG_DB_CLUSTERS; do
if [ -f $pgdir/PG_VERSION ]; then
- if [ $(cat $pgdir/PG_VERSION) != '8.3' ]; then
+ if [ $(cat $pgdir/PG_VERSION) != '8.4' ]; then
echo "Found database(s) in older, incompatible format in cluster $pgdir."
foundold=1
fi
@@ -1179,6 +1179,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.417.2.3 2009/04/18 23:28:28 wrobell
+- use proper postgresql version in pretrans script
+
Revision 1.417.2.2 2009/04/16 10:19:15 wrobell
- lang files got version suffix, fixed
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/postgresql.spec?r1=1.417.2.2&r2=1.417.2.3&f=u
More information about the pld-cvs-commit
mailing list