SELinux userspace 3.7 release
Resolves: RHEL-40233
This commit is contained in:
parent
69ab9027e7
commit
bb46864f95
1
.gitignore
vendored
1
.gitignore
vendored
@ -122,3 +122,4 @@ checkpolicy-2.0.22.tgz
|
||||
/checkpolicy-3.6-rc1.tar.gz
|
||||
/checkpolicy-3.6-rc2.tar.gz
|
||||
/checkpolicy-3.6.tar.gz
|
||||
/checkpolicy-3.7.tar.gz
|
||||
|
@ -1,15 +1,15 @@
|
||||
%define libselinuxver 3.6-1
|
||||
%define libsepolver 3.6-1
|
||||
%define libselinuxver 3.7-1
|
||||
%define libsepolver 3.7-1
|
||||
|
||||
Summary: SELinux policy compiler
|
||||
Name: checkpolicy
|
||||
Version: 3.6
|
||||
Release: 4%{?dist}
|
||||
Version: 3.7
|
||||
Release: 1%{?dist}
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
Source0: https://github.com/SELinuxProject/selinux/releases/download/3.6/checkpolicy-3.6.tar.gz
|
||||
Source0: https://github.com/SELinuxProject/selinux/releases/download/3.7/checkpolicy-3.7.tar.gz
|
||||
# $ git clone https://github.com/fedora-selinux/selinux.git
|
||||
# $ cd selinux
|
||||
# $ git format-patch -N 3.6 -- checkpolicy
|
||||
# $ git format-patch -N 3.7 -- 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
|
||||
@ -59,6 +59,9 @@ install test/dispol ${RPM_BUILD_ROOT}%{_bindir}/sedispol
|
||||
%{_bindir}/sedispol
|
||||
|
||||
%changelog
|
||||
* Thu Jun 27 2024 Petr Lautrbach <lautrbach@redhat.com> - 3.7-1
|
||||
- SELinux userspace 3.7 release
|
||||
|
||||
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 3.6-4
|
||||
- Bump release for June 2024 mass rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (checkpolicy-3.6.tar.gz) = 0d48fb385b4d1e66d562e40b6e794406f46d8803cc504705b26547130cb13b65fab5fdb4fc032b1c95d4f91862ff134a89fffde854c5ce466c2dd2657e416070
|
||||
SHA512 (checkpolicy-3.7.tar.gz) = f428edcbe17bd5b5f22dd827cf21c89c2cf645bae6c0342c6663743cafd9f8a8d7c8b5a1b48c04569fdb0cce11ffcb6c0b6d7fa76075a1a274948ba418bcc5b4
|
||||
|
Loading…
Reference in New Issue
Block a user