SELinux userspace 3.6 release
This commit is contained in:
parent
56b7ec916b
commit
c4dd777249
1
.gitignore
vendored
1
.gitignore
vendored
@ -121,3 +121,4 @@ checkpolicy-2.0.22.tgz
|
||||
/checkpolicy-3.5.tar.gz
|
||||
/checkpolicy-3.6-rc1.tar.gz
|
||||
/checkpolicy-3.6-rc2.tar.gz
|
||||
/checkpolicy-3.6.tar.gz
|
||||
|
@ -1,15 +1,15 @@
|
||||
%define libselinuxver 3.6-0.rc2
|
||||
%define libsepolver 3.6-0.rc2
|
||||
%define libselinuxver 3.6-1
|
||||
%define libsepolver 3.6-1
|
||||
|
||||
Summary: SELinux policy compiler
|
||||
Name: checkpolicy
|
||||
Version: 3.6
|
||||
Release: 0.rc2.1%{?dist}
|
||||
Release: 1%{?dist}
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
Source0: https://github.com/SELinuxProject/selinux/releases/download/3.6-rc2/checkpolicy-3.6-rc2.tar.gz
|
||||
Source0: https://github.com/SELinuxProject/selinux/releases/download/3.6/checkpolicy-3.6.tar.gz
|
||||
# $ git clone https://github.com/fedora-selinux/selinux.git
|
||||
# $ cd selinux
|
||||
# $ git format-patch -N 3.6-rc2 -- checkpolicy
|
||||
# $ git format-patch -N 3.6 -- 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}
|
||||
|
||||
%build
|
||||
|
||||
@ -59,6 +59,9 @@ install test/dispol ${RPM_BUILD_ROOT}%{_bindir}/sedispol
|
||||
%{_bindir}/sedispol
|
||||
|
||||
%changelog
|
||||
* Thu Dec 14 2023 Petr Lautrbach <lautrbach@redhat.com> - 3.6-1
|
||||
- SELinux userspace 3.6 release
|
||||
|
||||
* Thu Nov 23 2023 Petr Lautrbach <lautrbach@redhat.com> - 3.6-0.rc2.1
|
||||
- SELinux userspace 3.6-rc2 release
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (checkpolicy-3.6-rc2.tar.gz) = 477657834a7db3654c81fae284bf6184a04916157f3323f60bb4893045ad37667251b7793180abb0121f71af1694cd42edd9deea4cc23e56157473c2356eec1a
|
||||
SHA512 (checkpolicy-3.6.tar.gz) = 0d48fb385b4d1e66d562e40b6e794406f46d8803cc504705b26547130cb13b65fab5fdb4fc032b1c95d4f91862ff134a89fffde854c5ce466c2dd2657e416070
|
||||
|
Loading…
Reference in New Issue
Block a user