From 1f28b3c18cd91756f6002a6b0d63e1d6500f680d Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Wed, 6 Feb 2008 05:57:49 +0000 Subject: Enable the new GSSAPI support in 8.3.0 (forgotten in the original update) --- postgresql.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 8.3.0-2 +- Enable the new GSSAPI support in 8.3.0. + * Mon Feb 4 2008 Tom Lane 8.3.0-1 - Update to PostgreSQL 8.3.0. -- cgit