- integrated "autotools" patch for testing purposes

This commit is contained in:
Adam Tkac 2007-07-23 17:55:02 +00:00
parent e93ead5573
commit a0180575d3
4 changed files with 13 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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
@ -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

View File

@ -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