diff options
| author | Adam Tkac <atkac@fedoraproject.org> | 2007-07-23 17:55:02 +0000 |
|---|---|---|
| committer | Adam Tkac <atkac@fedoraproject.org> | 2007-07-23 17:55:02 +0000 |
| commit | db18835d13d531d76fdb9c76e29b97692743e818 (patch) | |
| tree | bb85bddac653e5bd974e7d1e22ca1dc8a3a48fd3 | |
| parent | caed699a848d2abf84f2d3f2d7258d08aa0ba2f5 (diff) | |
- integrated "autotools" patch for testing purposes
| -rw-r--r-- | .cvsignore | 1 | ||||
| -rw-r--r-- | bind-9.3.1rc1-sdb.patch | 4 | ||||
| -rw-r--r-- | bind.spec | 12 | ||||
| -rw-r--r-- | sources | 1 |
4 files changed, 14 insertions, 4 deletions
@@ -2,3 +2,4 @@ bind-9.5.0a5.tar.gz bind-chroot.tar.bz2 config.tar libbind-man.tar.gz +bind-9.5.0a5-autotools.tar.bz2 diff --git a/bind-9.3.1rc1-sdb.patch b/bind-9.3.1rc1-sdb.patch index 2433a34..95b9a8c 100644 --- a/bind-9.3.1rc1-sdb.patch +++ b/bind-9.3.1rc1-sdb.patch @@ -1,5 +1,5 @@ ---- bind-9.4.0/configure.in.sdb 2007-03-06 12:59:32.000000000 +0100 -+++ bind-9.4.0/configure.in 2007-03-06 12:59:32.000000000 +0100 +--- bind-9.4.0/configure.ac.sdb 2007-03-06 12:59:32.000000000 +0100 ++++ bind-9.4.0/configure.ac 2007-03-06 12:59:32.000000000 +0100 @@ -2478,6 +2478,7 @@ bin/tests/system/tkey/Makefile bin/tests/headerdep_test.sh @@ -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 @@ -2,3 +2,4 @@ beb3f6e7e8e1f804d1fb79dd11319e1e bind-9.5.0a5.tar.gz 4faa4395b955e5f8a3d50f308b9fabc8 bind-chroot.tar.bz2 bdea8168751a29e61525f11e8195ad48 config.tar 13fef79f99fcefebb51d84b08805de51 libbind-man.tar.gz +ab617c4f99feb2af6e384df8ebe5a9ec bind-9.5.0a5-autotools.tar.bz2 |
