*** 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.26.tgz
|
||||||
policycoreutils-1.27.27.tgz
|
policycoreutils-1.27.27.tgz
|
||||||
policycoreutils-1.27.28.tgz
|
policycoreutils-1.27.28.tgz
|
||||||
|
policycoreutils-1.27.29.tgz
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -1,18 +1,18 @@
|
|||||||
%define libsepolver 1.9.40-1
|
%define libsepolver 1.9.41-1
|
||||||
%define libsemanagever 1.3.56-1
|
%define libsemanagever 1.3.59-1
|
||||||
Summary: SELinux policy core utilities.
|
Summary: SELinux policy core utilities.
|
||||||
Name: policycoreutils
|
Name: policycoreutils
|
||||||
Version: 1.27.28
|
Version: 1.27.29
|
||||||
Release: 3
|
Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
|
Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
|
||||||
Patch: policycoreutils-rhat.patch
|
Patch: policycoreutils-rhat.patch
|
||||||
|
|
||||||
BuildRequires: pam-devel libsepol-devel >= %{libsepolver} libsemanage-devel >= %{libsemanagever}
|
BuildRequires: pam-devel libsepol-devel >= %{libsepolver} libsemanage-devel >= %{libsemanagever}
|
||||||
|
|
||||||
PreReq: /bin/mount /bin/egrep /bin/awk /usr/bin/diff
|
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
|
BuildRoot: %{_tmppath}/%{name}-buildroot
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -61,6 +61,7 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_sbindir}/setfiles
|
%{_sbindir}/setfiles
|
||||||
%{_sbindir}/setsebool
|
%{_sbindir}/setsebool
|
||||||
%{_sbindir}/semodule
|
%{_sbindir}/semodule
|
||||||
|
%{_sbindir}/semanage
|
||||||
%{_sbindir}/load_policy
|
%{_sbindir}/load_policy
|
||||||
%{_sbindir}/audit2why
|
%{_sbindir}/audit2why
|
||||||
%{_sbindir}/genhomedircon
|
%{_sbindir}/genhomedircon
|
||||||
@ -74,6 +75,7 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_bindir}/semodule_package
|
%{_bindir}/semodule_package
|
||||||
%{_mandir}/man8/restorecon.8.gz
|
%{_mandir}/man8/restorecon.8.gz
|
||||||
%{_mandir}/man8/sestatus.8.gz
|
%{_mandir}/man8/sestatus.8.gz
|
||||||
|
%{_mandir}/man8/semanage.8.gz
|
||||||
%{_mandir}/man8/setfiles.8.gz
|
%{_mandir}/man8/setfiles.8.gz
|
||||||
%{_mandir}/man8/fixfiles.8.gz
|
%{_mandir}/man8/fixfiles.8.gz
|
||||||
%{_mandir}/man8/load_policy.8.gz
|
%{_mandir}/man8/load_policy.8.gz
|
||||||
@ -89,6 +91,14 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
|
|
||||||
%changelog
|
%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
|
* Thu Nov 17 2005 Dan Walsh <dwalsh@redhat.com> 1.27.28-3
|
||||||
- Audit2allow
|
- Audit2allow
|
||||||
* Add more error checking
|
* Add more error checking
|
||||||
|
Loading…
Reference in New Issue
Block a user