rpms/bind/F-8 bind.spec,1.235,1.236

Adam Tkac (atkac) fedora-extras-commits at redhat.com
Thu Dec 20 13:48:41 UTC 2007


Author: atkac

Update of /cvs/pkgs/rpms/bind/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22635

Modified Files:
	bind.spec 
Log Message:
- fixed regression caused by libidn2 patch (#426348)



Index: bind.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bind/F-8/bind.spec,v
retrieving revision 1.235
retrieving revision 1.236
diff -u -r1.235 -r1.236
--- bind.spec	19 Dec 2007 16:29:43 -0000	1.235
+++ bind.spec	20 Dec 2007 13:48:07 -0000	1.236
@@ -21,7 +21,7 @@
 Name: 		bind
 License: 	ISC
 Version: 	9.5.0
-Release: 	20.%{RELEASEVER}%{?dist}
+Release: 	21.%{RELEASEVER}%{?dist}
 Epoch:   	32
 Url: 		http://www.isc.org/products/BIND/
 Buildroot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -83,6 +83,7 @@
 # IDN paches
 Patch73:	bind-9.5-libidn.patch
 Patch83:	bind-9.5-libidn2.patch
+Patch85:	bind-9.5-libidn3.patch
 
 #
 Requires:	bind-libs = %{epoch}:%{version}-%{release}, glibc  >= 2.2, mktemp
@@ -260,6 +261,7 @@
 %patch80 -p1 -b .edns
 %patch83 -p1 -b .libidn2
 %patch84 -p1 -b .gssapi-header
+%patch85 -p1 -b .libidn3
 :;
 
 
@@ -676,6 +678,9 @@
 %{_sbindir}/bind-chroot-admin
 
 %changelog
+* Thu Dec 20 2007 Adam Tkac <atkac redhat com> 32:9.5.0-21.b1
+- fixed regression caused by libidn2 patch (#426348)
+
 * Wed Dec 19 2007 Adam Tkac <atkac redhat com> 32:9.5.0-20.b1
 - CVE-2007-6283
 




More information about the fedora-extras-commits mailing list