- Update to latest from upstream

This commit is contained in:
Daniel J Walsh 2006-04-14 19:50:03 +00:00
parent c4826d0271
commit ca0597162d
3 changed files with 7 additions and 2 deletions

View File

@ -56,3 +56,4 @@ serefpolicy-2.2.28.tgz
serefpolicy-2.2.29.tgz
serefpolicy-2.2.30.tgz
serefpolicy-2.2.31.tgz
serefpolicy-2.2.32.tgz

View File

@ -15,7 +15,7 @@
%define CHECKPOLICYVER 1.30.1-2
Summary: SELinux policy configuration
Name: selinux-policy
Version: 2.2.31
Version: 2.2.32
Release: 1
License: GPL
Group: System Environment/Base
@ -122,6 +122,7 @@ ln -sf ../devel/include ${RPM_BUILD_ROOT}%{_usr}/share/selinux/%1/include \
%define saveFileContext() \
if [ -s /etc/selinux/config ]; then \
. %{_sysconfdir}/selinux/config; \
restorecon -R %{_sysconfdir}/selinux/%1; \
FILE_CONTEXT=%{_sysconfdir}/selinux/%1/contexts/files/file_contexts; \
if [ "${SELINUXTYPE}" == %1 -a -f ${FILE_CONTEXT} ]; then \
cp -f ${FILE_CONTEXT} ${FILE_CONTEXT}.pre; \
@ -320,6 +321,9 @@ ln -sf ../devel/include /usr/share/selinux/strict/include
%endif
%changelog
* Fri Apr 14 2006 Dan Walsh <dwalsh@redhat.com> 2.2.32-1
- Update to latest from upstream
* Thu Apr 14 2006 Dan Walsh <dwalsh@redhat.com> 2.2.31-1
- Update to latest from upstream
- Allow mono and unconfined to talk to initrc_t dbus objects

View File

@ -1 +1 @@
437521998aafb56999299bc4e3532244 serefpolicy-2.2.31.tgz
7a3563e2478a4b18dc689de8561831b5 serefpolicy-2.2.32.tgz