Update to upstream

* Fix setenforce man page to refer to selinux man page
	* Cleanup Man pages
	* merge freecon with getcon man page
This commit is contained in:
Dan Walsh 2011-12-21 18:01:55 +00:00
parent 0c717c5b8c
commit 3ae845067c
3 changed files with 11 additions and 3 deletions

1
.gitignore vendored
View File

@ -190,3 +190,4 @@ libselinux-2.0.96.tgz
/libselinux-2.1.6.tgz
/libselinux-2.1.7.tgz
/libselinux-2.1.8.tgz
/libselinux-2.1.9.tgz

View File

@ -1,13 +1,13 @@
%global with_python3 1
%define ruby_sitearch %(ruby -rrbconfig -e "puts Config::CONFIG['sitearchdir']")
%define libsepolver 2.1.4-4
%define libsepolver 2.1.4-5
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
Summary: SELinux library and simple utilities
Name: libselinux
Version: 2.1.8
Release: 5%{?dist}
Version: 2.1.9
Release: 1%{?dist}
License: Public Domain
Group: System Environment/Libraries
Source: %{name}-%{version}.tgz
@ -231,6 +231,12 @@ rm -rf %{buildroot}
%{ruby_sitearch}/selinux.so
%changelog
* Wed Dec 21 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.9-1
-Update to upstream
* Fix setenforce man page to refer to selinux man page
* Cleanup Man pages
* merge freecon with getcon man page
* Mon Dec 18 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.8-5
- Add patch from Richard Haines
When selabel_lookup found an invalid context with validation enabled, it

View File

@ -1 +1,2 @@
34aef25d990641380683f466b622cc4c libselinux-2.1.8.tgz
6e8a73de554f945ca4db91711d91a916 libselinux-2.1.9.tgz