Update to upstream

* Release, minor version bump
	* 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-07-28 11:58:12 -04:00
parent 076f35f59b
commit 125b5b107c
3 changed files with 17 additions and 6 deletions

1
.gitignore vendored
View File

@ -184,3 +184,4 @@ libselinux-2.0.96.tgz
/libselinux-2.0.99.tgz
/libselinux-2.0.101.tgz
/libselinux-2.0.102.tgz
/libselinux-2.1.0.tgz

View File

@ -6,15 +6,13 @@
Summary: SELinux library and simple utilities
Name: libselinux
Version: 2.0.102
Release: 6%{?dist}
Version: 2.1.0
Release: 1%{?dist}
License: Public Domain
Group: System Environment/Libraries
Source: http://www.nsa.gov/research/selinux/%{name}-%{version}.tgz
Source: %{name}-%{version}.tgz
Url: http://oss.tresys.com/git/selinux.git
Patch1: libselinux-rhat.patch
URL: http://www.selinuxproject.org
BuildRequires: python-devel ruby-devel ruby libsepol-static >= %{libsepolver} swig
%if 0%{?with_python3}
BuildRequires: python3-devel
@ -237,6 +235,17 @@ exit 0
%{ruby_sitearch}/selinux.so
%changelog
* Thu Jul 28 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.0-1
-Update to upstream
* Release, minor version bump
* 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.
* Mon Jun 13 2011 Dan Walsh <dwalsh@redhat.com> - 2.0.102-6
- Only call dups check within selabel/matchpathcon if you are validating the
context

View File

@ -1 +1,2 @@
148de887b85cbe1e1da46af360a911f0 libselinux-2.0.102.tgz
44e3f59aab9cd1009fa2bfd5d4045b63 libselinux-2.1.0.tgz