Update to upstream

* 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:08:26 -04:00
parent d455eb5e43
commit 982b2e517d
3 changed files with 13 additions and 2 deletions

1
.gitignore vendored
View File

@ -183,3 +183,4 @@ libselinux-2.0.96.tgz
/libselinux-2.0.98.tgz
/libselinux-2.0.99.tgz
/libselinux-2.0.101.tgz
/libselinux-2.0.102.tgz

View File

@ -6,7 +6,7 @@
Summary: SELinux library and simple utilities
Name: libselinux
Version: 2.0.101
Version: 2.0.102
Release: 1%{?dist}
License: Public Domain
Group: System Environment/Libraries
@ -236,6 +236,16 @@ exit 0
%{ruby_sitearch}/selinux.so
%changelog
* Tue Apr 12 2011 Dan Walsh <dwalsh@redhat.com> - 2.0.102-1
-Update to upstream
* 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.
* Wed Apr 5 2011 Dan Walsh <dwalsh@redhat.com> - 2.0.101-1
- Clean up patch to make handling of constructor cleanup more portable
* db_language object class support for selabel_lookup from KaiGai Kohei.

View File

@ -1 +1 @@
14d969b13c42e72c477cb3543b52c427 libselinux-2.0.101.tgz
148de887b85cbe1e1da46af360a911f0 libselinux-2.0.102.tgz