[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

rpms/bind/FC-5 bind.spec,1.100,1.101



Author: jvdias

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

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


Index: bind.spec
===================================================================
RCS file: /cvs/dist/rpms/bind/FC-5/bind.spec,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- bind.spec	30 Mar 2006 01:05:58 -0000	1.100
+++ bind.spec	31 Mar 2006 00:31:34 -0000	1.101
@@ -17,7 +17,7 @@
 Name: 		bind
 License: 	BSD-like
 Version: 	9.3.2
-Release: 	14.FC5
+Release: 	16.FC5
 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}
@@ -460,8 +462,8 @@
 for f in /etc/named.caching-nameserver.conf /var/named/{named.ca,named.local,localhost.zone,localdomain.zone,named.ip6.local,named.broadcast,named.zero}; do
     touch ${RPM_BUILD_ROOT}/%{chroot_prefix}/$f;
 done
-install -m 644 %{SOURCE24} ./rfc1912.txt
-install -m 644 %{SOURCE25} ./Copyright
+install -m 644 %{SOURCE25} ./rfc1912.txt
+install -m 644 %{SOURCE24} ./Copyright
 # bind-chroot-admin script:
 sed -e 's^ BIND_CHROOT_PREFIX@^'%{chroot_prefix}'^;s^ BIND_DIR@^'%{bind_dir}'^' < %{SOURCE26} > bind-chroot-admin;
 install -m 754 bind-chroot-admin ${RPM_BUILD_ROOT}/%{_sbindir}
@@ -794,7 +796,15 @@
 :;
 
 %changelog
-* Wed Mar 29 2006 Jason Vsa Dias <jvdias redhat com> - 30:9.3.2-14
+* Thu Mar 30 2006 Jason Vas Dias <jvdias 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 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]