* Thu Jun 7 2012 Miroslav Grepl <mgrepl@redhat.com> 3.11.0-1

- Mass merge with upstream
  * new policy topology to include contrib policy modules
  * we have now two base policy patches
This commit is contained in:
Miroslav Grepl 2012-06-07 00:42:18 +02:00
parent e392eca2af
commit 3dd200bfa4
3 changed files with 149334 additions and 1 deletions

90463
policy-rawhide.patch Normal file

File diff suppressed because it is too large Load Diff

58859
policy_contrib-rawhide.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -23,7 +23,8 @@ Release: 1%{?dist}
License: GPLv2+ License: GPLv2+
Group: System Environment/Base Group: System Environment/Base
Source: serefpolicy-%{version}.tgz Source: serefpolicy-%{version}.tgz
patch: policy-F16.patch patch: policy-rawhide.patch
patch1: policy_contrib-rawhide.patch
Source1: modules-targeted.conf Source1: modules-targeted.conf
Source2: booleans-targeted.conf Source2: booleans-targeted.conf
Source3: Makefile.devel Source3: Makefile.devel
@ -251,8 +252,13 @@ Based off of reference policy: Checked out revision 2.20091117
%build %build
%prep %prep
%setup -n serefpolicy-contrib-%{version} -q -b 29
%patch1 -p1
contrib_path=`pwd`
%setup -n serefpolicy-%{version} -q %setup -n serefpolicy-%{version} -q
%patch -p1 %patch -p1
refpolicy_path=`pwd`
cp $contrib_path/* $refpolicy_path/policy/modules/contrib
%install %install
mkdir selinux_config mkdir selinux_config
@ -494,6 +500,11 @@ SELinux Reference policy mls base module.
%endif %endif
%changelog %changelog
* Thu Jun 7 2012 Miroslav Grepl <mgrepl@redhat.com> 3.11.0-1
- Mass merge with upstream
* new policy topology to include contrib policy modules
* we have now two base policy patches
* Wed May 30 2012 Miroslav Grepl <mgrepl@redhat.com> 3.10.0-128 * Wed May 30 2012 Miroslav Grepl <mgrepl@redhat.com> 3.10.0-128
- Fix description of authlogin_nsswitch_use_ldap - Fix description of authlogin_nsswitch_use_ldap
- Fix transition rule for rhsmcertd_t needed for RHEL7 - Fix transition rule for rhsmcertd_t needed for RHEL7