checkpolicy-3.4-0.rc2.0
- SELinux userspace 3.4-rc2 release
This commit is contained in:
parent
6ab6cfb859
commit
e266b2060d
1
.gitignore
vendored
1
.gitignore
vendored
@ -112,3 +112,4 @@ checkpolicy-2.0.22.tgz
|
|||||||
/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
|
/checkpolicy-3.4-rc1.tar.gz
|
||||||
|
/checkpolicy-3.4-rc2.tar.gz
|
||||||
|
@ -4,12 +4,12 @@
|
|||||||
Summary: SELinux policy compiler
|
Summary: SELinux policy compiler
|
||||||
Name: checkpolicy
|
Name: checkpolicy
|
||||||
Version: 3.4
|
Version: 3.4
|
||||||
Release: 0.rc1.1%{?dist}
|
Release: 0.rc2.1%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Source0: https://github.com/SELinuxProject/selinux/releases/download/3.4-rc1/checkpolicy-3.4-rc1.tar.gz
|
Source0: https://github.com/SELinuxProject/selinux/releases/download/3.4-rc2/checkpolicy-3.4-rc2.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.4-rc1 -- checkpolicy
|
# $ git format-patch -N 3.4-rc2 -- 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}-rc1
|
%autosetup -p 2 -n checkpolicy-%{version}-rc2
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -61,6 +61,9 @@ install test/dispol ${RPM_BUILD_ROOT}%{_bindir}/sedispol
|
|||||||
%{_bindir}/sedispol
|
%{_bindir}/sedispol
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 22 2022 Petr Lautrbach <plautrba@redhat.com> - 3.4-0.rc2.1
|
||||||
|
- SELinux userspace 3.4-rc2 release
|
||||||
|
|
||||||
* Wed Apr 13 2022 Petr Lautrbach <plautrba@redhat.com> - 3.4-0.rc1.1
|
* Wed Apr 13 2022 Petr Lautrbach <plautrba@redhat.com> - 3.4-0.rc1.1
|
||||||
- SELinux userspace 3.4-rc1 release
|
- SELinux userspace 3.4-rc1 release
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (checkpolicy-3.4-rc1.tar.gz) = 9aac4bd862f6dcb654cdbc786e0f89f8eccf2f93e6368b3d458a4a15210a558552ffeb64be9daf57bf3309bf74661a4eb6a5a336e64357f6e99bf3b7946d9b45
|
SHA512 (checkpolicy-3.4-rc2.tar.gz) = 7870e17030eb186334e016f04c3cc0e4025950c560e99f9b2489c57aebf31ee772e92df3536df0ff0ca8e045b9e37bca1955083564a8a0ded55e93dbdef3f806
|
||||||
|
Loading…
Reference in New Issue
Block a user