summaryrefslogtreecommitdiffstats
path: root/postgresql.spec
diff options
context:
space:
mode:
authorcvsdist <cvsdist@fedoraproject.org>2004-09-09 10:37:12 +0000
committercvsdist <cvsdist@fedoraproject.org>2004-09-09 10:37:12 +0000
commit4b041776e8929c37ca4e0715ecbc6ea888f860be (patch)
treea63662fc2a41b740cb2b8c7811f6c3b4c48f1de2 /postgresql.spec
parent6f2c3a9b148c44c7f4bc45268ec81116b368d20e (diff)
downloadpostgresql-setup-4b041776e8929c37ca4e0715ecbc6ea888f860be.tar.gz
postgresql-setup-4b041776e8929c37ca4e0715ecbc6ea888f860be.tar.xz
postgresql-setup-4b041776e8929c37ca4e0715ecbc6ea888f860be.zip
auto-import postgresql-7.1.3-2 from postgresql-7.1.3-2.src.rpmpostgresql-7_1_3-2RHEL-2_1-split
Diffstat (limited to 'postgresql.spec')
-rwxr-xr-xpostgresql.spec12
1 files changed, 9 insertions, 3 deletions
diff --git a/postgresql.spec b/postgresql.spec
index cf57244..f886a30 100755
--- a/postgresql.spec
+++ b/postgresql.spec
@@ -15,7 +15,7 @@
# Utility feature defines.
%{!?enable_mb:%define enable_mb 1}
%{!?pgaccess:%define pgaccess 1}
-%{!?newintarray:%define newintarray 0}
+%{!?newintarray:%define newintarray 1}
# Python major version.
%{expand: %%define pyver %(python -c 'import sys;print(sys.version[0:3])')}
@@ -44,7 +44,7 @@ Version: 7.1.3
# Pre-release RPM's should not be put up on the public ftp.postgresql.org server
# -- only test releases or full releases should be.
-Release: 1
+Release: 2
License: BSD
Group: Applications/Databases
Source0: ftp://ftp.postgresql.org/pub/source/v%{version}/postgresql-%{version}.tar.gz
@@ -948,8 +948,14 @@ rm -f perlfiles.list
%endif
%changelog
+* Mon Aug 20 2001 Trond Eivind Glomsrød <teg@redhat.com> 7.1.3-2
+- Fix usage of "Red Hat Linux" in the README.rpm-dist, do other minor
+ fixes to this file
+- Don't use newlines inside strings in the initscript
+
* Mon Aug 20 2001 Trond Eivind Glomsrød <teg@redhat.com> 7.1.3-1
-- Updated README.rpm-dist from Lamar
+- Updated README.rpm-dist from Lamar.
+- Make sure "Red Hat" and "Red Hat Linux" are used properly in the README.rpm-dist
- Work around the horror that is perl's Makefile generation
(LD_RUN_PATH is not a good thing) (#51957)
- 7.1.3, stable bugfix release. Remove patches from CVS as they are now included