rpms/bind/devel bind.spec, 1.209, 1.210 bind-9.5-gssapictx-free.patch, 1.1, NONE

Adam Tkac (atkac) fedora-extras-commits at redhat.com
Thu Aug 23 11:11:58 UTC 2007


Author: atkac

Update of /cvs/pkgs/rpms/bind/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv318

Modified Files:
	bind.spec 
Removed Files:
	bind-9.5-gssapictx-free.patch 
Log Message:
- start using --disable-isc-spnego configure option
- remove bind-9.5-spnego-memory_management.patch (source isn't compiled)



Index: bind.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bind/devel/bind.spec,v
retrieving revision 1.209
retrieving revision 1.210
diff -u -r1.209 -r1.210
--- bind.spec	23 Aug 2007 09:16:40 -0000	1.209
+++ bind.spec	23 Aug 2007 11:11:25 -0000	1.210
@@ -21,7 +21,7 @@
 Name: 		bind
 License: 	ISC
 Version: 	9.5.0
-Release: 	10.2.%{RELEASEVER}%{?dist}
+Release: 	11.%{RELEASEVER}%{?dist}
 Epoch:   	32
 Url: 		http://www.isc.org/products/BIND/
 Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -65,7 +65,6 @@
 Patch71:	bind-9.5-overflow.patch
 Patch72:	bind-9.5-dlz-64bit.patch
 Patch75:	bind-9.5-update.patch
-Patch76:	bind-9.5-gssapictx-free.patch
 
 # SDB patches
 Patch11: 	bind-9.3.2b2-sdbsrc.patch
@@ -247,7 +246,6 @@
 %endif
 %patch73 -p1 -b .libidn
 %patch75 -p1 -b .update
-%patch76 -p1 -b .free
 :;
 
 
@@ -291,6 +289,7 @@
 %endif
 %if %{GSSTSIG}
 	--with-gssapi=yes \
+	--disable-isc-spnego \
 %endif
 ;
 if [ -s openssl_config.h ]; then cat openssl_config.h >> config.h ; fi;
@@ -643,6 +642,11 @@
 %{_sbindir}/bind-chroot-admin
 
 %changelog
+* Thu Aug 23 2007 Adam Tkac <atkac redhat com> 32:9.5.0-11.a6
+- start using --disable-isc-spnego configure option
+  - remove bind-9.5-spnego-memory_management.patch (source isn't
+    compiled)
+
 * Wed Aug 22 2007 Adam Tkac <atkac redhat com> 32:9.5.0-10.2.a6
 - added new initscript option KEYTAB_FILE which specified where
   is located kerberos .keytab file for named service


--- bind-9.5-gssapictx-free.patch DELETED ---




More information about the fedora-extras-commits mailing list