SELinux userspace 3.4 release
This commit is contained in:
parent
2a50e43910
commit
bb9395c1c8
1
.gitignore
vendored
1
.gitignore
vendored
@ -114,3 +114,4 @@ checkpolicy-2.0.22.tgz
|
||||
/checkpolicy-3.4-rc1.tar.gz
|
||||
/checkpolicy-3.4-rc2.tar.gz
|
||||
/checkpolicy-3.4-rc3.tar.gz
|
||||
/checkpolicy-3.4.tar.gz
|
||||
|
@ -1,15 +1,15 @@
|
||||
%define libselinuxver 3.4-0
|
||||
%define libsepolver 3.4-0
|
||||
%define libselinuxver 3.4-1
|
||||
%define libsepolver 3.4-1
|
||||
|
||||
Summary: SELinux policy compiler
|
||||
Name: checkpolicy
|
||||
Version: 3.4
|
||||
Release: 0.rc3.1%{?dist}
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
Source0: https://github.com/SELinuxProject/selinux/releases/download/3.4-rc3/checkpolicy-3.4-rc3.tar.gz
|
||||
Source0: https://github.com/SELinuxProject/selinux/releases/download/3.4/checkpolicy-3.4.tar.gz
|
||||
# $ git clone https://github.com/fedora-selinux/selinux.git
|
||||
# $ cd selinux
|
||||
# $ git format-patch -N 3.4-rc3 -- checkpolicy
|
||||
# $ git format-patch -N 3.4 -- 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}-rc3
|
||||
%autosetup -p 2 -n checkpolicy-%{version}
|
||||
|
||||
%build
|
||||
|
||||
@ -61,6 +61,9 @@ install test/dispol ${RPM_BUILD_ROOT}%{_bindir}/sedispol
|
||||
%{_bindir}/sedispol
|
||||
|
||||
%changelog
|
||||
* Thu May 19 2022 Petr Lautrbach <plautrba@redhat.com> - 3.4-1
|
||||
- SELinux userspace 3.4 release
|
||||
|
||||
* Tue May 10 2022 Petr Lautrbach <plautrba@redhat.com> - 3.4-0.rc3.1
|
||||
- SELinux userspace 3.4-rc3 release
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (checkpolicy-3.4-rc3.tar.gz) = f08096d9f405c15641af625100de5f99a6a49a12eb1856a782e27eed15fe65a6088a53310126c2fb62f512ffba9f077ff26b001cabbcdffd98e306824bb28f44
|
||||
SHA512 (checkpolicy-3.4.tar.gz) = e7f7a4e987af473fd7cda0e47539061a8cb2e65a6b930f4736c538eb319129b260a3f03d2f50863e73a275ee3d58c441c33f95c80ea2bff6157e37226be54b92
|
||||
|
Loading…
Reference in New Issue
Block a user