summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Tkac <atkac@fedoraproject.org>2007-04-11 15:44:47 +0000
committerAdam Tkac <atkac@fedoraproject.org>2007-04-11 15:44:47 +0000
commit3ae660a68b1bb1d57d72902c44ef02e0c28f0322 (patch)
treef444d81920296db3e84d179c92a8fbdfe4eca659
parent35de41098bfb2403034bf3e607a2d5e7584c0bab (diff)
downloadbind-3ae660a68b1bb1d57d72902c44ef02e0c28f0322.tar.gz
bind-3ae660a68b1bb1d57d72902c44ef02e0c28f0322.tar.xz
bind-3ae660a68b1bb1d57d72902c44ef02e0c28f0322.zip
dnssec-signzone's -d option now works correctly
-rw-r--r--bind.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/bind.spec b/bind.spec
index 4169d41..1e0ed48 100644
--- a/bind.spec
+++ b/bind.spec
@@ -17,7 +17,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
Name: bind
License: BSD-like
Version: 9.4.0
-Release: 4%{?dist}
+Release: 5%{?dist}
Epoch: 31
Url: http://www.isc.org/products/BIND/
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -76,6 +76,7 @@ Patch32: bind-9.3.2-prctl_set_dumpable.patch
Patch52: bind-9.3.3-edns.patch
Patch61: bind-9.3.4-sdb-sqlite-src.patch
Patch62: bind-9.4.0-sdb-sqlite-bld.patch
+Patch63: bind-9.4.0-dnssec-directory.patch
#
Requires: bind-libs = %{epoch}:%{version}-%{release}, glibc >= 2.2, mktemp
Requires(post): grep, chkconfig >= 1.3.26
@@ -283,6 +284,7 @@ cp -fp bin/named/include/named/{globals.h,server.h,log.h,types.h} bin/named_sdb/
%if %{SDB}
%patch62 -p1 -b .sdb-sqlite-bld
%endif
+%patch63 -p1 -b .directory
:;
@@ -759,6 +761,9 @@ rm -rf ${RPM_BUILD_ROOT}
%endif
%changelog
+* Wed Apr 11 2007 Adam Tkac <atkac redhat com> 31:9.4.0-5.fc7
+- dnssec-signzone utility now doesn't ignore -d parameter
+
* Tue Apr 10 2007 Adam Tkac <atkac redhat com> 31:9.4.0-4.fc7
- removed query-source[-v6] options from caching-nameserver config
(#209954, increase security)