Fix typo
This commit is contained in:
parent
7b3ab100a9
commit
05becad504
@ -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@redhat.com> 2.0.71-15
|
||||
- Fix typo
|
||||
|
||||
* Fri Aug 28 2009 Dan Walsh <dwalsh@redhat.com> 2.0.71-14
|
||||
- Add enable/disable patch
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user