Changelog for
python-selinux-2.3-2.2.x86_64.rpm :
Thu Oct 31 13:00:00 2013 p.drouandAATTgmail.com
- Update to version 2.2
* Fix avc_has_perm() returns -1 even when SELinux is in permissive mode.
* Support overriding Makefile RANLIB
* Update pkgconfig definition
* Mount sysfs before trying to mount selinuxfs.
* Fix man pages
* Support overriding PATH and LIBBASE in Makefile
* Fix LDFLAGS usage
* Avoid shadowing stat in load_mmap
* Support building on older PCRE libraries
* Fix handling of temporary file in sefcontext_compile
* Fix procattr cache
* Define python constants for getenforce result
* Fix label substitution handling of /
* Add selinux_current_policy_path from
* Change get_context_list to only return good matches
* Support udev-197 and higher
* Add support for local substitutions
* Change setfilecon to not return ENOSUP if context is already correct
* Python wrapper leak fixes
* Export SELINUX_TRANS_DIR definition in selinux.h
* Add selinux_systemd_contexts_path
* Add selinux_set_policy_root
* Add man page for sefcontext_compile
- Remove libselinux-rhat.patch; merged on upstream
- Adapt libselinux-ruby.patch to upstream changes
- Use fdupes to symlink duplicate manpages
Thu Jun 27 14:00:00 2013 vcizekAATTsuse.com
- change the source url to the official 2.1.13 release tarball
Wed Jan 30 13:00:00 2013 vcizekAATTsuse.com
- update to 2.1.12
- added BuildRequires: pcre-devel
Mon Jan 7 13:00:00 2013 jengelhAATTinai.de
- Remove obsolete defines/sections
Wed Jul 25 14:00:00 2012 meissnerAATTsuse.com
- updated to 2.1.9 again (see below)
Fri Jun 1 14:00:00 2012 mlsAATTsuse.de
- update to libselinux-2.1.9
* better man pages
* selinux_status interfaces
* simple interface for access checks
* multiple bug fixes
- fix build for ruby-1.9
Mon Jun 28 14:00:00 2010 jengelhAATTmedozas.de
- use %_smp_mflags
Thu Feb 25 13:00:00 2010 prusnakAATTsuse.cz
- updated to 2.0.91
* changes too numerous to list
Sat Dec 12 13:00:00 2009 jengelhAATTmedozas.de
- add baselibs.conf as a source
Fri Jul 24 14:00:00 2009 thomasAATTnovell.com
- updated selinux-ready script
Wed Jul 22 14:00:00 2009 prusnakAATTsuse.cz
- change libsepol-devel to libsepol-devel-static in dependencies
of python bindings
Wed Jul 1 14:00:00 2009 prusnakAATTsuse.cz
- put libsepol-devel back to Requires of libselinux-devel
Mon Jun 29 14:00:00 2009 prusnakAATTsuse.cz
- added selinux-ready tool to selinux-tools package
Tue Jun 9 14:00:00 2009 crrodriguezAATTsuse.de
- remove static libraries
- libselinux-devel does not require libsepol-devel
Wed May 27 14:00:00 2009 prusnakAATTsuse.cz
- updated to 2.0.80
* deny_unknown wrapper function from KaiGai Kohei
* security_compute_av_flags API from KaiGai Kohei
* Netlink socket management and callbacks from KaiGai Kohei
* Netlink socket handoff patch from Adam Jackson
* AVC caching of compute_create results by Eric Paris
* fix incorrect conversion in discover_class code
Fri Apr 17 14:00:00 2009 prusnakAATTsuse.cz
- fixed memory leak (memleak.patch)