diff options
| author | Adam Tkac <atkac@fedoraproject.org> | 2007-04-11 15:44:47 +0000 |
|---|---|---|
| committer | Adam Tkac <atkac@fedoraproject.org> | 2007-04-11 15:44:47 +0000 |
| commit | bdde459e3ec0f7a60f7f0bee61b4b1d278d2c75d (patch) | |
| tree | 30d4c8bd54e868ab5b1e3f40a71c9c5dc7703763 | |
| parent | c7a8b070e795425cdeaadab750fe0739a47a29bb (diff) | |
dnssec-signzone's -d option now works correctly
| -rw-r--r-- | bind.spec | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -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 :; @@ -445,7 +447,7 @@ for f in my.internal.zone.db slaves/my.slave.internal.zone.db slaves/my.ddns.int echo '@ in soa localhost. root 1 3H 15M 1W 1D ns localhost.' > sample/var/named/$f; done -/usr/bin/tail -n '+'`/bin/egrep -n '\\$Id: bind.spec,v 1.170 2007/04/10 17:26:22 atkac Exp $/+1/' | bc` bin/rndc/rndc.conf | sed '/Sample rndc configuration file./{p;i\ +/usr/bin/tail -n '+'`/bin/egrep -n '\\$Id: bind.spec,v 1.171 2007/04/11 15:44:47 atkac Exp $/+1/' | bc` bin/rndc/rndc.conf | sed '/Sample rndc configuration file./{p;i\ *\ * NOTE: you only need to create this file if it is to\ * differ from the following default contents: @@ -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) |
