[dnssec-tools/f17] fix for zonesigner's SOA serial incrementation routine

Wes Hardaker hardaker at fedoraproject.org
Wed Dec 19 22:55:21 UTC 2012


commit 6bf899e005dffbbc361134878aacae166768b17e
Author: Wes Hardaker <opensource at hardakers.net>
Date:   Wed Dec 19 14:55:07 2012 -0800

    fix for zonesigner's SOA serial incrementation routine

 dnssec-tools.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/dnssec-tools.spec b/dnssec-tools.spec
index 59a3bde..ab99eb6 100644
--- a/dnssec-tools.spec
+++ b/dnssec-tools.spec
@@ -1,7 +1,7 @@
 Summary: A suite of tools for managing dnssec aware DNS usage
 Name: dnssec-tools
 Version: 1.13
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: BSD
 Group: System Environment/Base
 URL: http://www.dnssec-tools.org/
@@ -19,6 +19,8 @@ BuildRequires: perl(Test) perl(ExtUtils::MakeMaker)
 # Makes the code installation linux filesystem friendly
 Patch5: dnssec-tools-linux-conf-paths-1.13.patch
 Patch6: dnssec-tools-zonefile-fast-new-bind-1.13.patch
+Patch7: dnssec-tools-1.13-zonesigner-soa.patch
+Patch8: dnssec-tools-1.13-zonesigner-soa2.patch
 
 %description
 
@@ -58,6 +60,8 @@ C-based libraries useful for developing dnssec aware tools.
 
 %patch5 -p0 
 %patch6 -p2
+%patch7 -p0 -d tools/scripts
+%patch8 -p2
 
 %build
 %configure --with-validator-testcases-file=%{_datadir}/dnssec-tools/validator-testcases --with-perl-build-args="INSTALLDIRS=vendor OPTIMIZE='$RPM_OPT_FLAGS'" --sysconfdir=/etc --with-root-hints=/etc/dnssec-tools/root.hints --with-resolv-conf=/etc/dnssec-tools/resolv.conf --disable-static --with-nsec3 --with-ipv6 --with-dlv --disable-bind-checks
@@ -333,6 +337,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/val_freeaddrinfo.3.gz
 
 %changelog
+* Wed Dec 19 2012 Wes Hardaker <wjhns174 at hardakers.net> - 1.13-6
+- fix for zonesigner's SOA serial incrementation routine
+
 * Mon Oct  1 2012 Wes Hardaker <wjhns174 at hardakers.net> - 1.13-5
 - Rename the -config program to be unique per arch
 


More information about the scm-commits mailing list