summaryrefslogtreecommitdiffstats
path: root/bind.spec
diff options
context:
space:
mode:
authorAdam Tkac <atkac@fedoraproject.org>2008-05-22 15:26:41 +0000
committerAdam Tkac <atkac@fedoraproject.org>2008-05-22 15:26:41 +0000
commit76f3cf18a4ee4cc0465139cb87352fa3a63acf89 (patch)
tree114b2941da9c8c2fe2abe869838d77d42a997db8 /bind.spec
parentd53167d8fb9f23593d815b033c0325ecc08474df (diff)
- 9.5.0rc1 releasebind-9_5_0-32_rc1_fc9
- bind-9.5-libcap.patch merged to upstream - initialize memory in ACL code correctly (#446848)
Diffstat (limited to 'bind.spec')
-rw-r--r--bind.spec15
1 files changed, 10 insertions, 5 deletions
diff --git a/bind.spec b/bind.spec
index 5c111f5..d24da7e 100644
--- a/bind.spec
+++ b/bind.spec
@@ -2,7 +2,7 @@
# Red Hat BIND package .spec file
#
-%define RELEASEVER b3
+%define RELEASEVER rc1
%{?!SDB: %define SDB 1}
%{?!LIBBIND: %define LIBBIND 1}
@@ -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: 31.1.%{RELEASEVER}%{?dist}
+Release: 32.%{RELEASEVER}%{?dist}
Epoch: 32
Url: http://www.isc.org/products/BIND/
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -57,9 +57,9 @@ Patch63: bind-9.4.0-dnssec-directory.patch
Patch71: bind-9.5-overflow.patch
Patch72: bind-9.5-dlz-64bit.patch
Patch87: bind-9.5-parallel-build.patch
-Patch90: bind-9.5-libcap.patch
Patch91: bind-9.5-recv-race.patch
Patch92: bind-9.5-edns.patch
+Patch93: bind-9.5-initialize.patch
# SDB patches
Patch11: bind-9.3.2b2-sdbsrc.patch
@@ -182,7 +182,6 @@ Based on the code from Jan "Yenya" Kasprzak <kas@fi.muni.cz>
%patch5 -p1 -b .nonexec
%patch10 -p1 -b .PIE
%patch16 -p1 -b .redhat_doc
-%patch90 -p1 -b .libcap
%if %{SDB}
mkdir bin/named-sdb
cp -r bin/named/* bin/named-sdb
@@ -241,6 +240,7 @@ cp -fp contrib/dbus/{dbus_mgr.h,dbus_service.h} bin/named/include/named
%patch87 -p1 -b .parallel
%patch91 -p1 -b .recv-race
%patch92 -p1 -b .edns
+%patch93 -p1 -b .init
:;
@@ -395,7 +395,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.261 2008/05/21 10:30:55 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.262 2008/05/22 15:26:41 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:
@@ -646,6 +646,11 @@ rm -rf ${RPM_BUILD_ROOT}
%{_sbindir}/bind-chroot-admin
%changelog
+* Thu May 22 2008 Adam Tkac <atkac redhat com> 32:9.5.0-31.9.rc1
+- 9.5.0rc1 release
+- bind-9.5-libcap.patch merged to upstream
+- initialize memory in ACL code correctly (#446848)
+
* Tue May 20 2008 Adam Tkac <atkac redhat com> 32:9.5.0-31.1.b3
- bind-chroot now depends on bind (#446477)