diff --git a/libsepol.spec b/libsepol.spec index 97a07cb..9f37ab3 100644 --- a/libsepol.spec +++ b/libsepol.spec @@ -1,7 +1,7 @@ Summary: SELinux binary policy manipulation library Name: libsepol Version: 3.1 -Release: 3%{?dist} +Release: 4%{?dist} License: LGPLv2+ Source0: https://github.com/SELinuxProject/selinux/releases/download/20200710/libsepol-3.1.tar.gz URL: https://github.com/SELinuxProject/selinux/wiki @@ -119,6 +119,12 @@ cp src/libsepol.so.1 ${RPM_BUILD_ROOT}/%{_libdir}/libsepol.so.1 %{_libdir}/libsepol.so.1 %changelog +* Fri Oct 23 2020 Petr Lautrbach - 3.1-4 +- Drop deprecated functions and duplicated symbols +- Dange library version to libsepol.so.2 +- temporary ship -compat with libsepol.so.1 +- Re-enable LTO flags + * Mon Jul 27 2020 Petr Lautrbach - 3.1-3 - Disable LTO cflags - Drop telinit from % post sciptlet