SELinux userspace 3.11 release
Resolves: RHEL-192088
This commit is contained in:
parent
00a4613aff
commit
116cb48cda
2
.gitignore
vendored
2
.gitignore
vendored
@ -136,3 +136,5 @@ checkpolicy-2.0.22.tgz
|
||||
/checkpolicy-3.9.tar.gz.asc
|
||||
/checkpolicy-3.10.tar.gz
|
||||
/checkpolicy-3.10.tar.gz.asc
|
||||
/checkpolicy-3.11.tar.gz
|
||||
/checkpolicy-3.11.tar.gz.asc
|
||||
|
||||
@ -1,3 +1,6 @@
|
||||
* Wed Jul 01 2026 Petr Lautrbach <lautrbach@redhat.com> - 3.11-1
|
||||
- SELinux userspace 3.11 release
|
||||
|
||||
* Fri Feb 06 2026 Vit Mojzis <vmojzis@redhat.com> - 3.10-1
|
||||
- SELinux userspace 3.10 release
|
||||
|
||||
|
||||
@ -1,17 +1,17 @@
|
||||
%define libselinuxver 3.10-1
|
||||
%define libsepolver 3.10-1
|
||||
%define libselinuxver 3.11-1
|
||||
%define libsepolver 3.11-1
|
||||
|
||||
Summary: SELinux policy compiler
|
||||
Name: checkpolicy
|
||||
Version: 3.10
|
||||
Version: 3.11
|
||||
Release: 1%{?dist}
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
Source0: https://github.com/SELinuxProject/selinux/releases/download/%{version}/checkpolicy-%{version}.tar.gz
|
||||
Source1: https://github.com/SELinuxProject/selinux/releases/download/%{version}/checkpolicy-%{version}.tar.gz.asc
|
||||
Source2: https://github.com/perfinion.gpg
|
||||
Source2: https://github.com/bachradsusi.gpg
|
||||
# $ git clone https://github.com/fedora-selinux/selinux.git
|
||||
# $ cd selinux
|
||||
# $ git format-patch -N 3.10 -- checkpolicy
|
||||
# $ git format-patch -N 3.11 -- 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
|
||||
@ -33,7 +33,7 @@ based on the concepts of Type Enforcement®, Role-based Access
|
||||
Control, and Multi-level Security.
|
||||
|
||||
This package contains checkpolicy, the SELinux policy compiler.
|
||||
Only required for building policies.
|
||||
Only required for building policies.
|
||||
|
||||
%prep
|
||||
%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
|
||||
|
||||
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (checkpolicy-3.10.tar.gz) = b5e18d4664ba96d33f2b74b89972e056680e3cc0ede8327599f8b0972ac031eed1ff8e219ad90fb3537e29d711dd51cbdde73db589ca35ec27b7c63bc72c7afd
|
||||
SHA512 (checkpolicy-3.10.tar.gz.asc) = fde716a71ae1d5b1a5e42d9f73fa7165bf6d5cbea098eb0cf999653d792a538448ce4dc1f5eadabf9d57a16bc3a2e29a1f714eee17aaaacf8272548aa72193d7
|
||||
SHA512 (checkpolicy-3.11.tar.gz) = 1e5a1691aa809e2e73167ac0a9bdabcf5d3d5379799bb499913c379c7a24bc9ef720b4ee12026109f22cb93840bf2d594ec745e3f8fc9edbd402adb941f6cc6c
|
||||
SHA512 (checkpolicy-3.11.tar.gz.asc) = 6a5a9331f4f0e4dfa5dff22caa3480184bcb2eac0f8e803ec54285f768362c28083c745f4067d5393e7f0b3cc5f54aebf20eb23fce09eb8141f8afcb5e14f47f
|
||||
|
||||
Loading…
Reference in New Issue
Block a user