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:
parent
0c717c5b8c
commit
3ae845067c
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user