rpms/dnssec-conf/devel dnssec-conf-bind-9.7.patch, 1.1, 1.2 dnssec-conf.spec, 1.20, 1.21

Štěpán Kasal kasal at fedoraproject.org
Fri Jan 29 15:15:07 UTC 2010


Author: kasal

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

Modified Files:
	dnssec-conf-bind-9.7.patch dnssec-conf.spec 
Log Message:
- better be ready for bind 9.8.x an 9.9.x as well...

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

Index: dnssec-conf-bind-9.7.patch
===================================================================
RCS file: /cvs/pkgs/rpms/dnssec-conf/devel/dnssec-conf-bind-9.7.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- dnssec-conf-bind-9.7.patch	29 Jan 2010 14:54:49 -0000	1.1
+++ dnssec-conf-bind-9.7.patch	29 Jan 2010 15:15:07 -0000	1.2
@@ -1,6 +1,6 @@
 2010-01-29  Stepan Kasal  <skasal at redhat.com>
 
-	* dnssec-configure: 9.7 is also a release of ISC BIND
+	* dnssec-configure: Prepare for bind 9.7.x ... 9.9.x
 
 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
@@ -10,7 +10,7 @@ diff -ur dnssec-conf-1.22.orig/dnssec-co
  		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" ]):
++		if (bversion[5] == "9") and (bversion[7] in [ "4","5","6","7","8","9" ]):
  			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.20
retrieving revision 1.21
diff -u -p -r1.20 -r1.21
--- dnssec-conf.spec	29 Jan 2010 14:54:49 -0000	1.20
+++ dnssec-conf.spec	29 Jan 2010 15:15:07 -0000	1.21
@@ -1,13 +1,13 @@
 Summary: DNSSEC and DLV configuration and priming tool
 Name: dnssec-conf
 Version: 1.22
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv2+
 Url: http://www.xelerance.com/software/dnssec-conf/
 Source0: ftp://ftp.xelerance.com/%{name}/%{name}-%{version}.tar.gz
 Patch0: dnssec-conf-bind-9.7.patch
 Group: System Environment/Daemons
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildArch: noarch
 BuildRequires: xmlto
 Requires: python-dns, curl, pyparsing
@@ -56,6 +56,9 @@ rm -rf ${RPM_BUILD_ROOT}
 %{_mandir}/*/*
 
 %changelog
+* Fri Jan 29 2010 Stepan Kasal <skasal at redhat.com> - 1.22-3
+- better be ready for bind 9.8.x an 9.9.x as well...
+
 * Fri Jan 29 2010 Stepan Kasal <skasal at redhat.com> - 1.22-2
 - patch to make dnssec-configure work with bind 9.7.x
 



More information about the scm-commits mailing list