storage should be in base
This commit is contained in:
parent
8becfd3523
commit
41a18182a5
@ -1464,7 +1464,7 @@ sssd = module
|
|||||||
#
|
#
|
||||||
# Policy controlling access to storage devices
|
# Policy controlling access to storage devices
|
||||||
#
|
#
|
||||||
storage = module
|
storage = base
|
||||||
|
|
||||||
# Layer: services
|
# Layer: services
|
||||||
# Module: stunnel
|
# Module: stunnel
|
||||||
|
@ -17,11 +17,12 @@
|
|||||||
Summary: SELinux policy configuration
|
Summary: SELinux policy configuration
|
||||||
Name: selinux-policy
|
Name: selinux-policy
|
||||||
Version: 3.10.0
|
Version: 3.10.0
|
||||||
Release: 14%{?dist}
|
Release: 14.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-F16.patch
|
||||||
|
patch1: my.patch
|
||||||
Source1: modules-targeted.conf
|
Source1: modules-targeted.conf
|
||||||
Source2: booleans-targeted.conf
|
Source2: booleans-targeted.conf
|
||||||
Source3: Makefile.devel
|
Source3: Makefile.devel
|
||||||
@ -221,6 +222,7 @@ Based off of reference policy: Checked out revision 2.20091117
|
|||||||
%prep
|
%prep
|
||||||
%setup -n serefpolicy-%{version} -q
|
%setup -n serefpolicy-%{version} -q
|
||||||
%patch -p1
|
%patch -p1
|
||||||
|
%patch1 -p1
|
||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir selinux_config
|
mkdir selinux_config
|
||||||
|
Loading…
Reference in New Issue
Block a user