From f4daa58a90dac662fb557a4f7af505a92a5e139c Mon Sep 17 00:00:00 2001 From: Tomas Hozza Date: Aug 05 2013 13:18:52 +0000 Subject: Fix setup-named-chroot.sh to mount/umount everything successfully Signed-off-by: Tomas Hozza --- 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 32:9.9.4-0.3.b1 +- Fix setup-named-chroot.sh to mount/umount everything successfully + * Sat Aug 03 2013 Fedora Release Engineering - 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() {