packages: postgresql/postgresql.spec - switch to heimdal kerberos - enable ...

baggins baggins at pld-linux.org
Thu Jul 2 15:47:45 CEST 2009


Author: baggins                      Date: Thu Jul  2 13:47:45 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- switch to heimdal kerberos
- enable gssapi if build with kerberos

---- Files affected:
packages/postgresql:
   postgresql.spec (1.420 -> 1.421) 

---- Diffs:

================================================================
Index: packages/postgresql/postgresql.spec
diff -u packages/postgresql/postgresql.spec:1.420 packages/postgresql/postgresql.spec:1.421
--- packages/postgresql/postgresql.spec:1.420	Wed Jul  1 19:01:03 2009
+++ packages/postgresql/postgresql.spec	Thu Jul  2 15:47:40 2009
@@ -45,7 +45,7 @@
 BuildRequires:	bison >= 1.875
 BuildRequires:	flex
 BuildRequires:	gettext-devel
-%{?with_kerberos5:BuildRequires:	krb5-devel}
+%{?with_kerberos5:BuildRequires:	heimdal-devel}
 BuildRequires:	libtool
 BuildRequires:	libxml2-devel >= 2.6.23
 BuildRequires:	libxslt-devel
@@ -785,6 +785,7 @@
 	--with-system-tzdata=%{_datadir}/zoneinfo \
 	--enable-nls \
 	--enable-thread-safety \
+	%{?with_kerberos5:--with-gssapi} \
 	%{?with_kerberos5:--with-krb5} \
 	%{?with_ldap:--with-ldap} \
 	--with-openssl \
@@ -1181,6 +1182,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.421  2009/07/02 13:47:40  baggins
+- switch to heimdal kerberos
+- enable gssapi if build with kerberos
+
 Revision 1.420  2009/07/01 17:01:03  radek
 - updated to 8.4.0; NOTE: consider postgresql82 / postgresql83 and turning postgresql into a meta package
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/postgresql/postgresql.spec?r1=1.420&r2=1.421&f=u



More information about the pld-cvs-commit mailing list