Update to upstream
2.1.4 2011-0817 * mapping fix for invalid class/perms after selinux_set_mapping * audit2why: work around python bug not defining * resolv symlinks and dot directories before matching
This commit is contained in:
parent
125b5b107c
commit
00e063e5f5
1
.gitignore
vendored
1
.gitignore
vendored
@ -185,3 +185,4 @@ libselinux-2.0.96.tgz
|
|||||||
/libselinux-2.0.101.tgz
|
/libselinux-2.0.101.tgz
|
||||||
/libselinux-2.0.102.tgz
|
/libselinux-2.0.102.tgz
|
||||||
/libselinux-2.1.0.tgz
|
/libselinux-2.1.0.tgz
|
||||||
|
/libselinux-2.1.4.tgz
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -1,12 +1,12 @@
|
|||||||
%global with_python3 1
|
%global with_python3 1
|
||||||
|
|
||||||
%define ruby_sitearch %(ruby -rrbconfig -e "puts Config::CONFIG['sitearchdir']")
|
%define ruby_sitearch %(ruby -rrbconfig -e "puts Config::CONFIG['sitearchdir']")
|
||||||
%define libsepolver 2.0.44-2
|
%define libsepolver 2.1.0-1
|
||||||
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
%{!?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
|
Summary: SELinux library and simple utilities
|
||||||
Name: libselinux
|
Name: libselinux
|
||||||
Version: 2.1.0
|
Version: 2.1.4
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: Public Domain
|
License: Public Domain
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -235,6 +235,33 @@ exit 0
|
|||||||
%{ruby_sitearch}/selinux.so
|
%{ruby_sitearch}/selinux.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 18 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.4-1
|
||||||
|
-Update to upstream
|
||||||
|
2.1.4 2011-0817
|
||||||
|
* mapping fix for invalid class/perms after selinux_set_mapping
|
||||||
|
* audit2why: work around python bug not defining
|
||||||
|
* resolv symlinks and dot directories before matching
|
||||||
|
|
||||||
|
2.1.2 2011-0803
|
||||||
|
* audit2allow: do not print statistics
|
||||||
|
* make python bindings for restorecon work on relative path
|
||||||
|
* fix python audit2why binding error
|
||||||
|
* support new python3 functions
|
||||||
|
* do not check fcontext duplicates on use
|
||||||
|
* Patch for python3 for libselinux
|
||||||
|
|
||||||
|
2.1.1 2011-08-02
|
||||||
|
* move .gitignore into utils
|
||||||
|
* new setexecon utility
|
||||||
|
* selabel_open fix processing of substitution files
|
||||||
|
* mountpoint changing patch.
|
||||||
|
* simplify SRCS in Makefile
|
||||||
|
|
||||||
|
2.1.1 2011-08-01
|
||||||
|
* Remove generated files, introduce more .gitignore
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
* Thu Jul 28 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.0-1
|
* Thu Jul 28 2011 Dan Walsh <dwalsh@redhat.com> - 2.1.0-1
|
||||||
-Update to upstream
|
-Update to upstream
|
||||||
* Release, minor version bump
|
* Release, minor version bump
|
||||||
|
Loading…
Reference in New Issue
Block a user