SELinux userspace 3.4-rc3 release
This commit is contained in:
parent
e266b2060d
commit
2a50e43910
1
.gitignore
vendored
1
.gitignore
vendored
@ -113,3 +113,4 @@ checkpolicy-2.0.22.tgz
|
||||
/checkpolicy-3.3.tar.gz
|
||||
/checkpolicy-3.4-rc1.tar.gz
|
||||
/checkpolicy-3.4-rc2.tar.gz
|
||||
/checkpolicy-3.4-rc3.tar.gz
|
||||
|
@ -4,12 +4,12 @@
|
||||
Summary: SELinux policy compiler
|
||||
Name: checkpolicy
|
||||
Version: 3.4
|
||||
Release: 0.rc2.1%{?dist}
|
||||
Release: 0.rc3.1%{?dist}
|
||||
License: GPLv2
|
||||
Source0: https://github.com/SELinuxProject/selinux/releases/download/3.4-rc2/checkpolicy-3.4-rc2.tar.gz
|
||||
Source0: https://github.com/SELinuxProject/selinux/releases/download/3.4-rc3/checkpolicy-3.4-rc3.tar.gz
|
||||
# $ git clone https://github.com/fedora-selinux/selinux.git
|
||||
# $ cd selinux
|
||||
# $ git format-patch -N 3.4-rc2 -- checkpolicy
|
||||
# $ git format-patch -N 3.4-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
|
||||
* Tue May 10 2022 Petr Lautrbach <plautrba@redhat.com> - 3.4-0.rc3.1
|
||||
- SELinux userspace 3.4-rc3 release
|
||||
|
||||
* Fri Apr 22 2022 Petr Lautrbach <plautrba@redhat.com> - 3.4-0.rc2.1
|
||||
- SELinux userspace 3.4-rc2 release
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (checkpolicy-3.4-rc2.tar.gz) = 7870e17030eb186334e016f04c3cc0e4025950c560e99f9b2489c57aebf31ee772e92df3536df0ff0ca8e045b9e37bca1955083564a8a0ded55e93dbdef3f806
|
||||
SHA512 (checkpolicy-3.4-rc3.tar.gz) = f08096d9f405c15641af625100de5f99a6a49a12eb1856a782e27eed15fe65a6088a53310126c2fb62f512ffba9f077ff26b001cabbcdffd98e306824bb28f44
|
||||
|
Loading…
Reference in New Issue
Block a user