* Sat Aug 12 2006 Dan Walsh <dwalsh@redhat.com> 1.30.26-1
- Update to upstream * Merged semanage local file contexts patch from Chris PeBenito. - Fix fixfiles log creation - More translations
This commit is contained in:
parent
d7dcedebef
commit
c3d45a3833
@ -109,3 +109,4 @@ policycoreutils-1.30.14.tgz
|
||||
policycoreutils-1.30.17.tgz
|
||||
policycoreutils-1.30.22.tgz
|
||||
policycoreutils-1.30.25.tgz
|
||||
policycoreutils-1.30.26.tgz
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1,14 +1,15 @@
|
||||
%define libauditver 1.1.4-3
|
||||
%define libsepolver 1.12.23-1
|
||||
%define libsemanagever 1.6.13-1
|
||||
%define libselinuxver 1.30.22-1
|
||||
%define libsemanagever 1.6.15-1
|
||||
%define libselinuxver 1.30.26-1
|
||||
Summary: SELinux policy core utilities.
|
||||
Name: policycoreutils
|
||||
Version: 1.30.25
|
||||
Version: 1.30.26
|
||||
Release: 1
|
||||
License: GPL
|
||||
Group: System Environment/Base
|
||||
Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
|
||||
Patch: policycoreutils-rhat.patch
|
||||
|
||||
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
|
||||
@ -35,6 +36,7 @@ context.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch -p1 -b .rhat
|
||||
|
||||
%build
|
||||
make LOG_AUDIT_PRIV=y LIBDIR="%{_libdir}" CFLAGS="%{optflags}" all
|
||||
@ -117,6 +119,12 @@ fi
|
||||
[ -x /sbin/service ] && /sbin/service restorecond condrestart
|
||||
|
||||
%changelog
|
||||
* Sat Aug 12 2006 Dan Walsh <dwalsh@redhat.com> 1.30.26-1
|
||||
- Update to upstream
|
||||
* Merged semanage local file contexts patch from Chris PeBenito.
|
||||
- Fix fixfiles log creation
|
||||
- More translations
|
||||
|
||||
* Thu Aug 3 2006 Dan Walsh <dwalsh@redhat.com> 1.30.25-1
|
||||
- Update to upstream
|
||||
* Merged patch from Dan Walsh with:
|
||||
|
Loading…
Reference in New Issue
Block a user