diff --git a/libselinux.spec b/libselinux.spec index 56e1e51..2b2b677 100644 --- a/libselinux.spec +++ b/libselinux.spec @@ -6,12 +6,12 @@ %define libsepolver 2.5-0 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} -%global gitrev abcdef +%global gitrev a0e52de Summary: SELinux library and simple utilities Name: libselinux Version: 2.5 -Release: 0%{?dist}.1 +Release: 0%{?dist}.2 License: Public Domain Group: System Environment/Libraries # https://github.com/SELinuxProject/selinux/wiki/Releases @@ -250,6 +250,9 @@ rm -rf %{buildroot} %{ruby_vendorarchdir}/selinux.so %changelog +* Tue Oct 27 2015 Petr Lautrbach - 2.5-0.2 +- build from a0e52def36fe9be55eece7c36c9c03ae957c1955 + * Wed Sep 02 2015 Petr Lautrbach 2.4-3 - Simplify procattr cache (#1257157,#1232371)