diff --git a/libselinux.spec b/libselinux.spec index dc95afd..c43ed76 100644 --- a/libselinux.spec +++ b/libselinux.spec @@ -9,7 +9,7 @@ Summary: SELinux library and simple utilities Name: libselinux Version: 2.3 -Release: 7%{?dist} +Release: 8%{?dist} License: Public Domain Group: System Environment/Libraries # https://github.com/SELinuxProject/selinux/wiki/Releases @@ -245,6 +245,11 @@ rm -rf %{buildroot} %{ruby_vendorarchdir}/selinux.so %changelog +* Tue Apr 21 2015 Petr Lautrbach 2.3-8 +- selinux.py - use os.walk() instead of os.path.walk() (#1195004) +- is_selinux_enabled(): drop no-policy-loaded test (#1195074) +- fix -Wformat errors and remove deprecated mudflap option + * Mon Mar 16 2015 Than Ngo - 2.3-7 - bump release and rebuild so that koji-shadow can rebuild it against new gcc on secondary arch