import checkpolicy-3.4-1.el9

This commit is contained in:
CentOS Sources 2022-11-15 01:40:54 -05:00 committed by Stepan Oksanichenko
parent a59f3f3feb
commit 751c1e90e5
3 changed files with 10 additions and 7 deletions

View File

@ -1 +1 @@
845c7408141b554d68df6490a7aa3fcc750ffc6d SOURCES/checkpolicy-3.3.tar.gz
c25629dcb9d04d6c3fee950c8c18903ea83a207c SOURCES/checkpolicy-3.4.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/checkpolicy-3.3.tar.gz
SOURCES/checkpolicy-3.4.tar.gz

View File

@ -1,15 +1,15 @@
%define libselinuxver 3.3-1
%define libsepolver 3.3-1
%define libselinuxver 3.4-1
%define libsepolver 3.4-1
Summary: SELinux policy compiler
Name: checkpolicy
Version: 3.3
Version: 3.4
Release: 1%{?dist}
License: GPLv2
Source0: https://github.com/SELinuxProject/selinux/releases/download/3.3/checkpolicy-3.3.tar.gz
Source0: https://github.com/SELinuxProject/selinux/releases/download/3.4/checkpolicy-3.4.tar.gz
# $ git clone https://github.com/fedora-selinux/selinux.git
# $ cd selinux
# $ git format-patch -N 3.3 -- checkpolicy
# $ git format-patch -N 3.4 -- 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
@ -61,6 +61,9 @@ install test/dispol ${RPM_BUILD_ROOT}%{_bindir}/sedispol
%{_bindir}/sedispol
%changelog
* Fri May 20 2022 Petr Lautrbach <plautrba@redhat.com> - 3.4-1
- SELinux userspace 3.4 release
* Fri Oct 22 2021 Petr Lautrbach <plautrba@redhat.com> - 3.3-1
- SELinux userspace 3.3 release