rpms/bind/devel bind.spec,1.62,1.63

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Jul 7 20:47:21 UTC 2005


Author: jvdias

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

Modified Files:
	bind.spec 
Log Message:
fix for bug 160914


Index: bind.spec
===================================================================
RCS file: /cvs/dist/rpms/bind/devel/bind.spec,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- bind.spec	31 May 2005 19:47:40 -0000	1.62
+++ bind.spec	7 Jul 2005 20:47:19 -0000	1.63
@@ -9,7 +9,7 @@
 Name: bind
 License: BSD-like
 Version: 9.3.1
-Release: 6
+Release: 7
 Epoch:   24
 Url: http://www.isc.org/products/BIND/
 Buildroot: %{_tmppath}/%{name}-root
@@ -46,6 +46,8 @@
 Patch16: bind-9.3.1-redhat_doc.patch
 Patch17: bind-9.3.1-fix_sdb_ldap.patch
 Patch18: bind-9.3.1-reject_resolv_conf_errors.patch
+Patch19: bind-9.3.1-bind-9.3.1-next_server_on_referral.patch
+Patch20: bind-9.3.1-no_servfail_stops.patch
 Requires(pre,preun): shadow-utils
 Requires(post,preun): chkconfig
 Requires(post): textutils, fileutils, sed, grep
@@ -201,6 +203,10 @@
 %patch17 -p1 -b .fix_sdb_ldap
 %endif
 %patch18 -p1 -b .reject_resolv_conf_errors
+# %patch19 -p1 -b .next_server_on_referral
+# Apply this when patch for bug 162625 has been applied to glibc
+%patch20 -p1 -b .no_servfail_stops
+
 %build
 libtoolize --copy --force; aclocal; autoconf
 cp -f /usr/share/libtool/config.{guess,sub} .




More information about the fedora-cvs-commits mailing list