SELinux userspace 3.8-rc3 release
Resolves: RHEL-69451
This commit is contained in:
parent
742165344a
commit
6fccccc328
2
.gitignore
vendored
2
.gitignore
vendored
@ -126,3 +126,5 @@ checkpolicy-2.0.22.tgz
|
||||
/checkpolicy-3.7.tar.gz.asc
|
||||
/checkpolicy-3.8-rc1.tar.gz
|
||||
/checkpolicy-3.8-rc1.tar.gz.asc
|
||||
/checkpolicy-3.8-rc3.tar.gz
|
||||
/checkpolicy-3.8-rc3.tar.gz.asc
|
||||
|
@ -1,3 +1,6 @@
|
||||
* Wed Dec 18 2024 Petr Lautrbach <lautrbach@redhat.com> - 3.8-0.rc3.1
|
||||
- SELinux userspace 3.8-rc3 release
|
||||
|
||||
* Fri Nov 29 2024 Petr Lautrbach <lautrbach@redhat.com> - 3.8-0.rc1.1
|
||||
- SELinux userspace 3.8-rc1 release
|
||||
|
||||
|
@ -1,13 +1,13 @@
|
||||
%define libselinuxver 3.8-0
|
||||
%define libsepolver 3.8-0
|
||||
%define libselinuxver 3.8-0.rc3
|
||||
%define libsepolver 3.8-0.rc3
|
||||
|
||||
Summary: SELinux policy compiler
|
||||
Name: checkpolicy
|
||||
Version: 3.8
|
||||
Release: 0.rc1.1%{?dist}
|
||||
Release: 0.rc3.1%{?dist}
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
Source0: https://github.com/SELinuxProject/selinux/releases/download/%{version}-rc1/checkpolicy-%{version}-rc1.tar.gz
|
||||
Source1: https://github.com/SELinuxProject/selinux/releases/download/%{version}-rc1/checkpolicy-%{version}-rc1.tar.gz.asc
|
||||
Source0: https://github.com/SELinuxProject/selinux/releases/download/%{version}-rc3/checkpolicy-%{version}-rc3.tar.gz
|
||||
Source1: https://github.com/SELinuxProject/selinux/releases/download/%{version}-rc3/checkpolicy-%{version}-rc3.tar.gz.asc
|
||||
Source2: https://github.com/bachradsusi.gpg
|
||||
# $ git clone https://github.com/fedora-selinux/selinux.git
|
||||
# $ cd selinux
|
||||
@ -15,6 +15,7 @@ Source2: https://github.com/bachradsusi.gpg
|
||||
# $ 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
|
||||
Conflicts: libsepol < %{libsepolver}
|
||||
BuildRequires: gcc
|
||||
BuildRequires: make
|
||||
BuildRequires: byacc bison flex flex-static libsepol-static >= %{libsepolver} libselinux-devel >= %{libselinuxver}
|
||||
@ -36,7 +37,7 @@ Only required for building policies.
|
||||
|
||||
%prep
|
||||
%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
|
||||
%autosetup -p 2 -n checkpolicy-%{version}-rc1
|
||||
%autosetup -p 2 -n checkpolicy-%{version}-rc3
|
||||
|
||||
%build
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (checkpolicy-3.8-rc1.tar.gz) = 4d69e262ea924c9d2afb8690b2c971f6c263c04ec25bb3247ec9d357cdc28e05ac113ee0f24ce04dc9c07bdcfde4b90565d8a9c32fc063dff05db7f781f7d2f9
|
||||
SHA512 (checkpolicy-3.8-rc1.tar.gz.asc) = e3cacdecf8beb7734692b0e6f844f2733f55279643c132dd650433f071602092fae100feab1f5b4660d6e6006b282dd029a82ca7ad849a6022f018435747c226
|
||||
SHA512 (checkpolicy-3.8-rc3.tar.gz) = 06257e048bfb58d9b1f81549ded80b7af7a819e8000290c1f7b97c63929772f156dae82afc112a1cc120e7b846c92273b2fda7698468b1882a3d3b120f9e2804
|
||||
SHA512 (checkpolicy-3.8-rc3.tar.gz.asc) = dce56101cf7d6313acceb5dcabf3e40ec827dcdd399a5e51215b83ccdc8653ba25212889350b164348b355e4f5d9d3ed0170be7ff1287328fdf97b105e24d805
|
||||
|
Loading…
Reference in New Issue
Block a user