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 f6bd05a..7a1a3b9 100644 --- a/checkpolicy.spec +++ b/checkpolicy.spec @@ -1,12 +1,13 @@ -%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: 1%{?dist}.1 +Version: 2.5 +Release: 0.99.rc1.1%{?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 +28,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 +58,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_bindir}/sedispol %changelog +* Fri Jan 08 2016 Petr Lautrbach 2.5-0.99.rc1.1 +- Update to upstream rc1 release 2016-01-07 + * Tue Jul 21 2015 Petr Lautrbach 2.4-1.1 - Update to 2.4 release 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