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:
parent
54f27dc276
commit
6e97542597
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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 <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
|
||||
|
||||
* 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
|
||||
* Add new class field in role_transition by Harry Ciao.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user