rpms/dnssec-conf/devel dnssec-conf-bind-9.7.patch, NONE, 1.1 dnssec-conf.spec, 1.19, 1.20

Štěpán Kasal kasal at fedoraproject.org
Fri Jan 29 14:54:49 UTC 2010


Author: kasal

Update of /cvs/pkgs/rpms/dnssec-conf/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13364

Modified Files:
	dnssec-conf.spec 
Added Files:
	dnssec-conf-bind-9.7.patch 
Log Message:
- patch to make dnssec-configure work with bind 9.7.x

dnssec-conf-bind-9.7.patch:
 dnssec-configure |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE dnssec-conf-bind-9.7.patch ---
2010-01-29  Stepan Kasal  <skasal at redhat.com>

	* dnssec-configure: 9.7 is also a release of ISC BIND

diff -ur dnssec-conf-1.22.orig/dnssec-configure dnssec-conf-1.22/dnssec-configure
--- dnssec-conf-1.22.orig/dnssec-configure	2009-10-14 21:08:54.000000000 +0200
+++ dnssec-conf-1.22/dnssec-configure	2010-01-29 14:59:13.000000000 +0100
@@ -401,7 +401,7 @@
 			sys.exit("ERROR: unknown Bind version '%s'- aborted:"%bversion)
 		if (bversion[5] in [ "4","8" ]):
 			sys.exit("ERROR: ANCIENT Bind version '%s' not supported. We only support 9.3.3 and higher"%bversion)
-		if (bversion[5] == "9") and (bversion[7] in [ "4","5","6" ]):
+		if (bversion[5] == "9") and (bversion[7] in [ "4","5","6","7" ]):
 			bversion = "newstyle"
 			return
 		elif (bversion[5] == "9") and (bversion[7] =="3"):


Index: dnssec-conf.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dnssec-conf/devel/dnssec-conf.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- dnssec-conf.spec	29 Jan 2010 14:19:36 -0000	1.19
+++ dnssec-conf.spec	29 Jan 2010 14:54:49 -0000	1.20
@@ -9,7 +9,7 @@ Patch0: dnssec-conf-bind-9.7.patch
 Group: System Environment/Daemons
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
-Buildrequires: xmlto
+BuildRequires: xmlto
 Requires: python-dns, curl, pyparsing
 #Requires: a caching nameserver
 #Requires bind >= 9.4.0 if bind is reconfigured.....



More information about the scm-commits mailing list