[libselinux/f17] Add support for lxc contexts file

Daniel J Walsh dwalsh at fedoraproject.org
Fri Apr 20 13:33:11 UTC 2012


commit 8cc2e0b71812b6d27a9fff0d8d10311b6c7f77c6
Author: Dan Walsh <dwalsh at redhat.com>
Date:   Fri Apr 20 09:33:04 2012 -0400

    Add support for lxc contexts file

 libselinux.spec |   39 ++++++++++++++++++++++++++++++++++-----
 1 files changed, 34 insertions(+), 5 deletions(-)
---
diff --git a/libselinux.spec b/libselinux.spec
index 2b7b552..2bb12fc 100644
--- a/libselinux.spec
+++ b/libselinux.spec
@@ -2,13 +2,13 @@
 
 %define ruby_inc %(pkg-config --cflags ruby-1.9)
 %define ruby_sitearch %(ruby -rrbconfig -e "puts RbConfig::CONFIG['vendorarchdir']")
-%define libsepolver 2.1.4-5
+%define libsepolver 2.1.5-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
 Name: libselinux
-Version: 2.1.9
-Release: 10%{?dist}
+Version: 2.1.10
+Release: 3%{?dist}
 License: Public Domain
 Group: System Environment/Libraries
 Source: %{name}-%{version}.tgz
@@ -233,8 +233,37 @@ rm -rf %{buildroot}
 %{ruby_sitearch}/selinux.so
 
 %changelog
-* Thu Mar 1 2012 Dan Walsh <dwalsh at redhat.com> - 2.1.9-10
-- Add assert to avc calls to make sure avc_init has been called.
+* Tue Apr 17 2012 Dan Walsh <dwalsh at redhat.com> - 2.1.10-3
+- Add support for lxc contexts file
+
+* Fri Mar 30 2012 Dan Walsh <dwalsh at redhat.com> - 2.1.10-2
+- Add support fot boolean subs file
+
+* Thu Mar 29 2012 Dan Walsh <dwalsh at redhat.com> - 2.1.10-1
+- Update to upstream 
+	* Fix dead links to www.nsa.gov/selinux
+	* Remove jump over variable declaration
+	* Fix old style function definitions
+	* Fix const-correctness
+	* Remove unused flush_class_cache method
+	* Add prototype decl for destructor
+	* Add more printf format annotations
+	* Add printf format attribute annotation to die() method
+	* Fix const-ness of parameters & make usage() methods static
+	* Enable many more gcc warnings for libselinux/src/ builds
+	* utils: Enable many more gcc warnings for libselinux/utils builds
+	* Change annotation on include/selinux/avc.h to avoid upsetting SWIG
+	* Ensure there is a prototype for 'matchpathcon_lib_destructor'
+	* Update Makefiles to handle /usrmove
+	* utils: Stop separating out matchpathcon as something special
+	* pkg-config to figure out where ruby include files are located
+	* build with either ruby 1.9 or ruby 1.8
+	* assert if avc_init() not called
+	* take security_deny_unknown into account
+	* security_compute_create_name(3)
+	* Do not link against python library, this is considered
+	* bad practice in debian
+	* Hide unnecessarily-exported library destructors
 
 * Thu Feb 16 2012 Dan Walsh <dwalsh at redhat.com> - 2.1.9-9
 - Add selinux_current_policy_path to return /sys/fs/selinux/policy if it exists


More information about the scm-commits mailing list