SELinux userspace 3.5-rc2 release
This commit is contained in:
parent
e54c5cb165
commit
73cdd48a9b
1
.gitignore
vendored
1
.gitignore
vendored
@ -116,3 +116,4 @@ checkpolicy-2.0.22.tgz
|
||||
/checkpolicy-3.4-rc3.tar.gz
|
||||
/checkpolicy-3.4.tar.gz
|
||||
/checkpolicy-3.5-rc1.tar.gz
|
||||
/checkpolicy-3.5-rc2.tar.gz
|
||||
|
@ -1,15 +1,15 @@
|
||||
%define libselinuxver 3.5-0
|
||||
%define libsepolver 3.5-0
|
||||
%define libselinuxver 3.5-0.rc2
|
||||
%define libsepolver 3.5-0.rc2
|
||||
|
||||
Summary: SELinux policy compiler
|
||||
Name: checkpolicy
|
||||
Version: 3.5
|
||||
Release: 0.rc1.1%{?dist}
|
||||
Release: 0.rc2.1%{?dist}
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
Source0: https://github.com/SELinuxProject/selinux/releases/download/3.5-rc1/checkpolicy-3.5-rc1.tar.gz
|
||||
Source0: https://github.com/SELinuxProject/selinux/releases/download/3.5-rc2/checkpolicy-3.5-rc2.tar.gz
|
||||
# $ git clone https://github.com/fedora-selinux/selinux.git
|
||||
# $ cd selinux
|
||||
# $ git format-patch -N 3.5-rc1 -- checkpolicy
|
||||
# $ git format-patch -N 3.5-rc2 -- 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
|
||||
@ -32,7 +32,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}-rc2
|
||||
|
||||
%build
|
||||
|
||||
@ -61,6 +61,9 @@ install test/dispol ${RPM_BUILD_ROOT}%{_bindir}/sedispol
|
||||
%{_bindir}/sedispol
|
||||
|
||||
%changelog
|
||||
* Mon Jan 16 2023 Petr Lautrbach <lautrbach@redhat.com> - 3.5-0.rc2.1
|
||||
- SELinux userspace 3.5-rc2 release
|
||||
|
||||
* Tue Dec 27 2022 Petr Lautrbach <lautrbach@redhat.com> - 3.5-0.rc1.1
|
||||
- SELinux userspace 3.5-rc1 release
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (checkpolicy-3.5-rc1.tar.gz) = e1913a874b109a3a0456928ca24cb0ac718279278376aa8e00e03b06384756e13eef266139fa05c30d7a6b6970d754f063519e4eeba26b3827093f0cec4fe68a
|
||||
SHA512 (checkpolicy-3.5-rc2.tar.gz) = 874924a6c3bf16127c32be309be48c3b3734a1c237e0ebf9a3bbf6636caaaff93db3462bd1d039ad9ebf1b72a4315c6e63f1ea9a48c0779f3c18f92c1862fa56
|
||||
|
Loading…
Reference in New Issue
Block a user