SELinux userspace 2.9 release
This commit is contained in:
parent
32b01b4b5d
commit
6dfecce4ee
1
.gitignore
vendored
1
.gitignore
vendored
@ -101,3 +101,4 @@ checkpolicy-2.0.22.tgz
|
||||
/checkpolicy-2.8.tar.gz
|
||||
/checkpolicy-2.9-rc1.tar.gz
|
||||
/checkpolicy-2.9-rc2.tar.gz
|
||||
/checkpolicy-2.9.tar.gz
|
||||
|
@ -1,16 +1,16 @@
|
||||
%define libselinuxver 2.9-0.rc2
|
||||
%define libsepolver 2.9-0.rc2
|
||||
%define libselinuxver 2.9-1
|
||||
%define libsepolver 2.9-1
|
||||
|
||||
Summary: SELinux policy compiler
|
||||
Name: checkpolicy
|
||||
Version: 2.9
|
||||
Release: 0.rc2.1%{?dist}
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
Source0: https://github.com/SELinuxProject/selinux/releases/download/20190301/checkpolicy-2.9-rc2.tar.gz
|
||||
Source0: https://github.com/SELinuxProject/selinux/releases/download/20190315/checkpolicy-2.9.tar.gz
|
||||
# download https://raw.githubusercontent.com/fedora-selinux/scripts/master/selinux/make-fedora-selinux-patch.sh
|
||||
# run:
|
||||
# $ VERSION=2.9-rc2./make-fedora-selinux-patch.sh checkpolicy
|
||||
# HEAD https://github.com/fedora-selinux/selinux/commit/cb42e1bf324698875492f6f8f7adf9c5f7778aab
|
||||
# $ VERSION=2.9 ./make-fedora-selinux-patch.sh checkpolicy
|
||||
# HEAD https://github.com/fedora-selinux/selinux/commit/431f72836d6c02450725cf6ffb1c7223b9fa6acc
|
||||
# Patch1: checkpolicy-fedora.patch
|
||||
Conflicts: selinux-policy-base < 3.13.1-138
|
||||
BuildRequires: gcc
|
||||
@ -31,7 +31,7 @@ This package contains checkpolicy, the SELinux policy compiler.
|
||||
Only required for building policies.
|
||||
|
||||
%prep
|
||||
%autosetup -p 1 -n checkpolicy-%{version}-rc2
|
||||
%autosetup -p 1 -n checkpolicy-%{version}
|
||||
|
||||
%build
|
||||
|
||||
@ -61,6 +61,9 @@ install test/dispol ${RPM_BUILD_ROOT}%{_bindir}/sedispol
|
||||
%{_bindir}/sedispol
|
||||
|
||||
%changelog
|
||||
* Mon Mar 18 2019 Petr Lautrbach <plautrba@redhat.com> - 2.9-1
|
||||
- SELinux userspace 2.9 release
|
||||
|
||||
* Mon Mar 11 2019 Petr Lautrbach <plautrba@redhat.com> - 2.9-0.rc2.1
|
||||
- SELinux userspace 2.9-rc2 release
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (checkpolicy-2.9-rc2.tar.gz) = 342980e5a815ab91cc47056537c6d55722957eff7e64bef00bffa76d19a08e380a52769b290232010bba5618b5dcfacee5dcf81d223423a95504e1e1979758f3
|
||||
SHA512 (checkpolicy-2.9.tar.gz) = 8dafdd871c5fd32023883149c74891279c386cc87d70cbfc6f0a8dcb0406f17f1158f9078c1b35892a0f0edcb6b5208a031594ab80898eec016ad765ad046e03
|
||||
|
Loading…
Reference in New Issue
Block a user