diff options
| author | Adam Tkac <atkac@fedoraproject.org> | 2008-06-18 11:37:44 +0000 |
|---|---|---|
| committer | Adam Tkac <atkac@fedoraproject.org> | 2008-06-18 11:37:44 +0000 |
| commit | 64bd596b0bcd14d4fe8eb7d3cc0213f07d099b5a (patch) | |
| tree | 662f954f6b41419c3be696025d26398501408dda /bind.spec | |
| parent | 844d808fa83a933ccefd8a311735b2d2cf04140a (diff) | |
- parse inner acls correctly (#450995)bind-9_5_0-27_2_fc8
Diffstat (limited to 'bind.spec')
| -rw-r--r-- | bind.spec | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -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: 27.1%{?dist} +Release: 27.2%{?dist} Epoch: 32 Url: http://www.isc.org/products/BIND/ Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -59,6 +59,7 @@ Patch71: bind-9.5-overflow.patch Patch72: bind-9.5-dlz-64bit.patch Patch80: bind-9.5-edns.patch Patch88: bind-9.5-recv-race.patch +Patch89: bind95-rh450995.patch # SDB patches Patch11: bind-9.3.2b2-sdbsrc.patch @@ -247,6 +248,7 @@ cp -fp contrib/dbus/{dbus_mgr.h,dbus_service.h} bin/named/include/named %patch83 -p1 -b .libidn2 %patch85 -p1 -b .libidn3 %patch88 -p1 -b .recv-race +%patch89 -p1 -b .rh450995 :; @@ -403,7 +405,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.246 2008/05/29 17:58:54 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.247 2008/06/18 11:37:44 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: @@ -662,6 +664,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_sbindir}/bind-chroot-admin %changelog +* Wed Jun 18 2008 Adam Tkac <atkac redhat com> 32:9.5.0-27.2 +- parse inner acls correctly (#450995) + * Thu May 29 2008 Adam Tkac <atkac redhat com> 32:9.5.0-27.1 - 9.5.0 final - bind-9.5-initialize.patch merged to upstream |
