summaryrefslogtreecommitdiffstats
path: root/bind.spec
diff options
context:
space:
mode:
authorAdam Tkac <atkac@redhat.com>2012-04-26 13:34:29 +0200
committerAdam Tkac <atkac@redhat.com>2012-04-26 13:34:29 +0200
commit773ac2b8b36f1011207d5de13b5c5b1ccea98686 (patch)
tree0affa31247ea572f6c865ce4300e6ccf46db72d7 /bind.spec
parent0e5b5af688d2465b917012d264340be7f5b8f5d6 (diff)
downloadbind-773ac2b8b36f1011207d5de13b5c5b1ccea98686.tar.gz
bind-773ac2b8b36f1011207d5de13b5c5b1ccea98686.tar.xz
bind-773ac2b8b36f1011207d5de13b5c5b1ccea98686.zip
initscript: don't umount /var/named when didn't mount it
Signed-off-by: Adam Tkac <atkac@redhat.com>
Diffstat (limited to 'bind.spec')
-rw-r--r--bind.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/bind.spec b/bind.spec
index 7677947..fd7661d 100644
--- a/bind.spec
+++ b/bind.spec
@@ -22,7 +22,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
Name: bind
License: ISC
Version: 9.9.0
-Release: 4%{?dist}
+Release: 5%{?dist}
Epoch: 32
Url: http://www.isc.org/products/BIND/
Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -774,6 +774,9 @@ rm -rf ${RPM_BUILD_ROOT}
%endif
%changelog
+* Thu Apr 26 2012 Adam Tkac <atkac redhat com> 32:9.9.0-5
+- initscript: don't umount /var/named when didn't mount it
+
* Tue Apr 24 2012 Adam Tkac <atkac redhat com> 32:9.9.0-4
- apply all non-SDB patches before SDB ones (#804475)
- enable Berkeley DB DLZ backend (#804478)