diff --git a/.gitignore b/.gitignore index f063c8a..3289b7e 100644 --- a/.gitignore +++ b/.gitignore @@ -92,3 +92,4 @@ checkpolicy-2.0.22.tgz /checkpolicy-2.2.tgz /checkpolicy-2.3.tgz /checkpolicy-2.4.tar.gz +/checkpolicy-2.5-rc1.tar.gz diff --git a/checkpolicy.spec b/checkpolicy.spec index 4511835..0490a95 100644 --- a/checkpolicy.spec +++ b/checkpolicy.spec @@ -1,12 +1,12 @@ -%define libselinuxver 2.4-1 -%define libsepolver 2.4-1 +%define libselinuxver 2.5-0 +%define libsepolver 2.5-0 Summary: SELinux policy compiler Name: checkpolicy -Version: 2.4 -Release: 2%{?dist}.1 +Version: 2.5 +Release: 0.1.rc1%{?dist} License: GPLv2 Group: Development/System -Source: https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20150202/checkpolicy-2.4.tar.gz +Source: https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20160107/checkpolicy-2.5-rc1.tar.gz Conflicts: selinux-policy-base < 3.13.1-138 BuildRoot: %{_tmppath}/%{name}-buildroot @@ -27,7 +27,7 @@ This package contains checkpolicy, the SELinux policy compiler. Only required for building policies. %prep -%setup -q +%setup -q -n checkpolicy-2.5-rc1 %build make clean @@ -57,6 +57,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_bindir}/sedispol %changelog +* Sun Feb 21 2016 Petr Lautrbach 2.5-0.1.rc1 +- Update to upstream rc1 release 2016-01-07 + * Wed Feb 03 2016 Fedora Release Engineering - 2.4-2.1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index b40e436..ab2044f 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -5c083d1b02c854436197d5b4b8568a1f checkpolicy-2.3.tgz -4d35189dcfdcf9e3b8b8466f3f706756 checkpolicy-2.4.tar.gz +3387013d526c51272b2b76f94c3211fb checkpolicy-2.5-rc1.tar.gz