SELinux userspace 3.3 release
This commit is contained in:
parent
d7a547291c
commit
dd538d24ce
1
.gitignore
vendored
1
.gitignore
vendored
@ -110,3 +110,4 @@ checkpolicy-2.0.22.tgz
|
||||
/checkpolicy-3.2.tar.gz
|
||||
/checkpolicy-3.3-rc2.tar.gz
|
||||
/checkpolicy-3.3-rc3.tar.gz
|
||||
/checkpolicy-3.3.tar.gz
|
||||
|
@ -1,15 +1,15 @@
|
||||
%define libselinuxver 3.3-0.rc3
|
||||
%define libsepolver 3.3-0.rc3
|
||||
%define libselinuxver 3.3-1
|
||||
%define libsepolver 3.3-1
|
||||
|
||||
Summary: SELinux policy compiler
|
||||
Name: checkpolicy
|
||||
Version: 3.3
|
||||
Release: 0.rc3.1%{?dist}
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
Source0: https://github.com/SELinuxProject/selinux/releases/download/3.3-rc3/checkpolicy-3.3-rc3.tar.gz
|
||||
Source0: https://github.com/SELinuxProject/selinux/releases/download/3.3/checkpolicy-3.3.tar.gz
|
||||
# $ git clone https://github.com/fedora-selinux/selinux.git
|
||||
# $ cd selinux
|
||||
# $ git format-patch -N 3.3-rc3 -- checkpolicy
|
||||
# $ git format-patch -N 3.3 -- 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
|
||||
* Fri Oct 22 2021 Petr Lautrbach <plautrba@redhat.com> - 3.3-1
|
||||
- SELinux userspace 3.3 release
|
||||
|
||||
* Mon Oct 11 2021 Petr Lautrbach <plautrba@redhat.com> - 3.3-0.rc3.1
|
||||
- SELinux userspace 3.3-rc3 release
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (checkpolicy-3.3-rc3.tar.gz) = aa48e5e1a3d866ef49b34c561b3e4a5069d9c510600a0c71ec4cfb02f10706580ccc55450c4e2f8c618dabd92988b6ecef61c1f7d8b0b97a8c4bef067abfd827
|
||||
SHA512 (checkpolicy-3.3.tar.gz) = 40e7ccd804aa19f229eb76bdaeb79c87ed19004ac7b91674ecfb92d543573dc26f9d456ea25ed1e0ef8e1a69538e41c68b386a0743023f3ea83aa4350fc3ce30
|
||||
|
Loading…
Reference in New Issue
Block a user