[dnssec-tools] added nsec3, ipv6 and dlv options

Wes Hardaker hardaker at fedoraproject.org
Tue Oct 5 12:50:58 UTC 2010


commit 5164eb77067c6d83acf135efc8e414bbd7b05766
Author: Wes Hardaker <opensource at hardakers.net>
Date:   Tue Oct 5 05:51:03 2010 -0700

    added nsec3, ipv6 and dlv options

 dnssec-tools.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/dnssec-tools.spec b/dnssec-tools.spec
index cfc0c1f..1575b3d 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.8
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: BSD
 Group: System Environment/Base
 URL: http://www.dnssec-tools.org/
@@ -58,7 +58,7 @@ C-based libraries useful for developing dnssec aware tools.
 %patch4 -p0
 
 %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/named.root.hints --with-resolv-conf=/etc/resolv.conf --disable-static
+%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/named.root.hints --with-resolv-conf=/etc/resolv.conf --disable-static --with-nsec3 --with-ipv6 --with-dlv
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' validator/libtool
@@ -301,6 +301,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/val_freeaddrinfo.3.gz
 
 %changelog
+* Tue Oct  5 2010 Wes Hardaker <wjhns174 at hardakers.net> - 1.8-2
+- Added nsec3 option
+
 * Fri Sep 24 2010 Wes Hardaker <wjhns174 at hardakers.net> - 1.8-1
 - Update to the upstream 1.8 release
 


More information about the scm-commits mailing list