Update to upstream

* Fixes for new role_transition class field by Eric Paris.
	* Add libsepol support for filename_trans rules by Eric Paris.
This commit is contained in:
Dan Walsh 2011-04-14 08:52:33 -04:00
parent 54f27dc276
commit 6e97542597
3 changed files with 11 additions and 6 deletions

1
.gitignore vendored
View File

@ -150,3 +150,4 @@ libsepol-2.0.40.tgz
libsepol-2.0.41.tgz libsepol-2.0.41.tgz
/libsepol-2.0.42.tgz /libsepol-2.0.42.tgz
/libsepol-2.0.43.tgz /libsepol-2.0.43.tgz
/libsepol-2.0.44.tgz

View File

@ -1,11 +1,10 @@
Summary: SELinux binary policy manipulation library Summary: SELinux binary policy manipulation library
Name: libsepol Name: libsepol
Version: 2.0.43 Version: 2.0.44
Release: 3%{?dist} Release: 1%{?dist}
License: LGPLv2+ License: LGPLv2+
Group: System Environment/Libraries Group: System Environment/Libraries
Source: http://www.nsa.gov/selinux/archives/libsepol-%{version}.tgz Source: http://www.nsa.gov/selinux/archives/libsepol-%{version}.tgz
Patch: libsepol-rhat.patch
URL: http://www.selinuxproject.org URL: http://www.selinuxproject.org
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -46,7 +45,6 @@ needed for developing applications that manipulate binary policies.
%prep %prep
%setup -q %setup -q
%patch -p2 -b .rhat
# sparc64 is an -fPIC arch, so we need to fix it here # sparc64 is an -fPIC arch, so we need to fix it here
%ifarch sparc64 %ifarch sparc64
sed -i 's/fpic/fPIC/g' src/Makefile sed -i 's/fpic/fPIC/g' src/Makefile
@ -99,10 +97,15 @@ exit 0
/%{_lib}/libsepol.so.1 /%{_lib}/libsepol.so.1
%changelog %changelog
* Tue Apr 29 2011 Dan Walsh <dwalsh@redhat.com> 2.0.43-3 * Thu Apr 14 2011 Dan Walsh <dwalsh@redhat.com> 2.0.44-1
-Update to upstream
* Fixes for new role_transition class field by Eric Paris.
* Add libsepol support for filename_trans rules by Eric Paris.
* Tue Apr 12 2011 Dan Walsh <dwalsh@redhat.com> 2.0.43-3
- re-add Erics patch for filename transitions - re-add Erics patch for filename transitions
* Tue Apr 29 2011 Dan Walsh <dwalsh@redhat.com> 2.0.43-1 * Tue Apr 12 2011 Dan Walsh <dwalsh@redhat.com> 2.0.43-1
-Update to upstream -Update to upstream
* Add new class field in role_transition by Harry Ciao. * Add new class field in role_transition by Harry Ciao.

View File

@ -1 +1,2 @@
fc7a01f0e15d9b056767c23911eab208 libsepol-2.0.43.tgz fc7a01f0e15d9b056767c23911eab208 libsepol-2.0.43.tgz
654cc43f8f50b0e3fea9352ea8434397 libsepol-2.0.44.tgz