*** empty log message ***
This commit is contained in:
parent
70ccd9923e
commit
0d005683d6
@ -66,3 +66,4 @@ policycoreutils-1.27.23.tgz
|
||||
policycoreutils-1.27.26.tgz
|
||||
policycoreutils-1.27.27.tgz
|
||||
policycoreutils-1.27.28.tgz
|
||||
policycoreutils-1.27.29.tgz
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,9 +1,9 @@
|
||||
%define libsepolver 1.9.40-1
|
||||
%define libsemanagever 1.3.56-1
|
||||
%define libsepolver 1.9.41-1
|
||||
%define libsemanagever 1.3.59-1
|
||||
Summary: SELinux policy core utilities.
|
||||
Name: policycoreutils
|
||||
Version: 1.27.28
|
||||
Release: 3
|
||||
Version: 1.27.29
|
||||
Release: 1
|
||||
License: GPL
|
||||
Group: System Environment/Base
|
||||
Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
|
||||
@ -12,7 +12,7 @@ Patch: policycoreutils-rhat.patch
|
||||
BuildRequires: pam-devel libsepol-devel >= %{libsepolver} libsemanage-devel >= %{libsemanagever}
|
||||
|
||||
PreReq: /bin/mount /bin/egrep /bin/awk /usr/bin/diff
|
||||
Requires: libsepol >= %{libsepolver} libsemanage >= %{libsemanagever}
|
||||
Requires: libsepol >= %{libsepolver} libsemanage >= %{libsemanagever} libselinux-python
|
||||
BuildRoot: %{_tmppath}/%{name}-buildroot
|
||||
|
||||
%description
|
||||
@ -61,6 +61,7 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%{_sbindir}/setfiles
|
||||
%{_sbindir}/setsebool
|
||||
%{_sbindir}/semodule
|
||||
%{_sbindir}/semanage
|
||||
%{_sbindir}/load_policy
|
||||
%{_sbindir}/audit2why
|
||||
%{_sbindir}/genhomedircon
|
||||
@ -74,6 +75,7 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%{_bindir}/semodule_package
|
||||
%{_mandir}/man8/restorecon.8.gz
|
||||
%{_mandir}/man8/sestatus.8.gz
|
||||
%{_mandir}/man8/semanage.8.gz
|
||||
%{_mandir}/man8/setfiles.8.gz
|
||||
%{_mandir}/man8/fixfiles.8.gz
|
||||
%{_mandir}/man8/load_policy.8.gz
|
||||
@ -89,6 +91,14 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
|
||||
%changelog
|
||||
|
||||
* Mon Nov 28 2005 Dan Walsh <dwalsh@redhat.com> 1.27.29-3
|
||||
- Update to match NSA
|
||||
* Merged audit2allow python script from Dan Walsh.
|
||||
(old script moved to audit2allow.perl, will be removed later).
|
||||
* Merged genhomedircon fixes from Dan Walsh.
|
||||
* Merged semodule quieting patch from Dan Walsh
|
||||
(inverts default, use -v to restore original behavior).
|
||||
|
||||
* Thu Nov 17 2005 Dan Walsh <dwalsh@redhat.com> 1.27.28-3
|
||||
- Audit2allow
|
||||
* Add more error checking
|
||||
|
Loading…
Reference in New Issue
Block a user