diff options
| author | Adam Tkac <atkac@fedoraproject.org> | 2007-12-11 12:23:32 +0000 |
|---|---|---|
| committer | Adam Tkac <atkac@fedoraproject.org> | 2007-12-11 12:23:32 +0000 |
| commit | 5b9dbcb64cdcf472e1fb8231c142556c52686038 (patch) | |
| tree | 943bc982d92971cfa173fa3fd4d2cfbcae96ff65 /bind.spec | |
| parent | 85cc5489e60ae2aebe394034d3cc49ff4e204c81 (diff) | |
- fixed shutdown with initscript when rndc doesn't work (#417431)
- fixed IDN patch (#412241)
Diffstat (limited to 'bind.spec')
| -rw-r--r-- | bind.spec | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -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.%{RELEASEVER}%{?dist} +Release: 19.1.%{RELEASEVER}%{?dist} Epoch: 32 Url: http://www.isc.org/products/BIND/ Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -80,6 +80,7 @@ Patch82: bind-9.5-dbus-va_end.patch # IDN paches Patch73: bind-9.5-libidn.patch +Patch83: bind-9.5-libidn2.patch # Requires: bind-libs = %{epoch}:%{version}-%{release}, glibc >= 2.2, mktemp @@ -254,6 +255,7 @@ cp -fp contrib/dbus/{dbus_mgr.h,dbus_service.h} bin/named/include/named %patch72 -p1 -b .64bit %endif %patch73 -p1 -b .libidn +%patch83 -p1 -b .libidn2 :; @@ -410,7 +412,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.235 2007/12/06 19:51:15 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.236 2007/12/11 12:23:32 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: @@ -663,6 +665,10 @@ rm -rf ${RPM_BUILD_ROOT} %{_sbindir}/bind-chroot-admin %changelog +* 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) + * Thu Dec 06 2007 Adam Tkac <atkac redhat com> 32:9.5.0-19.b1 - 9.5.0b1 (#405281, #392491) |
