diff options
Diffstat (limited to 'bind.spec')
| -rw-r--r-- | bind.spec | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -16,7 +16,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv Name: bind License: BSD-like Version: 9.5.0a5 -Release: 3%{?dist} +Release: 3.2%{?dist} Epoch: 31 Url: http://www.isc.org/products/BIND/ Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -416,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.193 2007/07/17 06:09:36 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.194 2007/07/17 10:48:09 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: @@ -465,7 +465,7 @@ fi %postun /sbin/ldconfig if [ "$1" -ge 1 ]; then - /sbin/service named condrestart >/dev/null 2>&1 || :; + /sbin/service named try-restart >/dev/null 2>&1 || :; fi; :; @@ -703,6 +703,9 @@ rm -rf ${RPM_BUILD_ROOT} %endif %changelog +* Tue Jul 17 2007 Adam Tkac <atkac redhat com> 31:9.5.0a5-3.2.fc8 +- initscript should be ready for parallel booting (#246878) + * Tue Jul 17 2007 Adam Tkac <atkac redhat com> 31:9.5.0a5-3.fc8 - handle integer overflow in isc_time_secondsastimet function gracefully (#247856) |
