summaryrefslogtreecommitdiffstats
path: root/bind.spec
diff options
context:
space:
mode:
authorjvdias <jvdias@fedoraproject.org>2005-12-21 21:35:59 +0000
committerjvdias <jvdias@fedoraproject.org>2005-12-21 21:35:59 +0000
commit5047182c59eb0fe6f70c4a3bddb5d8945317226a (patch)
tree9efcdbce7b326a0590714d8c95168e065d626628 /bind.spec
parent4854b26a6a197a2a7c5d9cddc046753942cbf27a (diff)
Upgrade to upstream version 9.3.2 (final release)
Diffstat (limited to 'bind.spec')
-rw-r--r--bind.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/bind.spec b/bind.spec
index b89396a..334b39b 100644
--- a/bind.spec
+++ b/bind.spec
@@ -714,7 +714,7 @@ chown root:named "%{prefix}/var/named"
chown named:named "%{prefix}/var/named/slaves"
chown named:named "%{prefix}/var/named/data"
/etc/init.d/named condrestart >/dev/null 2>&1 || :;
-[ -d /selinux ] && [ -x /sbin/restorecon ] && /sbin/restorecon -R %{prefix} >/dev/null 2>&1
+[ -d /selinux ] && [ -x /sbin/restorecon ] && /sbin/restorecon -e %{prefix}/proc -e %{prefix}/var/run/dbus -R %{prefix} >/dev/null 2>&1
:;
%preun chroot