SELinux userspace 3.9 release
Resolves: RHEL-104006
This commit is contained in:
parent
ea78a13af9
commit
dd437444f6
2
.gitignore
vendored
2
.gitignore
vendored
@ -132,3 +132,5 @@ checkpolicy-2.0.22.tgz
|
|||||||
/checkpolicy-3.8.tar.gz.asc
|
/checkpolicy-3.8.tar.gz.asc
|
||||||
/checkpolicy-3.9-rc2.tar.gz
|
/checkpolicy-3.9-rc2.tar.gz
|
||||||
/checkpolicy-3.9-rc2.tar.gz.asc
|
/checkpolicy-3.9-rc2.tar.gz.asc
|
||||||
|
/checkpolicy-3.9.tar.gz
|
||||||
|
/checkpolicy-3.9.tar.gz.asc
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
* Tue Jul 22 2025 Vit Mojzis <vmojzis@redhat.com> - 3.9-1
|
||||||
|
- SELinux userspace 3.9 release
|
||||||
|
|
||||||
* Fri Jul 04 2025 Petr Lautrbach <lautrbach@redhat.com> - 3.9-0.rc2.1.1
|
* Fri Jul 04 2025 Petr Lautrbach <lautrbach@redhat.com> - 3.9-0.rc2.1.1
|
||||||
- SELinux userspace 3.9-rc2 release
|
- SELinux userspace 3.9-rc2 release
|
||||||
|
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
%define libselinuxver 3.9-0
|
%define libselinuxver 3.9-1
|
||||||
%define libsepolver 3.9-0
|
%define libsepolver 3.9-1
|
||||||
|
|
||||||
Summary: SELinux policy compiler
|
Summary: SELinux policy compiler
|
||||||
Name: checkpolicy
|
Name: checkpolicy
|
||||||
Version: 3.9
|
Version: 3.9
|
||||||
Release: 0.rc2.1%{?dist}.1
|
Release: 1%{?dist}
|
||||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||||
Source0: https://github.com/SELinuxProject/selinux/releases/download/%{version}-rc2/checkpolicy-%{version}-rc2.tar.gz
|
Source0: https://github.com/SELinuxProject/selinux/releases/download/%{version}/checkpolicy-%{version}.tar.gz
|
||||||
Source1: https://github.com/SELinuxProject/selinux/releases/download/%{version}-rc2/checkpolicy-%{version}-rc2.tar.gz.asc
|
Source1: https://github.com/SELinuxProject/selinux/releases/download/%{version}/checkpolicy-%{version}.tar.gz.asc
|
||||||
Source2: https://github.com/bachradsusi.gpg
|
Source2: https://github.com/bachradsusi.gpg
|
||||||
# $ 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.9-rc2 -- checkpolicy
|
# $ git format-patch -N 3.9 -- 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
|
||||||
@ -37,7 +37,7 @@ Only required for building policies.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
|
%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
|
||||||
%autosetup -p 2 -n checkpolicy-%{version}-rc2
|
%autosetup -p 2 -n checkpolicy-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (checkpolicy-3.9-rc2.tar.gz) = 5b76c5685c0752de3fec3bffedef8d70ff10039f7fd651687c47b3c070497ca325a0ce9a6013b7c8f850e45dfef92972692290ae427108092ce475cba0a890cc
|
SHA512 (checkpolicy-3.9.tar.gz) = 719d3e903488e63d50951adffe42e21dac4f8693246285014d0c9431d5d69a912d9937885b2bd35f9cfd7f0c0ac3252bbef9be196367a573a0a768c98abff89d
|
||||||
SHA512 (checkpolicy-3.9-rc2.tar.gz.asc) = 98ad892a7797f0f704b498a919d8d9c01c0a81a2c287c994597c3035002cc83b778389eded3433cdf0d203852bbae9d948f94d42a31b01aefcd2fee489e10c4f
|
SHA512 (checkpolicy-3.9.tar.gz.asc) = 7fd03d84a5d129d9e7c7bc0bf6eb6f57c5aa32b5dc1470e3e5e81f21618f1363ac3cbe8fe34904b1c644deb9708e3de6a259d93afabae6b817f676840d5d99b0
|
||||||
|
Loading…
Reference in New Issue
Block a user