rpms/bind/devel bind.spec,1.269,1.270

Adam Tkac (atkac) fedora-extras-commits at redhat.com
Mon Jun 23 11:48:04 UTC 2008


Author: atkac

Update of /cvs/pkgs/rpms/bind/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17757

Modified Files:
	bind.spec 
Log Message:
- fixed typo in %%posttrans script



Index: bind.spec
===================================================================
RCS file: /cvs/pkgs/rpms/bind/devel/bind.spec,v
retrieving revision 1.269
retrieving revision 1.270
diff -u -r1.269 -r1.270
--- bind.spec	18 Jun 2008 11:21:14 -0000	1.269
+++ bind.spec	23 Jun 2008 11:47:20 -0000	1.270
@@ -16,7 +16,7 @@
 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 @@
 
 %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 @@
 %{_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)
 




More information about the fedora-extras-commits mailing list