* Give correct names to mount points in load_policy by Dan Walsh.

* Make sure selinux state is reported correctly if selinux is disabled or
	fails to load by Dan Walsh.
	* Fix crash if selinux_key_create was never called by Dan Walsh.
	* Add new file_context.subs_dist for distro specific filecon substitutions
	by Dan Walsh.
	* Update man pages for selinux_color_* functions by Richard Haines.
This commit is contained in:
Dan Walsh 2011-04-12 10:03:13 -04:00
parent 92502fe369
commit a3a7288b5c
3 changed files with 13 additions and 5 deletions

1
.gitignore vendored
View File

@ -149,3 +149,4 @@ libsepol-2.0.39.tgz
libsepol-2.0.40.tgz
libsepol-2.0.41.tgz
/libsepol-2.0.42.tgz
/libsepol-2.0.43.tgz

View File

@ -1,11 +1,10 @@
Summary: SELinux binary policy manipulation library
Name: libsepol
Version: 2.0.42
Release: 3%{?dist}
Version: 2.0.43
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 -p1 -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,6 +97,15 @@ exit 0
/%{_lib}/libsepol.so.1
%changelog
* Tue Apr 29 2011 Dan Walsh <dwalsh@redhat.com> 2.0.43-1
* Give correct names to mount points in load_policy by Dan Walsh.
* Make sure selinux state is reported correctly if selinux is disabled or
fails to load by Dan Walsh.
* Fix crash if selinux_key_create was never called by Dan Walsh.
* Add new file_context.subs_dist for distro specific filecon substitutions
by Dan Walsh.
* Update man pages for selinux_color_* functions by Richard Haines.
* Tue Mar 29 2011 Dan Walsh <dwalsh@redhat.com> 2.0.42-3
- Apply Eparis Patch
This patch add libsepol support for filename_trans rules. These rules

View File

@ -1 +1 @@
3af0e5230a1a44b344aa2dde5c4a82a5 libsepol-2.0.42.tgz
fc7a01f0e15d9b056767c23911eab208 libsepol-2.0.43.tgz