SELinux userspace 3.3-rc3 release
This commit is contained in:
parent
7673e0e385
commit
d7a547291c
1
.gitignore
vendored
1
.gitignore
vendored
@ -109,3 +109,4 @@ checkpolicy-2.0.22.tgz
|
||||
/checkpolicy-3.2-rc2.tar.gz
|
||||
/checkpolicy-3.2.tar.gz
|
||||
/checkpolicy-3.3-rc2.tar.gz
|
||||
/checkpolicy-3.3-rc3.tar.gz
|
||||
|
@ -1,15 +1,15 @@
|
||||
%define libselinuxver 3.3-0.rc2
|
||||
%define libsepolver 3.3-0.rc2
|
||||
%define libselinuxver 3.3-0.rc3
|
||||
%define libsepolver 3.3-0.rc3
|
||||
|
||||
Summary: SELinux policy compiler
|
||||
Name: checkpolicy
|
||||
Version: 3.3
|
||||
Release: 0.rc2.1%{?dist}
|
||||
Release: 0.rc3.1%{?dist}
|
||||
License: GPLv2
|
||||
Source0: https://github.com/SELinuxProject/selinux/releases/download/3.3-rc2/checkpolicy-3.3-rc2.tar.gz
|
||||
Source0: https://github.com/SELinuxProject/selinux/releases/download/3.3-rc3/checkpolicy-3.3-rc3.tar.gz
|
||||
# $ git clone https://github.com/fedora-selinux/selinux.git
|
||||
# $ cd selinux
|
||||
# $ git format-patch -N 3.3-rc2 -- checkpolicy
|
||||
# $ git format-patch -N 3.3-rc3 -- 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}-rc3
|
||||
|
||||
%build
|
||||
|
||||
@ -61,6 +61,9 @@ install test/dispol ${RPM_BUILD_ROOT}%{_bindir}/sedispol
|
||||
%{_bindir}/sedispol
|
||||
|
||||
%changelog
|
||||
* Mon Oct 11 2021 Petr Lautrbach <plautrba@redhat.com> - 3.3-0.rc3.1
|
||||
- SELinux userspace 3.3-rc3 release
|
||||
|
||||
* Wed Sep 29 2021 Petr Lautrbach <plautrba@redhat.com> - 3.3-0.rc2.1
|
||||
- SELinux userspace 3.3-rc2 release
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (checkpolicy-3.3-rc2.tar.gz) = 77bf2a49c643ff17913e56b180192a75b2d0c1e2b27467cdc2e3ff51857704e23193b288a817528b35a3a1880b731990d5aa51fc46e31560eb09b18d97b584d4
|
||||
SHA512 (checkpolicy-3.3-rc3.tar.gz) = aa48e5e1a3d866ef49b34c561b3e4a5069d9c510600a0c71ec4cfb02f10706580ccc55450c4e2f8c618dabd92988b6ecef61c1f7d8b0b97a8c4bef067abfd827
|
||||
|
Loading…
Reference in New Issue
Block a user