Fix typo
This commit is contained in:
parent
7b3ab100a9
commit
05becad504
@ -6,7 +6,7 @@
|
|||||||
Summary: SELinux policy core utilities
|
Summary: SELinux policy core utilities
|
||||||
Name: policycoreutils
|
Name: policycoreutils
|
||||||
Version: 2.0.71
|
Version: 2.0.71
|
||||||
Release: 14%{?dist}
|
Release: 15%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
|
Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
|
||||||
@ -164,11 +164,11 @@ exit 0
|
|||||||
|
|
||||||
%post sandbox
|
%post sandbox
|
||||||
if [ $1 -eq 1 ]; then
|
if [ $1 -eq 1 ]; then
|
||||||
/sbin/chkconfig sanbox --add
|
/sbin/chkconfig sandbox --add
|
||||||
fi
|
fi
|
||||||
%preun sandbox
|
%preun sandbox
|
||||||
if [ $1 -eq 0 ]; then
|
if [ $1 -eq 0 ]; then
|
||||||
/sbin/chkconfig sanbox --del
|
/sbin/chkconfig sandbox --del
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%package newrole
|
%package newrole
|
||||||
@ -295,6 +295,9 @@ fi
|
|||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Aug 28 2009 Dan Walsh <dwalsh@redhat.com> 2.0.71-14
|
||||||
- Add enable/disable patch
|
- Add enable/disable patch
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user