diff --git a/checkpolicy.spec b/checkpolicy.spec index 4ac3f32..6d97838 100644 --- a/checkpolicy.spec +++ b/checkpolicy.spec @@ -4,7 +4,7 @@ Summary: SELinux policy compiler Name: checkpolicy Version: 3.1 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2 Source0: https://github.com/SELinuxProject/selinux/releases/download/20200710/checkpolicy-3.1.tar.gz # $ git clone https://github.com/fedora-selinux/selinux.git @@ -62,6 +62,11 @@ install test/dispol ${RPM_BUILD_ROOT}%{_bindir}/sedispol %{_bindir}/sedispol %changelog +* Sun Nov 1 2020 Petr Lautrbach - 3.1-4 +- Fix signed overflow caused by using (1 << 31) - 1 +- Optimize storage of filename transitions +- Rebuild with libsepol.so.2 + * Mon Jul 27 2020 Fedora Release Engineering - 3.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild