summaryrefslogtreecommitdiffstats
path: root/bind.spec
diff options
context:
space:
mode:
authorAdam Tkac <atkac@fedoraproject.org>2007-07-17 10:48:09 +0000
committerAdam Tkac <atkac@fedoraproject.org>2007-07-17 10:48:09 +0000
commit969b1cbd8f0eeedf2e9050986484112f7d7f00d4 (patch)
treed81080ed681cf16c567f9b12b08b070144f9ac71 /bind.spec
parentf3718dfd1bcbbaa8ca7040eec261de7ef4a81786 (diff)
downloadbind-969b1cbd8f0eeedf2e9050986484112f7d7f00d4.tar.gz
bind-969b1cbd8f0eeedf2e9050986484112f7d7f00d4.tar.xz
bind-969b1cbd8f0eeedf2e9050986484112f7d7f00d4.zip
initscript is ready for parallel booting (#246878)bind-9_5_0a5-3_2_fc8
Diffstat (limited to 'bind.spec')
-rw-r--r--bind.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/bind.spec b/bind.spec
index d3d9f29..24d676e 100644
--- a/bind.spec
+++ b/bind.spec
@@ -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)
@@ -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)