* Tue Feb 20 2007 Dan Walsh <dwalsh@redhat.com> 2.0.2-1

- Update to upstream
	* Merged seobject exception handler fix from Caleb Case.
	* Merged setfiles memory leak patch from Todd Miller.
This commit is contained in:
Daniel J Walsh 2007-02-20 14:57:59 +00:00
parent 96330cc402
commit 4215f9a636
5 changed files with 4881 additions and 4863 deletions

View File

@ -132,3 +132,4 @@ policycoreutils-1.34.1.tgz
policycoreutils-2.0.0.tgz
policycoreutils-2.0.1.tgz
sepolgen-1.0.0.tgz
policycoreutils-2.0.2.tgz

4843
policycoreutils-gui.patch Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -5,8 +5,8 @@
%define sepolgenver 1.0.0
Summary: SELinux policy core utilities.
Name: policycoreutils
Version: 2.0.1
Release: 2%{?dist}
Version: 2.0.2
Release: 1%{?dist}
License: GPL
Group: System Environment/Base
Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
@ -18,12 +18,14 @@ Source5: system-config-selinux.console
Patch: policycoreutils-rhat.patch
Patch1: policycoreutils-po.patch
Patch2: policycoreutils-sepolgen.patch
Patch3: policycoreutils-gui.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 /bin/rpm
Requires: libsepol >= %{libsepolver} libsemanage >= %{libsemanagever} libselinux-python coreutils audit-libs-python >= %{libauditver}
Requires(post): /sbin/service /sbin/chkconfig
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: %{name}-plugins
%description
Security-enhanced Linux is a feature of the Linux® kernel and a number
@ -47,6 +49,7 @@ context.
%patch -p1 -b .rhat
%patch1 -p1 -b .rhatpo
%patch2 -p1 -b .sepolgen
%patch3 -p1 -b .gui
%build
make LSPP_PRIV=y LIBDIR="%{_libdir}" CFLAGS="%{optflags} -fPIE" LDFLAGS="-pie -Wl,-z,relro" all
@ -179,6 +182,11 @@ fi
/usr/bin/sepolgen-ifgen > /dev/null
%changelog
* Tue Feb 20 2007 Dan Walsh <dwalsh@redhat.com> 2.0.2-1
- Update to upstream
* Merged seobject exception handler fix from Caleb Case.
* Merged setfiles memory leak patch from Todd Miller.
* Thu Feb 15 2007 Dan Walsh <dwalsh@redhat.com> 2.0.1-2
- Cleanup man pages syntax
- Add sepolgen

View File

@ -1,2 +1,2 @@
f642af08f24e04a93269cb295050ef59 policycoreutils-2.0.1.tgz
42087696c0b3926244ccfe637ee8c89b sepolgen-1.0.0.tgz
64bd1845e6457d0d238338a6a0292dfc policycoreutils-2.0.2.tgz