checkpolicy-2.5-0.1.rc1
Update to upstream rc1 release 2016-01-07
This commit is contained in:
parent
3ba2a7069f
commit
cfa584572b
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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 <plautrba@redhat.com> 2.5-0.1.rc1
|
||||
- Update to upstream rc1 release 2016-01-07
|
||||
|
||||
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.4-2.1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user