SELinux userspace 3.2 release
This commit is contained in:
parent
b13c234da9
commit
d46add191f
1
.gitignore
vendored
1
.gitignore
vendored
@ -107,3 +107,4 @@ checkpolicy-2.0.22.tgz
|
||||
/checkpolicy-3.1.tar.gz
|
||||
/checkpolicy-3.2-rc1.tar.gz
|
||||
/checkpolicy-3.2-rc2.tar.gz
|
||||
/checkpolicy-3.2.tar.gz
|
||||
|
@ -1,15 +1,15 @@
|
||||
%define libselinuxver 3.2-0.rc2
|
||||
%define libsepolver 3.2-0.rc2
|
||||
%define libselinuxver 3.2-1
|
||||
%define libsepolver 3.2-1
|
||||
|
||||
Summary: SELinux policy compiler
|
||||
Name: checkpolicy
|
||||
Version: 3.2
|
||||
Release: 0.rc2.1%{?dist}
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
Source0: https://github.com/SELinuxProject/selinux/releases/download/3.2-rc2/checkpolicy-3.2-rc2.tar.gz
|
||||
Source0: https://github.com/SELinuxProject/selinux/releases/download/3.2/checkpolicy-3.2.tar.gz
|
||||
# $ git clone https://github.com/fedora-selinux/selinux.git
|
||||
# $ cd selinux
|
||||
# $ git format-patch -N 3.2-rc2 -- checkpolicy
|
||||
# $ git format-patch -N 3.2 -- checkpolicy
|
||||
# $ i=1; for j in 00*patch; do printf "Patch%04d: %s\n" $i $j; i=$((i+1));done
|
||||
# Patch list start
|
||||
# Patch list end
|
||||
@ -32,7 +32,7 @@ This package contains checkpolicy, the SELinux policy compiler.
|
||||
Only required for building policies.
|
||||
|
||||
%prep
|
||||
%autosetup -p 2 -n checkpolicy-%{version}-rc2
|
||||
%autosetup -p 2 -n checkpolicy-%{version}
|
||||
|
||||
%build
|
||||
|
||||
@ -61,6 +61,9 @@ install test/dispol ${RPM_BUILD_ROOT}%{_bindir}/sedispol
|
||||
%{_bindir}/sedispol
|
||||
|
||||
%changelog
|
||||
* Mon Mar 8 2021 Petr Lautrbach <plautrba@redhat.com> - 3.2-1
|
||||
- SELinux userspace 3.2 release
|
||||
|
||||
* Fri Feb 5 2021 Petr Lautrbach <plautrba@redhat.com> - 3.2-0.rc2.1
|
||||
- SELinux userspace 3.2-rc2 release
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (checkpolicy-3.2-rc2.tar.gz) = 21871eff74b2cbd7b3f00d0d6a624d6c9ff46f8a37d501089071b75edb066ab78306aa5ff9f7a9c8eb236bc933d750bb1bb36ce63dbd12a5dd2466a781e33c2b
|
||||
SHA512 (checkpolicy-3.2.tar.gz) = 133639595c2acc66c02b5a637c5e0c60d80ce2bae04f4a709d9fafabd31f9497d1a6e3334904b985c2a1bd94a7a7e3df782c2af2ae41d1fd79b69156a835edeb
|
||||
|
Loading…
Reference in New Issue
Block a user