- Update to upstream
This commit is contained in:
parent
a3698a1d5b
commit
da08298372
@ -93,3 +93,4 @@ serefpolicy-2.3.15.tgz
|
|||||||
serefpolicy-2.3.16.tgz
|
serefpolicy-2.3.16.tgz
|
||||||
serefpolicy-2.3.17.tgz
|
serefpolicy-2.3.17.tgz
|
||||||
serefpolicy-2.3.18.tgz
|
serefpolicy-2.3.18.tgz
|
||||||
|
serefpolicy-2.3.19.tgz
|
||||||
|
@ -1001,3 +1001,11 @@ openvpn = base
|
|||||||
#
|
#
|
||||||
smartmon = base
|
smartmon = base
|
||||||
|
|
||||||
|
# Layer: system
|
||||||
|
# Module: netlabel
|
||||||
|
# Required in base
|
||||||
|
#
|
||||||
|
# Basic netlabel types and interfaces.
|
||||||
|
#
|
||||||
|
netlabel = base
|
||||||
|
|
||||||
|
@ -16,13 +16,12 @@
|
|||||||
%define CHECKPOLICYVER 1.30.11-1
|
%define CHECKPOLICYVER 1.30.11-1
|
||||||
Summary: SELinux policy configuration
|
Summary: SELinux policy configuration
|
||||||
Name: selinux-policy
|
Name: selinux-policy
|
||||||
Version: 2.3.18
|
Version: 2.3.19
|
||||||
Release: 10
|
Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source: serefpolicy-%{version}.tgz
|
Source: serefpolicy-%{version}.tgz
|
||||||
patch: policy-20060915.patch
|
patch: policy-20061016.patch
|
||||||
patch2: serefpolicy-2.3.18-iscsi.patch
|
|
||||||
Source1: modules-targeted.conf
|
Source1: modules-targeted.conf
|
||||||
Source2: booleans-targeted.conf
|
Source2: booleans-targeted.conf
|
||||||
Source3: Makefile.devel
|
Source3: Makefile.devel
|
||||||
@ -134,6 +133,8 @@ ln -sf ../devel/include %{buildroot}%{_usr}/share/selinux/%1 \
|
|||||||
%ghost %{_sysconfdir}/selinux/%1/contexts/files/homedir_template \
|
%ghost %{_sysconfdir}/selinux/%1/contexts/files/homedir_template \
|
||||||
%ghost %{_sysconfdir}/selinux/%1/contexts/files/file_contexts.homedirs \
|
%ghost %{_sysconfdir}/selinux/%1/contexts/files/file_contexts.homedirs \
|
||||||
%config %{_sysconfdir}/selinux/%1/contexts/files/media \
|
%config %{_sysconfdir}/selinux/%1/contexts/files/media \
|
||||||
|
%dir %{_sysconfdir}/selinux/%1/contexts/users \
|
||||||
|
%{_sysconfdir}/selinux/%1/contexts/users/root \
|
||||||
%{_usr}/share/selinux/%1/include
|
%{_usr}/share/selinux/%1/include
|
||||||
|
|
||||||
%define saveFileContext() \
|
%define saveFileContext() \
|
||||||
@ -165,7 +166,6 @@ SELinux Reference Policy - modular.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n serefpolicy-%{version}
|
%setup -q -n serefpolicy-%{version}
|
||||||
%patch -p1
|
%patch -p1
|
||||||
%patch2 -p1
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
# Build targeted policy
|
# Build targeted policy
|
||||||
@ -351,6 +351,9 @@ semodule -b base.pp -r bootloader -r clock -r dpkg -r fstools -r hotplug -r init
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 16 2006 Dan Walsh <dwalsh@redhat.com> 2.3.19-1
|
||||||
|
- Update to upstream
|
||||||
|
|
||||||
* Thu Oct 12 2006 James Antill <jantill@redhat.com> 2.3.18-10
|
* Thu Oct 12 2006 James Antill <jantill@redhat.com> 2.3.18-10
|
||||||
- More iSCSI changes for #209854
|
- More iSCSI changes for #209854
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user