summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Tkac <atkac@fedoraproject.org>2007-01-29 13:36:51 +0000
committerAdam Tkac <atkac@fedoraproject.org>2007-01-29 13:36:51 +0000
commit599083f1958533a4cc987d4c2739c38802d3df8e (patch)
treefd14df5bdeee3d501b5a9dd23ea838c09754dcd2
parent7f4f6e8bc3ca3e0a8e3c025f2546ff5daf292cab (diff)
downloadbind-599083f1958533a4cc987d4c2739c38802d3df8e.tar.gz
bind-599083f1958533a4cc987d4c2739c38802d3df8e.tar.xz
bind-599083f1958533a4cc987d4c2739c38802d3df8e.zip
redirected output from bind-chroot's prep & preun to /dev/null
-rw-r--r--bind.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/bind.spec b/bind.spec
index 9b1bdd7..5f7b366 100644
--- a/bind.spec
+++ b/bind.spec
@@ -17,7 +17,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
Name: bind
License: BSD-like
Version: 9.3.4
-Release: 1%{?prever}%{?dist}
+Release: 2%{?prever}%{?dist}
Epoch: 31
Url: http://www.isc.org/products/BIND/
Buildroot: %{_tmppath}/%{name}-root
@@ -434,7 +434,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.156 2007/01/25 18:00:56 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.157 2007/01/29 13:36:51 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:
@@ -686,13 +686,13 @@ fi;
%post chroot
if [ "$1" -gt 0 ]; then
- . /usr/sbin/bind-chroot-admin --enable;
+ . /usr/sbin/bind-chroot-admin --enable > /dev/null 2>&1;
fi;
:;
%preun chroot
if [ "$1" -eq 0 ]; then
- . /usr/sbin/bind-chroot-admin --disable;
+ . /usr/sbin/bind-chroot-admin --disable > /dev/null 2>&1;
fi
:;
@@ -743,6 +743,9 @@ rm -rf ${RPM_BUILD_ROOT}
:;
%changelog
+* Mon Jan 29 2007 Adam Tkac <atkac@redhat.com> 31:9.3.4-2.fc7
+- redirected output from bind-chroot prep and preun stages to /dev/null
+
* Wed Jan 25 2007 Adam Tkac <atkac@redhat.com> 31:9.3.4-1.fc7
- updated to version 9.3.4 which contains security bugfixes