* Tue Apr 21 2015 Petr Lautrbach <plautrba@redhat.com> 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
This commit is contained in:
parent
eb63890f58
commit
fc7694d2b9
@ -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 <plautrba@redhat.com> 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 <than@redhat.com> - 2.3-7
|
||||
- bump release and rebuild so that koji-shadow can rebuild it
|
||||
against new gcc on secondary arch
|
||||
|
Loading…
Reference in New Issue
Block a user