summaryrefslogtreecommitdiffstats
path: root/bind.spec
diff options
context:
space:
mode:
authorAdam Tkac <atkac@fedoraproject.org>2007-07-23 17:55:02 +0000
committerAdam Tkac <atkac@fedoraproject.org>2007-07-23 17:55:02 +0000
commitdb18835d13d531d76fdb9c76e29b97692743e818 (patch)
treebb85bddac653e5bd974e7d1e22ca1dc8a3a48fd3 /bind.spec
parentcaed699a848d2abf84f2d3f2d7258d08aa0ba2f5 (diff)
- integrated "autotools" patch for testing purposes
Diffstat (limited to 'bind.spec')
-rw-r--r--bind.spec12
1 files changed, 10 insertions, 2 deletions
diff --git a/bind.spec b/bind.spec
index 0e16d21..eb0348e 100644
--- a/bind.spec
+++ b/bind.spec
@@ -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.1%{?dist}
+Release: 5%{?dist}
Epoch: 31
Url: http://www.isc.org/products/BIND/
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -44,6 +44,7 @@ Source22: bind-chroot-admin.in
Source24: libbind.pc
Source25: named.conf.sample
Source28: config.tar
+Source29: bind-%{version}-autotools.tar.bz2
# Common patches
Patch0: bind-9.2.0rc3-varrun.patch
@@ -181,6 +182,9 @@ Based off code from Jan "Yenya" Kasprzak <kas@fi.muni.cz>
%prep
%setup -q -n %{name}-%{version}
+tar -xvf %{SOURCE29}
+patch -p1 -b < patch
+
# Common patches
%patch -p1 -b .varrun
%patch1 -p1 -b .key
@@ -403,7 +407,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.197 2007/07/23 14:27:48 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.198 2007/07/23 17:55:02 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 +686,10 @@ rm -rf ${RPM_BUILD_ROOT}
%{_sbindir}/bind-chroot-admin
%changelog
+* Mon Jul 21 2007 Adam Tkac <atkac redhat com> 31:9.5.0a5-5.fc8
+- integrated "autotools" patch for testing purposes (upstream will
+ accept it in future, for easier building)
+
* Mon Jul 21 2007 Adam Tkac <atkac redhat com> 31:9.5.0a5-4.1.fc8
- fixed DLZ drivers building on 64bit systems