*** empty log message ***

This commit is contained in:
Daniel J Walsh 2006-02-04 03:03:32 +00:00
parent de82d855b5
commit a3a62aba77
3 changed files with 8 additions and 4 deletions

View File

@ -35,3 +35,4 @@ serefpolicy-2.2.7.tgz
serefpolicy-2.2.8.tgz
serefpolicy-2.2.9.tgz
serefpolicy-2.2.10.tgz
serefpolicy-2.2.11.tgz

View File

@ -5,7 +5,7 @@
%define CHECKPOLICYVER 1.28-3
Summary: SELinux policy configuration
Name: selinux-policy
Version: 2.2.10
Version: 2.2.11
Release: 1
License: GPL
Group: System Environment/Base
@ -121,9 +121,8 @@ fi
%define rebuildpolicy() \
( cd /usr/share/selinux/%1; \
semodule -b base.pp -s %1; \
x=`ls | grep -v -e base.pp -e enableaudit.pp | awk '{ print "-i " $1 }'`; \
[ -z "$x" ] || semodule $x -s %1; \
semodule -b base.pp $x -s %1; \
);\
rm -f %{_sysconfdir}/selinux/%1/policy/policy.*.rpmnew
@ -296,6 +295,10 @@ SELinux Reference policy development files
%changelog
* Fri Feb 3 2006 Dan Walsh <dwalsh@redhat.com> 2.2.11-1
- Fixes for mcs
- Turn on mount and fsadm for unconfined_t
* Wed Feb 1 2006 Dan Walsh <dwalsh@redhat.com> 2.2.10-1
- Fixes for the -devel package

View File

@ -1 +1 @@
b89cd3e61692bd15973e4f74ac3f2bec serefpolicy-2.2.10.tgz
5ebd15e9870ac40f8be45b5a999750cb serefpolicy-2.2.11.tgz