summaryrefslogtreecommitdiffstats
path: root/bind.spec
diff options
context:
space:
mode:
authorAdam Tkac <atkac@fedoraproject.org>2008-05-05 09:41:55 +0000
committerAdam Tkac <atkac@fedoraproject.org>2008-05-05 09:41:55 +0000
commit0c9c09d36e5ac6c789fe01cf116155f8ccef7ad1 (patch)
treeb6b13ba9f7f974b242e76644843ada72cd90d9a3 /bind.spec
parent047edd6999e42ab8edcacabfcad267f85660e8de (diff)
- port libcap patch to latest upstream source
Diffstat (limited to 'bind.spec')
-rw-r--r--bind.spec9
1 files changed, 5 insertions, 4 deletions
diff --git a/bind.spec b/bind.spec
index 19282b1..0c9d489 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: ISC
Version: 9.5.0
-Release: 29.3.%{RELEASEVER}%{dist}
+Release: 30.%{RELEASEVER}%{?dist}
Epoch: 32
Url: http://www.isc.org/products/BIND/
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -244,7 +244,7 @@ export CFLAGS="$CFLAGS $RPM_OPT_FLAGS"
export CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
export STD_CDEFINES="$CPPFLAGS"
-libtoolize -c -f; aclocal --force; autoconf -f
+libtoolize -c -f; aclocal --force; autoheader -f; autoconf -f
%if %{WITH_DBUS}
%ifarch s390x x86_64 ppc64
@@ -390,7 +390,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.256 2008/04/30 09:49:23 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.257 2008/05/05 09:41:55 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:
@@ -641,12 +641,13 @@ rm -rf ${RPM_BUILD_ROOT}
%{_sbindir}/bind-chroot-admin
%changelog
-* Wed Apr 30 2008 Adam Tkac <atkac redhat com> 32:9.5.0-30.b3
+* Mon May 05 2008 Adam Tkac <atkac redhat com> 32:9.5.0-30.b3
- 9.5.0b3 release
- dropped patches (upstream)
- bind-9.5.0-generate-xml.patch
- bind-9.5-transfer-segv.patch
- bind-9.5-mudflap.patch
+- updated bind-9.5-libcap.patch
* Wed Apr 02 2008 Adam Tkac <atkac redhat com> 32:9.5.0-29.3.b2
- fixed named.conf.sample file (#437569)