* Fri Jun 16 2006 Dan Walsh <dwalsh@redhat.com> 1.30.14-1
- Update to upstream * Merged fix for setsebool error path from Serge Hallyn. * Merged patch from Dan Walsh with: * Updated po files. * Fixes for genhomedircon and seobject. * Audit message for mass relabel by setfiles.
This commit is contained in:
parent
6ec3e2b290
commit
0f0c842064
@ -105,3 +105,4 @@ policycoreutils-1.30.9.tgz
|
|||||||
policycoreutils-1.30.10.tgz
|
policycoreutils-1.30.10.tgz
|
||||||
policycoreutils-1.30.11.tgz
|
policycoreutils-1.30.11.tgz
|
||||||
policycoreutils-1.30.12.tgz
|
policycoreutils-1.30.12.tgz
|
||||||
|
policycoreutils-1.30.14.tgz
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -4,18 +4,17 @@
|
|||||||
%define libselinuxver 1.30.12-1
|
%define libselinuxver 1.30.12-1
|
||||||
Summary: SELinux policy core utilities.
|
Summary: SELinux policy core utilities.
|
||||||
Name: policycoreutils
|
Name: policycoreutils
|
||||||
Version: 1.30.12
|
Version: 1.30.14
|
||||||
Release: 5
|
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
|
||||||
Patch2: policycoreutils-1.30.12-audit-mass-relabel.patch
|
|
||||||
|
|
||||||
BuildRequires: pam-devel libsepol-devel >= %{libsepolver} libsemanage-devel >= %{libsemanagever} libselinux-devel >= %{libselinuxver} libcap-devel audit-libs-devel gettext
|
BuildRequires: pam-devel libsepol-devel >= %{libsepolver} libsemanage-devel >= %{libsemanagever} libselinux-devel >= %{libselinuxver} libcap-devel audit-libs-devel gettext
|
||||||
Requires: /bin/mount /bin/egrep /bin/awk /usr/bin/diff
|
Requires: /bin/mount /bin/egrep /bin/awk /usr/bin/diff
|
||||||
Requires: libsepol >= %{libsepolver} libsemanage >= %{libsemanagever} libselinux-python coreutils audit-libs-python >= %{libauditver} rhpl
|
Requires: libsepol >= %{libsepolver} libsemanage >= %{libsemanagever} libselinux-python coreutils audit-libs-python >= %{libauditver} rhpl
|
||||||
Requires(post): /sbin/service
|
Requires(post): /sbin/service /sbin/chkconfig
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -38,7 +37,6 @@ context.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch -p1 -b .rhat
|
%patch -p1 -b .rhat
|
||||||
%patch2 -p1 -b .audit
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make LOG_AUDIT_PRIV=y LIBDIR="%{_libdir}" CFLAGS="%{optflags}" all
|
make LOG_AUDIT_PRIV=y LIBDIR="%{_libdir}" CFLAGS="%{optflags}" all
|
||||||
@ -109,9 +107,18 @@ rm -rf %{buildroot}
|
|||||||
%config(noreplace) /etc/selinux/restorecond.conf
|
%config(noreplace) /etc/selinux/restorecond.conf
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
/sbin/chkconfig --add restorecond
|
||||||
[ -x /sbin/service ] && /sbin/service restorecond condrestart
|
[ -x /sbin/service ] && /sbin/service restorecond condrestart
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 16 2006 Dan Walsh <dwalsh@redhat.com> 1.30.14-1
|
||||||
|
- Update to upstream
|
||||||
|
* Merged fix for setsebool error path from Serge Hallyn.
|
||||||
|
* Merged patch from Dan Walsh with:
|
||||||
|
* Updated po files.
|
||||||
|
* Fixes for genhomedircon and seobject.
|
||||||
|
* Audit message for mass relabel by setfiles.
|
||||||
|
|
||||||
* Tue Jun 13 2006 James Antill <jantill@redhat.com> 1.30.12-5
|
* Tue Jun 13 2006 James Antill <jantill@redhat.com> 1.30.12-5
|
||||||
- Update audit mass relabel to only compile in when audit is installed.
|
- Update audit mass relabel to only compile in when audit is installed.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user