* Thu Dec 8 2005 Dan Walsh <dwalsh@redhat.com> 1.29.1-1
- Update to match NSA * Merged fix for audit2allow long option list from Dan Walsh. * Merged -r option for restorecon (alias for -R) from Dan Walsh. * Merged chcat script and man page from Dan Walsh.
This commit is contained in:
parent
2af5d4efc4
commit
d4a154c1d9
@ -74,3 +74,4 @@ policycoreutils-1.27.35.tgz
|
|||||||
policycoreutils-1.27.36.tgz
|
policycoreutils-1.27.36.tgz
|
||||||
policycoreutils-1.27.37.tgz
|
policycoreutils-1.27.37.tgz
|
||||||
policycoreutils-1.28.tgz
|
policycoreutils-1.28.tgz
|
||||||
|
policycoreutils-1.29.1.tgz
|
||||||
|
@ -3,12 +3,12 @@
|
|||||||
%define libselinuxver 1.28-1
|
%define libselinuxver 1.28-1
|
||||||
Summary: SELinux policy core utilities.
|
Summary: SELinux policy core utilities.
|
||||||
Name: policycoreutils
|
Name: policycoreutils
|
||||||
Version: 1.28
|
Version: 1.29.1
|
||||||
Release: 1
|
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} libselinux-devel >= %{libselinuxver}
|
BuildRequires: pam-devel libsepol-devel >= %{libsepolver} libsemanage-devel >= %{libsemanagever} libselinux-devel >= %{libselinuxver}
|
||||||
PreReq: /bin/mount /bin/egrep /bin/awk /usr/bin/diff
|
PreReq: /bin/mount /bin/egrep /bin/awk /usr/bin/diff
|
||||||
@ -34,7 +34,7 @@ context.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch -p1 -b .rhat
|
#%patch -p1 -b .rhat
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make LIBDIR="%{_libdir}" CFLAGS="%{optflags}" all
|
make LIBDIR="%{_libdir}" CFLAGS="%{optflags}" all
|
||||||
@ -96,6 +96,12 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%config(noreplace) %{_sysconfdir}/sestatus.conf
|
%config(noreplace) %{_sysconfdir}/sestatus.conf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 8 2005 Dan Walsh <dwalsh@redhat.com> 1.29.1-1
|
||||||
|
- Update to match NSA
|
||||||
|
* Merged fix for audit2allow long option list from Dan Walsh.
|
||||||
|
* Merged -r option for restorecon (alias for -R) from Dan Walsh.
|
||||||
|
* Merged chcat script and man page from Dan Walsh.
|
||||||
|
|
||||||
* Wed Dec 7 2005 Dan Walsh <dwalsh@redhat.com> 1.28-1
|
* Wed Dec 7 2005 Dan Walsh <dwalsh@redhat.com> 1.28-1
|
||||||
- Update to match NSA
|
- Update to match NSA
|
||||||
- Add gfs support
|
- Add gfs support
|
||||||
|
Loading…
Reference in New Issue
Block a user