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:
parent
d455eb5e43
commit
982b2e517d
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user