* 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.17.tgz
|
||||||
policycoreutils-1.30.22.tgz
|
policycoreutils-1.30.22.tgz
|
||||||
policycoreutils-1.30.25.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 libauditver 1.1.4-3
|
||||||
%define libsepolver 1.12.23-1
|
%define libsepolver 1.12.23-1
|
||||||
%define libsemanagever 1.6.13-1
|
%define libsemanagever 1.6.15-1
|
||||||
%define libselinuxver 1.30.22-1
|
%define libselinuxver 1.30.26-1
|
||||||
Summary: SELinux policy core utilities.
|
Summary: SELinux policy core utilities.
|
||||||
Name: policycoreutils
|
Name: policycoreutils
|
||||||
Version: 1.30.25
|
Version: 1.30.26
|
||||||
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
|
||||||
|
|
||||||
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
|
||||||
@ -35,6 +36,7 @@ context.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch -p1 -b .rhat
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make LOG_AUDIT_PRIV=y LIBDIR="%{_libdir}" CFLAGS="%{optflags}" all
|
make LOG_AUDIT_PRIV=y LIBDIR="%{_libdir}" CFLAGS="%{optflags}" all
|
||||||
@ -117,6 +119,12 @@ fi
|
|||||||
[ -x /sbin/service ] && /sbin/service restorecond condrestart
|
[ -x /sbin/service ] && /sbin/service restorecond condrestart
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Aug 3 2006 Dan Walsh <dwalsh@redhat.com> 1.30.25-1
|
||||||
- Update to upstream
|
- Update to upstream
|
||||||
* Merged patch from Dan Walsh with:
|
* Merged patch from Dan Walsh with:
|
||||||
|
Loading…
Reference in New Issue
Block a user