Update to latest patches from eparis/Upstream
- Fix errors found by coverity - set the sepol_compute_av_reason_buffer flag to 0. This means calculate denials only? - audit2why: remove a useless policy vers variable - audit2why: use the new constraint information
This commit is contained in:
parent
e7604b157b
commit
3fdab66ec0
File diff suppressed because it is too large
Load Diff
@ -4,13 +4,13 @@
|
||||
|
||||
%define ruby_inc %(pkg-config --cflags ruby-1.9)
|
||||
%define ruby_sitearch %(ruby -rrbconfig -e "puts RbConfig::CONFIG['vendorarchdir']")
|
||||
%define libsepolver 2.1.8-3
|
||||
%define libsepolver 2.1.8-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.12
|
||||
Release: 9%{?dist}
|
||||
Release: 10%{?dist}
|
||||
License: Public Domain
|
||||
Group: System Environment/Libraries
|
||||
Source: %{name}-%{version}.tgz
|
||||
@ -241,6 +241,13 @@ rm -rf %{buildroot}
|
||||
%{ruby_sitearch}/selinux.so
|
||||
|
||||
%changelog
|
||||
* Fri Jan 4 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.12-10
|
||||
- Update to latest patches from eparis/Upstream
|
||||
- Fix errors found by coverity
|
||||
- set the sepol_compute_av_reason_buffer flag to 0. This means calculate denials only?
|
||||
- audit2why: remove a useless policy vers variable
|
||||
- audit2why: use the new constraint information
|
||||
|
||||
* Mon Nov 19 2012 Dan Walsh <dwalsh@redhat.com> - 2.1.12-9
|
||||
- Rebuild with latest libsepol
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user