SELinux userspace 3.6 release
Resolves: RHEL-16239
This commit is contained in:
parent
c7a4e4d27a
commit
197468c24e
1
.gitignore
vendored
1
.gitignore
vendored
@ -117,3 +117,4 @@ checkpolicy-2.0.22.tgz
|
||||
/checkpolicy-3.5-rc3.tar.gz
|
||||
/checkpolicy-3.5.tar.gz
|
||||
/checkpolicy-3.6-rc1.tar.gz
|
||||
/checkpolicy-3.6.tar.gz
|
||||
|
@ -1,15 +1,15 @@
|
||||
%define libselinuxver 3.6-0
|
||||
%define libsepolver 3.6-0
|
||||
%define libselinuxver 3.6-1
|
||||
%define libsepolver 3.6-1
|
||||
|
||||
Summary: SELinux policy compiler
|
||||
Name: checkpolicy
|
||||
Version: 3.6
|
||||
Release: 0.rc1.1%{?dist}
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
Source0: https://github.com/SELinuxProject/selinux/releases/download/3.6-rc1/checkpolicy-3.6-rc1.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-rc1 -- 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
|
||||
Patch0001: 0001-Revert-Do-not-automatically-install-Russian-translat.patch
|
||||
@ -34,7 +34,7 @@ This package contains checkpolicy, the SELinux policy compiler.
|
||||
Only required for building policies.
|
||||
|
||||
%prep
|
||||
%autosetup -p 2 -n checkpolicy-%{version}-rc1
|
||||
%autosetup -p 2 -n checkpolicy-%{version}
|
||||
|
||||
%build
|
||||
|
||||
@ -63,6 +63,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
|
||||
|
||||
* Mon Nov 13 2023 Petr Lautrbach <lautrbach@redhat.com> - 3.6-0.rc1.1
|
||||
- SELinux userspace 3.6-rc1 release
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (checkpolicy-3.6-rc1.tar.gz) = 8ca6cef467dd4fcf085ee8c33d58b0eda8aa570b3ef61da57b31c8fca82e492b0275755968ea4c2e4c999bfcb279eb43232226b4db9ff62893ec0cb0190c0a3a
|
||||
SHA512 (checkpolicy-3.6.tar.gz) = 0d48fb385b4d1e66d562e40b6e794406f46d8803cc504705b26547130cb13b65fab5fdb4fc032b1c95d4f91862ff134a89fffde854c5ce466c2dd2657e416070
|
||||
|
Loading…
Reference in New Issue
Block a user