checkpolicy-3.4-0.rc1.1
- SELinux userspace 3.4-rc1 release
This commit is contained in:
parent
5d44ba09f1
commit
6ab6cfb859
1
.gitignore
vendored
1
.gitignore
vendored
@ -111,3 +111,4 @@ checkpolicy-2.0.22.tgz
|
|||||||
/checkpolicy-3.3-rc2.tar.gz
|
/checkpolicy-3.3-rc2.tar.gz
|
||||||
/checkpolicy-3.3-rc3.tar.gz
|
/checkpolicy-3.3-rc3.tar.gz
|
||||||
/checkpolicy-3.3.tar.gz
|
/checkpolicy-3.3.tar.gz
|
||||||
|
/checkpolicy-3.4-rc1.tar.gz
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
%define libselinuxver 3.3-1
|
%define libselinuxver 3.4-0
|
||||||
%define libsepolver 3.3-1
|
%define libsepolver 3.4-0
|
||||||
|
|
||||||
Summary: SELinux policy compiler
|
Summary: SELinux policy compiler
|
||||||
Name: checkpolicy
|
Name: checkpolicy
|
||||||
Version: 3.3
|
Version: 3.4
|
||||||
Release: 2%{?dist}
|
Release: 0.rc1.1%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Source0: https://github.com/SELinuxProject/selinux/releases/download/3.3/checkpolicy-3.3.tar.gz
|
Source0: https://github.com/SELinuxProject/selinux/releases/download/3.4-rc1/checkpolicy-3.4-rc1.tar.gz
|
||||||
# $ git clone https://github.com/fedora-selinux/selinux.git
|
# $ git clone https://github.com/fedora-selinux/selinux.git
|
||||||
# $ cd selinux
|
# $ cd selinux
|
||||||
# $ git format-patch -N 3.3 -- checkpolicy
|
# $ git format-patch -N 3.4-rc1 -- checkpolicy
|
||||||
# $ i=1; for j in 00*patch; do printf "Patch%04d: %s\n" $i $j; i=$((i+1));done
|
# $ i=1; for j in 00*patch; do printf "Patch%04d: %s\n" $i $j; i=$((i+1));done
|
||||||
# Patch list start
|
# Patch list start
|
||||||
# Patch list end
|
# Patch list end
|
||||||
@ -32,7 +32,7 @@ This package contains checkpolicy, the SELinux policy compiler.
|
|||||||
Only required for building policies.
|
Only required for building policies.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p 2 -n checkpolicy-%{version}
|
%autosetup -p 2 -n checkpolicy-%{version}-rc1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -61,6 +61,9 @@ install test/dispol ${RPM_BUILD_ROOT}%{_bindir}/sedispol
|
|||||||
%{_bindir}/sedispol
|
%{_bindir}/sedispol
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 13 2022 Petr Lautrbach <plautrba@redhat.com> - 3.4-0.rc1.1
|
||||||
|
- SELinux userspace 3.4-rc1 release
|
||||||
|
|
||||||
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.3-2
|
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.3-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (checkpolicy-3.3.tar.gz) = 40e7ccd804aa19f229eb76bdaeb79c87ed19004ac7b91674ecfb92d543573dc26f9d456ea25ed1e0ef8e1a69538e41c68b386a0743023f3ea83aa4350fc3ce30
|
SHA512 (checkpolicy-3.4-rc1.tar.gz) = 9aac4bd862f6dcb654cdbc786e0f89f8eccf2f93e6368b3d458a4a15210a558552ffeb64be9daf57bf3309bf74661a4eb6a5a336e64357f6e99bf3b7946d9b45
|
||||||
|
Loading…
Reference in New Issue
Block a user