SELinux userspace 3.8 release
Resolves: RHEL-69451
This commit is contained in:
parent
6fccccc328
commit
e460638067
2
.gitignore
vendored
2
.gitignore
vendored
@ -128,3 +128,5 @@ checkpolicy-2.0.22.tgz
|
|||||||
/checkpolicy-3.8-rc1.tar.gz.asc
|
/checkpolicy-3.8-rc1.tar.gz.asc
|
||||||
/checkpolicy-3.8-rc3.tar.gz
|
/checkpolicy-3.8-rc3.tar.gz
|
||||||
/checkpolicy-3.8-rc3.tar.gz.asc
|
/checkpolicy-3.8-rc3.tar.gz.asc
|
||||||
|
/checkpolicy-3.8.tar.gz
|
||||||
|
/checkpolicy-3.8.tar.gz.asc
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
* Fri Jan 31 2025 Petr Lautrbach <lautrbach@redhat.com> - 3.8-1
|
||||||
|
- SELinux userspace 3.8 release
|
||||||
|
|
||||||
* Wed Dec 18 2024 Petr Lautrbach <lautrbach@redhat.com> - 3.8-0.rc3.1
|
* Wed Dec 18 2024 Petr Lautrbach <lautrbach@redhat.com> - 3.8-0.rc3.1
|
||||||
- SELinux userspace 3.8-rc3 release
|
- SELinux userspace 3.8-rc3 release
|
||||||
|
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
%define libselinuxver 3.8-0.rc3
|
%define libselinuxver 3.8-1
|
||||||
%define libsepolver 3.8-0.rc3
|
%define libsepolver 3.8-1
|
||||||
|
|
||||||
Summary: SELinux policy compiler
|
Summary: SELinux policy compiler
|
||||||
Name: checkpolicy
|
Name: checkpolicy
|
||||||
Version: 3.8
|
Version: 3.8
|
||||||
Release: 0.rc3.1%{?dist}
|
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}-rc3/checkpolicy-%{version}-rc3.tar.gz
|
Source0: https://github.com/SELinuxProject/selinux/releases/download/%{version}/checkpolicy-%{version}.tar.gz
|
||||||
Source1: https://github.com/SELinuxProject/selinux/releases/download/%{version}-rc3/checkpolicy-%{version}-rc3.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
|
||||||
@ -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}-rc3
|
%autosetup -p 2 -n checkpolicy-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
SHA512 (checkpolicy-3.8-rc3.tar.gz) = 06257e048bfb58d9b1f81549ded80b7af7a819e8000290c1f7b97c63929772f156dae82afc112a1cc120e7b846c92273b2fda7698468b1882a3d3b120f9e2804
|
SHA512 (checkpolicy-3.8.tar.gz) = 644e82a681faa398ee5fa9705ff7213f8105afcf2d6e3e3b5a593eeb300fa0b5d38a8188e28bb1e33ff41b9162f4131d5dd5359a13278acda8307f779b0cd9e9
|
||||||
SHA512 (checkpolicy-3.8-rc3.tar.gz.asc) = dce56101cf7d6313acceb5dcabf3e40ec827dcdd399a5e51215b83ccdc8653ba25212889350b164348b355e4f5d9d3ed0170be7ff1287328fdf97b105e24d805
|
SHA512 (checkpolicy-3.8.tar.gz.asc) = 6ca57762a5514c5f7aacfe4d390fa55aac0a0fb02a35a3d7d4afdecbf2fa29c984affd6a733ec77d34fc3641ee02973aaf44e788dc45559193b9c7d553e5bdb6
|
||||||
|
Loading…
Reference in New Issue
Block a user