* Fri Mar 10 2006 Dan Walsh <dwalsh@redhat.com> 1.29.27-1
- Add restorecond
This commit is contained in:
parent
db3eff29f7
commit
65ff0bc4f0
@ -92,3 +92,5 @@ policycoreutils-1.29.19.tgz
|
||||
policycoreutils-1.29.20.tgz
|
||||
policycoreutils-1.29.23.tgz
|
||||
policycoreutils-1.29.26.tgz
|
||||
policycoreutils-1.29.27.tgz
|
||||
policycoreutils-1.30.tgz
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,11 +1,11 @@
|
||||
%define libauditver 1.1.4-3
|
||||
%define libsepolver 1.11.18-1
|
||||
%define libsemanagever 1.5.28-1
|
||||
%define libselinuxver 1.29.7-1
|
||||
%define libsepolver 1.12-1
|
||||
%define libsemanagever 1.6-1
|
||||
%define libselinuxver 1.30-1
|
||||
Summary: SELinux policy core utilities.
|
||||
Name: policycoreutils
|
||||
Version: 1.29.26
|
||||
Release: 6
|
||||
Version: 1.30
|
||||
Release: 1
|
||||
License: GPL
|
||||
Group: System Environment/Base
|
||||
Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
|
||||
@ -42,6 +42,7 @@ make LOG_AUDIT_PRIV=y LIBDIR="%{_libdir}" CFLAGS="%{optflags}" all
|
||||
|
||||
%install
|
||||
rm -rf ${RPM_BUILD_ROOT}
|
||||
mkdir -p $RPM_BUILD_ROOT/etc/rc.d/init.d
|
||||
mkdir -p ${RPM_BUILD_ROOT}%{_bindir}
|
||||
mkdir -p ${RPM_BUILD_ROOT}%{_sbindir}
|
||||
mkdir -p ${RPM_BUILD_ROOT}/sbin
|
||||
@ -57,8 +58,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
/sbin/fixfiles
|
||||
/sbin/restorecon
|
||||
%{_sbindir}/restorecond
|
||||
%{_sbindir}/fixfiles
|
||||
%{_sbindir}/setfiles
|
||||
%{_sbindir}/setsebool
|
||||
%{_sbindir}/semodule
|
||||
@ -76,6 +78,7 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%{_bindir}/semodule_link
|
||||
%{_bindir}/semodule_package
|
||||
%{_mandir}/man8/chcat.8.gz
|
||||
%{_mandir}/man8/restorecond.8.gz
|
||||
%{_mandir}/man8/restorecon.8.gz
|
||||
%{_mandir}/man8/sestatus.8.gz
|
||||
%{_mandir}/man8/semanage.8.gz
|
||||
@ -97,8 +100,13 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%config %{_sysconfdir}/pam.d/run_init
|
||||
%config(noreplace) %{_sysconfdir}/sestatus.conf
|
||||
%{_libdir}/python2.4/site-packages/seobject.py*
|
||||
%attr(755,root,root) /etc/rc.d/init.d/restorecond
|
||||
%config(noreplace) /etc/selinux/restorecond.conf
|
||||
|
||||
%changelog
|
||||
* Fri Mar 10 2006 Dan Walsh <dwalsh@redhat.com> 1.29.27-1
|
||||
- Add restorecond
|
||||
|
||||
* Fri Mar 10 2006 Dan Walsh <dwalsh@redhat.com> 1.29.26-6
|
||||
- Remove prereq
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user