SELinux userspace 3.5 release
This commit is contained in:
parent
86bf21ccb1
commit
d381f88358
1
.gitignore
vendored
1
.gitignore
vendored
@ -118,3 +118,4 @@ checkpolicy-2.0.22.tgz
|
||||
/checkpolicy-3.5-rc1.tar.gz
|
||||
/checkpolicy-3.5-rc2.tar.gz
|
||||
/checkpolicy-3.5-rc3.tar.gz
|
||||
/checkpolicy-3.5.tar.gz
|
||||
|
@ -1,15 +1,15 @@
|
||||
%define libselinuxver 3.5-0.rc3
|
||||
%define libsepolver 3.5-0.rc3
|
||||
%define libselinuxver 3.5-1
|
||||
%define libsepolver 3.5-1
|
||||
|
||||
Summary: SELinux policy compiler
|
||||
Name: checkpolicy
|
||||
Version: 3.5
|
||||
Release: 0.rc3.1%{?dist}
|
||||
Release: 1%{?dist}
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
Source0: https://github.com/SELinuxProject/selinux/releases/download/3.5-rc3/checkpolicy-3.5-rc3.tar.gz
|
||||
Source0: https://github.com/SELinuxProject/selinux/releases/download/3.5/checkpolicy-3.5.tar.gz
|
||||
# $ git clone https://github.com/fedora-selinux/selinux.git
|
||||
# $ cd selinux
|
||||
# $ git format-patch -N 3.5-rc3 -- checkpolicy
|
||||
# $ git format-patch -N 3.5 -- 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}-rc3
|
||||
%autosetup -p 2 -n checkpolicy-%{version}
|
||||
|
||||
%build
|
||||
|
||||
@ -61,6 +61,9 @@ install test/dispol ${RPM_BUILD_ROOT}%{_bindir}/sedispol
|
||||
%{_bindir}/sedispol
|
||||
|
||||
%changelog
|
||||
* Fri Feb 24 2023 Petr Lautrbach <lautrbach@redhat.com> - 3.5-1
|
||||
- SELinux userspace 3.5 release
|
||||
|
||||
* Tue Feb 14 2023 Petr Lautrbach <lautrbach@redhat.com> - 3.5-0.rc3.1
|
||||
- SELinux userspace 3.5-rc3 release
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (checkpolicy-3.5-rc3.tar.gz) = f7af9a3b2c0526a4d37c2bdf4d8f5bc3346560e06f8d8f19edcbb6d97ddfa8052f9e5253860fc7d27f398f138a4dc7a3fb542004657dd9d5800045e262e213f6
|
||||
SHA512 (checkpolicy-3.5.tar.gz) = fcd490d865af3b4350c32c5dd9916f8406219841e1e255d8945c6dcc958535247aa27af5597a6988e19f11faea7beeabcb46e8ba2431112bb4aa5c7697bca529
|
||||
|
Loading…
Reference in New Issue
Block a user