diff --git a/policycoreutils.spec b/policycoreutils.spec index baaeabc..ff072b5 100644 --- a/policycoreutils.spec +++ b/policycoreutils.spec @@ -7,7 +7,7 @@ Summary: SELinux policy core utilities Name: policycoreutils Version: 2.3 -Release: 13%{?dist} +Release: 14%{?dist} License: GPLv2 Group: System Environment/Base # Based on git repository with tag 20101221 @@ -51,6 +51,7 @@ to switch roles. %setup -q -a 1 %patch -p1 -b .rhat %patch1 -p2 -b .setfiles +%patch2 -p2 -b .audit2allow cp %{SOURCE3} gui/ tar xvf %{SOURCE4} @@ -384,6 +385,11 @@ The policycoreutils-restorecond package contains the restorecond service. %systemd_postun_with_restart restorecond.service %changelog +* Tue Nov 18 2014 Dan Walsh - 2.3-14 +- Audit2allow will check for mislabeled files, and tells user to fix the label. +- Also checks for basefiles and suggests creating a different label. +- Patch from Ryan Hallisey + * Wed Nov 5 2014 Miroslav Grepl - 2.3-13 - Switch back to yum. Need additional fixes to make it working correctly.