diff options
| author | Adam Tkac <atkac@fedoraproject.org> | 2007-07-23 14:27:48 +0000 |
|---|---|---|
| committer | Adam Tkac <atkac@fedoraproject.org> | 2007-07-23 14:27:48 +0000 |
| commit | caed699a848d2abf84f2d3f2d7258d08aa0ba2f5 (patch) | |
| tree | f79ef06a81d6ac545cf7ca17aeeab49dfd049964 /bind.spec | |
| parent | fc2de4b7516c71c12bb7fca219cb5d8e82000dc0 (diff) | |
- fixed DLZ drivers building on 64bit systems
Diffstat (limited to 'bind.spec')
| -rw-r--r-- | bind.spec | 15 |
1 files changed, 9 insertions, 6 deletions
@@ -18,7 +18,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv Name: bind License: BSD-like Version: 9.5.0a5 -Release: 4%{?dist} +Release: 4.1%{?dist} Epoch: 31 Url: http://www.isc.org/products/BIND/ Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -59,6 +59,7 @@ Patch63: bind-9.4.0-dnssec-directory.patch Patch69: bind-9.5.0-generate-xml.patch Patch70: bind-9.5.0-errno-init.patch Patch71: bind-9.5-overflow.patch +Patch72: bind-9.5-dlz-64bit.patch # SDB patches Patch11: bind-9.3.2b2-sdbsrc.patch @@ -82,10 +83,8 @@ Requires: bind-libs = %{epoch}:%{version}-%{release}, glibc >= 2.2, mktemp Requires(post): grep, chkconfig >= 1.3.26 Requires(pre): shadow-utils Requires(preun):chkconfig >= 1.3.26 -Obsoletes: bind-config -Provides: bind-config -Obsoletes: caching-nameserver -Provides: caching-nameserver +Obsoletes: bind-config, caching-nameserver, bind-sdb +Provides: bind-config, caching-nameserver, bind-sdb %if %{selinux} Requires(post): policycoreutils %endif @@ -241,6 +240,7 @@ popd %patch65 -p1 -b .idn %patch70 -p1 -b .errno-init %patch71 -p1 -b .overflow +%patch72 -p1 -b .64bit :; @@ -403,7 +403,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.196 2007/07/20 12:53:34 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.197 2007/07/23 14:27:48 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: @@ -682,6 +682,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_sbindir}/bind-chroot-admin %changelog +* Mon Jul 21 2007 Adam Tkac <atkac redhat com> 31:9.5.0a5-4.1.fc8 +- fixed DLZ drivers building on 64bit systems + * Fri Jul 20 2007 Adam Tkac <atkac redhat com> 31:9.5.0a5-4.fc8 - fixed relation between logrotated and chroot-ed named |
