rpms/policycoreutils/devel policycoreutils.spec,1.636,1.637

Bill Nottingham notting at fedoraproject.org
Wed Sep 2 15:09:25 UTC 2009


Author: notting

Update of /cvs/extras/rpms/policycoreutils/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2376

Modified Files:
	policycoreutils.spec 
Log Message:
Fix typo


Index: policycoreutils.spec
===================================================================
RCS file: /cvs/extras/rpms/policycoreutils/devel/policycoreutils.spec,v
retrieving revision 1.636
retrieving revision 1.637
diff -u -p -r1.636 -r1.637
--- policycoreutils.spec	28 Aug 2009 18:18:47 -0000	1.636
+++ policycoreutils.spec	2 Sep 2009 15:09:25 -0000	1.637
@@ -6,7 +6,7 @@
 Summary: SELinux policy core utilities
 Name:	 policycoreutils
 Version: 2.0.71
-Release: 14%{?dist}
+Release: 15%{?dist}
 License: GPLv2+
 Group:	 System Environment/Base
 Source:	 http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
@@ -164,11 +164,11 @@ exit 0
 
 %post sandbox
 if [ $1 -eq 1 ]; then
-   /sbin/chkconfig sanbox --add
+   /sbin/chkconfig sandbox --add
 fi
 %preun sandbox
 if [ $1 -eq 0 ]; then
-   /sbin/chkconfig sanbox --del
+   /sbin/chkconfig sandbox --del
 fi
 
 %package newrole
@@ -295,6 +295,9 @@ fi
 exit 0
 
 %changelog
+* Wed Sep  2 2009 Bill Nottingham <notting at redhat.com> 2.0.71-15
+- Fix typo
+
 * Fri Aug 28 2009 Dan Walsh <dwalsh at redhat.com> 2.0.71-14
 - Add enable/disable patch
 




More information about the fedora-extras-commits mailing list