summaryrefslogtreecommitdiffstats
path: root/bind.spec
diff options
context:
space:
mode:
authorAdam Tkac <atkac@fedoraproject.org>2007-12-12 13:28:21 +0000
committerAdam Tkac <atkac@fedoraproject.org>2007-12-12 13:28:21 +0000
commitaffa6523cda37f6c710a8643ee3bfc29c4cfe741 (patch)
tree4f797d12d02c76e4e36db4d359ff31cd2740f655 /bind.spec
parent4e076eab9f363121f8d09627d75114977d0079d1 (diff)
- added dst/gssapi.h to -devel subpackage (#419091)bind-9_5_0-19_2_b1_fc8
- improved fix for (#417431)
Diffstat (limited to 'bind.spec')
-rw-r--r--bind.spec10
1 files changed, 8 insertions, 2 deletions
diff --git a/bind.spec b/bind.spec
index 7389907..6bca3d8 100644
--- a/bind.spec
+++ b/bind.spec
@@ -21,7 +21,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
Name: bind
License: ISC
Version: 9.5.0
-Release: 19.1.%{RELEASEVER}%{?dist}
+Release: 19.2.%{RELEASEVER}%{?dist}
Epoch: 32
Url: http://www.isc.org/products/BIND/
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -63,6 +63,7 @@ Patch69: bind-9.5.0-generate-xml.patch
Patch71: bind-9.5-overflow.patch
Patch72: bind-9.5-dlz-64bit.patch
Patch80: bind-9.5-edns.patch
+Patch84: bind-9.5-gssapi-header.patch
# SDB patches
Patch11: bind-9.3.2b2-sdbsrc.patch
@@ -258,6 +259,7 @@ cp -fp contrib/dbus/{dbus_mgr.h,dbus_service.h} bin/named/include/named
%patch73 -p1 -b .libidn
%patch80 -p1 -b .edns
%patch83 -p1 -b .libidn2
+%patch84 -p1 -b .gssapi-header
:;
@@ -414,7 +416,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.232 2007/12/11 12:25:40 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.233 2007/12/12 13:28:21 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:
@@ -665,6 +667,10 @@ rm -rf ${RPM_BUILD_ROOT}
%{_sbindir}/bind-chroot-admin
%changelog
+* Wed Dec 12 2007 Adam Tkac <atkac redhat com> 32:9.5.0-19.2.b1
+- added dst/gssapi.h to -devel subpackage (#419091)
+- improved fix for (#417431)
+
* Mon Dec 10 2007 Adam Tkac <atkac redhat com> 32:9.5.0-19.1.b1
- fixed shutdown with initscript when rndc doesn't work (#417431)
- fixed IDN patch (#412241)