summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Tkac <atkac@fedoraproject.org>2008-06-23 11:47:20 +0000
committerAdam Tkac <atkac@fedoraproject.org>2008-06-23 11:47:20 +0000
commit99fc20a35ada37b3d2797029ed7eef7410693f00 (patch)
tree9d380b7066a090d232397097b139c2beafccfe16
parent20b9c8fe2aa142aab8aa15cd5e766610d9734e8d (diff)
downloadbind-99fc20a35ada37b3d2797029ed7eef7410693f00.tar.gz
bind-99fc20a35ada37b3d2797029ed7eef7410693f00.tar.xz
bind-99fc20a35ada37b3d2797029ed7eef7410693f00.zip
- fixed typo in %%posttrans scriptbind-9_5_0-36_3_fc10
-rw-r--r--bind.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/bind.spec b/bind.spec
index d0288f7..9257b1f 100644
--- a/bind.spec
+++ b/bind.spec
@@ -16,7 +16,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
Name: bind
License: ISC
Version: 9.5.0
-Release: 36.2%{?dist}
+Release: 36.3%{?dist}
Epoch: 32
Url: http://www.isc.org/products/BIND/
Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -476,7 +476,7 @@ fi;
%posttrans chroot
if [ -x /usr/sbin/selinuxenabled ] && /usr/sbin/selinuxenabled; then
- [ -x /usr/sbin/restorecon ] && /sbin/restorecon %{chroot_prefix}/dev/* > /dev/null 2>&1;
+ [ -x /sbin/restorecon ] && /sbin/restorecon %{chroot_prefix}/dev/* > /dev/null 2>&1;
fi;
:;
@@ -636,6 +636,9 @@ rm -rf ${RPM_BUILD_ROOT}
%{_sbindir}/bind-chroot-admin
%changelog
+* Mon Jun 23 2008 Adam Tkac <atkac redhat com> 32:9.5.0-36.3
+- fixed typo in %%posttrans script
+
* Wed Jun 18 2008 Adam Tkac <atkac redhat com> 32:9.5.0-36.2
- parse inner acls correctly (#450995)