diff --git a/.gitignore b/.gitignore index 82d7422..5bd5665 100644 --- a/.gitignore +++ b/.gitignore @@ -150,3 +150,4 @@ libsepol-2.0.40.tgz libsepol-2.0.41.tgz /libsepol-2.0.42.tgz /libsepol-2.0.43.tgz +/libsepol-2.0.44.tgz diff --git a/libsepol.spec b/libsepol.spec index 0188541..99b7fa6 100644 --- a/libsepol.spec +++ b/libsepol.spec @@ -1,11 +1,10 @@ Summary: SELinux binary policy manipulation library Name: libsepol -Version: 2.0.43 -Release: 3%{?dist} +Version: 2.0.44 +Release: 1%{?dist} License: LGPLv2+ Group: System Environment/Libraries Source: http://www.nsa.gov/selinux/archives/libsepol-%{version}.tgz -Patch: libsepol-rhat.patch URL: http://www.selinuxproject.org BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -46,7 +45,6 @@ needed for developing applications that manipulate binary policies. %prep %setup -q -%patch -p2 -b .rhat # sparc64 is an -fPIC arch, so we need to fix it here %ifarch sparc64 sed -i 's/fpic/fPIC/g' src/Makefile @@ -99,10 +97,15 @@ exit 0 /%{_lib}/libsepol.so.1 %changelog -* Tue Apr 29 2011 Dan Walsh 2.0.43-3 +* Thu Apr 14 2011 Dan Walsh 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 2.0.43-3 - re-add Erics patch for filename transitions -* Tue Apr 29 2011 Dan Walsh 2.0.43-1 +* Tue Apr 12 2011 Dan Walsh 2.0.43-1 -Update to upstream * Add new class field in role_transition by Harry Ciao. diff --git a/sources b/sources index 9c8c618..6cf90fb 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ fc7a01f0e15d9b056767c23911eab208 libsepol-2.0.43.tgz +654cc43f8f50b0e3fea9352ea8434397 libsepol-2.0.44.tgz