summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Lane <tgl@fedoraproject.org>2008-02-06 05:57:49 +0000
committerTom Lane <tgl@fedoraproject.org>2008-02-06 05:57:49 +0000
commit1f28b3c18cd91756f6002a6b0d63e1d6500f680d (patch)
treed89217b3aac9ca43f8aba6cb1d8b7ff11667aaa9
parente6b898c56d5d8aaa5fb369898e6e8cff58a284c0 (diff)
downloadpostgresql-setup-1f28b3c18cd91756f6002a6b0d63e1d6500f680d.tar.gz
postgresql-setup-1f28b3c18cd91756f6002a6b0d63e1d6500f680d.tar.xz
postgresql-setup-1f28b3c18cd91756f6002a6b0d63e1d6500f680d.zip
Enable the new GSSAPI support in 8.3.0 (forgotten in the original update)postgresql-8_3_0-2_fc9
-rwxr-xr-xpostgresql.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/postgresql.spec b/postgresql.spec
index c8ed4b6..f57aed1 100755
--- a/postgresql.spec
+++ b/postgresql.spec
@@ -82,7 +82,7 @@
Summary: PostgreSQL client programs and libraries
Name: postgresql
Version: 8.3.0
-Release: 1%{?dist}
+Release: 2%{?dist}
License: BSD
Group: Applications/Databases
Url: http://www.postgresql.org/
@@ -411,6 +411,7 @@ CFLAGS=`echo $CFLAGS|xargs -n 1|grep -v ffast-math|xargs -n 100`
%endif
%if %kerberos
--with-krb5 \
+ --with-gssapi \
%endif
%if %uuid
--with-ossp-uuid \
@@ -837,6 +838,9 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
+* Wed Feb 6 2008 Tom Lane <tgl@redhat.com> 8.3.0-2
+- Enable the new GSSAPI support in 8.3.0.
+
* Mon Feb 4 2008 Tom Lane <tgl@redhat.com> 8.3.0-1
- Update to PostgreSQL 8.3.0.