Compare commits

...

5 Commits

Author SHA1 Message Date
Petr Lautrbach d3ce23cdb7 Reset gitrev to abcdef 2015-11-03 18:11:45 +01:00
Petr Lautrbach fbd8b3985a checkpolicy-2.5-0.3.fc24.8dc4c05 - rebuild from 8dc4c05 2015-10-30 11:50:42 +01:00
Petr Lautrbach a350d4248d use %{gitrev} in release tag 2015-10-30 11:17:11 +01:00
Petr Lautrbach 8827908c3d rebuild from a0e52def36fe9be55eece7c36c9c03ae957c1955 2015-10-27 21:49:46 +01:00
Petr Lautrbach 54c7b5c13f 2.5-0 2015-10-27 15:17:09 +01:00
1 changed files with 15 additions and 6 deletions

View File

@ -1,12 +1,15 @@
%define libselinuxver 2.4-1
%define libsepolver 2.4-1
%define libselinuxver 2.5-0
%define libsepolver 2.5-0
%global gitrev abcdef
Summary: SELinux policy compiler
Name: checkpolicy
Version: 2.4
Release: 1%{?dist}.1
Version: 2.5
Release: 0.3%{?dist}.%{gitrev}
License: GPLv2
Group: Development/System
Source: https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20150202/checkpolicy-2.4.tar.gz
Source: checkpolicy-%{version}-%{gitrev}.tar.gz
Conflicts: selinux-policy-base < 3.13.1-138
BuildRoot: %{_tmppath}/%{name}-buildroot
@ -27,7 +30,7 @@ This package contains checkpolicy, the SELinux policy compiler.
Only required for building policies.
%prep
%setup -q
%setup -q -n checkpolicy
%build
make clean
@ -57,6 +60,12 @@ rm -rf ${RPM_BUILD_ROOT}
%{_bindir}/sedispol
%changelog
* Fri Oct 30 2015 Petr Lautrbach <plautrba@redhat.com> - 2.5-0.3.a0e52de
- build from 8dc4c05b7906326c32fe28dd091e5173fb0249be
* Tue Oct 27 2015 Petr Lautrbach <plautrba@redhat.com> - 2.5-0.2
- build from a0e52def36fe9be55eece7c36c9c03ae957c1955
* Tue Jul 21 2015 Petr Lautrbach <plautrba@redhat.com> 2.4-1.1
- Update to 2.4 release