rpms/bind/devel bind.spec,1.101,1.102

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Mar 30 23:37:16 UTC 2006


Author: jvdias

Update of /cvs/dist/rpms/bind/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv23266

Modified Files:
	bind.spec 
Log Message:
fix bugs 187286, 187333


Index: bind.spec
===================================================================
RCS file: /cvs/dist/rpms/bind/devel/bind.spec,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- bind.spec	30 Mar 2006 16:35:58 -0000	1.101
+++ bind.spec	30 Mar 2006 23:37:14 -0000	1.102
@@ -17,7 +17,7 @@
 Name: 		bind
 License: 	BSD-like
 Version: 	9.3.2
-Release: 	14.FC6
+Release: 	16.FC6
 Epoch:   	30
 Url: 		http://www.isc.org/products/BIND/
 Buildroot: 	%{_tmppath}/%{name}-root
@@ -86,6 +86,7 @@
 Patch27: 	bind-9.3.1-dbus_restart.patch
 Patch28: 	bind-9.3.2rc1-dbus-0.6.patch
 Patch29: 	bind-9.3.2-bz177854.patch
+Patch30:	bind-9.3.2-bz187286_fix_host_cname.patch
 #
 Requires:	bind-libs = %{epoch}:%{version}-%{release}, glibc  >= 2.2
 Requires(post): bash, coreutils, sed, grep, chkconfig >= 1.3.26
@@ -311,6 +312,7 @@
 %patch28 -p1 -b .dbus-0.6
 # this patch no longer required (kernel now fixed):
 # %patch29 -p1 -b .bz177854
+%patch30 -p1 -b .bz187286_fix_host_cname
 #
 # this must follow all dbus patches:
 %if %{SDB}
@@ -794,7 +796,15 @@
 :;
 
 %changelog
-* Wed Mar 29 2006 Jason Vsa Dias <jvdias at redhat.com> - 30:9.3.2-14
+* Thu Mar 30 2006 Jason Vas Dias <jvdias at redhat.com> - 30:9.3.2-16
+- fix bug 187286: 
+     prevent host(1) printing duplicate 'is an alias for' messages
+     for the default AAAA and MX lookups as well as for the A lookup
+     (it now uses the CNAME returned for the A lookup for the AAAA and MX lookups).
+     This is upstream bug #15702 fixed in the unreleased bind-9.3.3
+- fix bug 187333: fix SOURCE24 and SOURCE25 transposition
+
+* Wed Mar 29 2006 Jason Vas Dias <jvdias at redhat.com> - 30:9.3.2-14
 - fix bug 186577: remove -L/usr/lib from libbind.pc and more .spec file cleanup
 - add '%doc' sample configuration files in /usr/share/doc/bind*/sample
 - rebuild with new gcc and glibc




More information about the fedora-cvs-commits mailing list