summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.