Update to upstream

This commit is contained in:
Miroslav Grepl 2011-06-27 18:02:16 +02:00
parent 2885bf8a6e
commit ade486af72
4 changed files with 9 additions and 6 deletions

View File

@ -1216,7 +1216,7 @@ qmail = module
#
# Policy for qpidd
#
qpidd = module
qpid = module
# Layer: admin
# Module: quota

View File

@ -1368,7 +1368,7 @@ qmail = module
#
# Policy for qpidd
#
qpidd = module
qpid = module
# Layer: admin
# Module: quota

View File

@ -16,8 +16,8 @@
%define CHECKPOLICYVER 2.0.26-1
Summary: SELinux policy configuration
Name: selinux-policy
Version: 3.9.16
Release: 30%{?dist}
Version: 3.10.0
Release: 1%{?dist}
License: GPLv2+
Group: System Environment/Base
Source: serefpolicy-%{version}.tgz
@ -199,7 +199,7 @@ md5=`md5sum /etc/selinux/%2/modules/active/policy.kern | cut -d ' ' -f 1`; \
checkmd5=`cat /etc/selinux/%2/.policymd5`; \
if [ "$md5" != "$checkmd5" ] ; then \
if [ %1 -ne 1 ]; then \
semodule -n -s %2 -r moilscanner gamin audio_entropy iscsid polkit_auth polkit rtkit_daemon ModemManager telepathysofiasip ethereal passanger 2>/dev/null; \
semodule -n -s %2 -r moilscanner gamin audio_entropy iscsid polkit_auth polkit rtkit_daemon ModemManager telepathysofiasip ethereal passanger qpidd 2>/dev/null; \
fi \
semodule -B -s %2; \
else \
@ -449,6 +449,9 @@ SELinux Reference policy mls base module.
%endif
%changelog
* Mon Jun 27 2011 Miroslav Grepl <mgrepl@redhat.com> 3.10.0-1
- Update to upstream
* Mon Jun 27 2011 Miroslav Grepl <mgrepl@redhat.com> 3.9.16-30
- More fixes
* http://git.fedorahosted.org/git/?p=selinux-policy.git

View File

@ -1,2 +1,2 @@
409b40c8102b1617681ba17c31032e66 config.tgz
f5e2a024693e5f5fb65bb2c1cd8256cd serefpolicy-3.9.16.tgz
ba1811dc492f14b79039e5a0df568917 serefpolicy-3.10.0.tgz