summaryrefslogtreecommitdiffstats
path: root/postgresql.spec
diff options
context:
space:
mode:
authorTom Lane <tgl@fedoraproject.org>2009-09-22 00:45:57 +0000
committerTom Lane <tgl@fedoraproject.org>2009-09-22 00:45:57 +0000
commit8387bb8f87d49463413e237acef387a0e5ad0a52 (patch)
treece33d8f2745a89589e41f97f8261c62839d0da7e /postgresql.spec
parent17942eb8cd12e9c9bb07ab42d7b42986b1a8e845 (diff)
Ensure pgstartup.log gets the right ownership/permissions during initdbpostgresql-8_4_1-3_fc12F-12-startF-12-split
Diffstat (limited to 'postgresql.spec')
-rwxr-xr-xpostgresql.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/postgresql.spec b/postgresql.spec
index 7e4e4e7..11780b4 100755
--- a/postgresql.spec
+++ b/postgresql.spec
@@ -60,7 +60,7 @@ Summary: PostgreSQL client programs and libraries
Name: postgresql
%define majorversion 8.4
Version: 8.4.1
-Release: 2%{?dist}
+Release: 3%{?dist}
# PG considers their license to be simplified BSD, but it's more nearly MIT
License: MIT
Group: Applications/Databases
@@ -854,6 +854,10 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
+* Mon Sep 21 2009 Tom Lane <tgl@redhat.com> 8.4.1-3
+- Ensure pgstartup.log gets the right ownership/permissions during initdb
+Resolves: #498959
+
* Wed Sep 16 2009 Tomas Mraz <tmraz@redhat.com> - 8.4.1-2
- Use password-auth common PAM configuration instead of system-auth