Enable the new GSSAPI support in 8.3.0 (forgotten in the original update)
This commit is contained in:
parent
e6b898c56d
commit
1f28b3c18c
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user