summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomas Hozza <thozza@redhat.com>2013-08-05 15:18:52 +0200
committerTomas Hozza <thozza@redhat.com>2013-08-05 15:18:52 +0200
commitf4daa58a90dac662fb557a4f7af505a92a5e139c (patch)
tree067e78680cd8a098ee5cabb0f1755aeb352b98c7
parentd60cf6630d89952443e5a32af6934cccfe288254 (diff)
downloadbind-f4daa58a90dac662fb557a4f7af505a92a5e139c.tar.gz
bind-f4daa58a90dac662fb557a4f7af505a92a5e139c.tar.xz
bind-f4daa58a90dac662fb557a4f7af505a92a5e139c.zip
Fix setup-named-chroot.sh to mount/umount everything successfully
Signed-off-by: Tomas Hozza <thozza@redhat.com>
-rw-r--r--bind.spec5
-rwxr-xr-xsetup-named-chroot.sh2
2 files changed, 5 insertions, 2 deletions
diff --git a/bind.spec b/bind.spec
index e5ef11d..cae7bec 100644
--- a/bind.spec
+++ b/bind.spec
@@ -26,7 +26,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
Name: bind
License: ISC
Version: 9.9.4
-Release: 0.2.%{?PATCHVER}%{?PREVER}%{?dist}
+Release: 0.3.%{?PATCHVER}%{?PREVER}%{?dist}
Epoch: 32
Url: http://www.isc.org/products/BIND/
Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -776,6 +776,9 @@ rm -rf ${RPM_BUILD_ROOT}
%endif
%changelog
+* Mon Aug 05 2013 Tomas Hozza <thozza@redhat.com> 32:9.9.4-0.3.b1
+- Fix setup-named-chroot.sh to mount/umount everything successfully
+
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 32:9.9.4-0.2.b1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
diff --git a/setup-named-chroot.sh b/setup-named-chroot.sh
index 5ef6a40..6071f75 100755
--- a/setup-named-chroot.sh
+++ b/setup-named-chroot.sh
@@ -2,7 +2,7 @@
ROOTDIR_MOUNT='/etc/named /etc/pki/dnssec-keys /etc/named.root.key /etc/named.conf
/etc/named.dnssec.keys /etc/named.rfc1912.zones /etc/rndc.conf /etc/rndc.key
-/usr/lib64/bind /usr/lib/bind /etc/named.iscdlv.key /var/named /run/named'
+/usr/lib64/bind /usr/lib/bind /etc/named.iscdlv.key /run/named /var/named'
usage()
{