import checkpolicy-3.5-1.el9

This commit is contained in:
CentOS Sources 2023-05-09 05:22:24 +00:00 committed by Stepan Oksanichenko
parent 751c1e90e5
commit 22daff0691
3 changed files with 20 additions and 8 deletions

View File

@ -1 +1 @@
c25629dcb9d04d6c3fee950c8c18903ea83a207c SOURCES/checkpolicy-3.4.tar.gz
40e9c6939db7a94552dc971fc871286812bcea3b SOURCES/checkpolicy-3.5.tar.gz

2
.gitignore vendored
View File

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

View File

@ -1,15 +1,15 @@
%define libselinuxver 3.4-1
%define libsepolver 3.4-1
%define libselinuxver 3.5-1
%define libsepolver 3.5-1
Summary: SELinux policy compiler
Name: checkpolicy
Version: 3.4
Version: 3.5
Release: 1%{?dist}
License: GPLv2
Source0: https://github.com/SELinuxProject/selinux/releases/download/3.4/checkpolicy-3.4.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.4 -- 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
@ -50,7 +50,7 @@ install test/dispol ${RPM_BUILD_ROOT}%{_bindir}/sedispol
%files
%{!?_licensedir:%global license %%doc}
%license COPYING
%license LICENSE
%{_bindir}/checkpolicy
%{_bindir}/checkmodule
%{_mandir}/man8/checkpolicy.8.gz
@ -61,6 +61,18 @@ install test/dispol ${RPM_BUILD_ROOT}%{_bindir}/sedispol
%{_bindir}/sedispol
%changelog
* Thu Feb 23 2023 Petr Lautrbach <lautrbach@redhat.com> - 3.5-1
- SELinux userspace 3.5 release
* Wed Feb 15 2023 Petr Lautrbach <lautrbach@redhat.com> - 3.5-0.rc3.1
- SELinux userspace 3.5-rc3 release
* Tue Jan 17 2023 Petr Lautrbach <lautrbach@redhat.com> - 3.5-0.rc2.1
- SELinux userspace 3.5-rc2 release
* Mon Jan 2 2023 Petr Lautrbach <lautrbach@redhat.com> - 3.5-0.rc1.1
- SELinux userspace 3.5-rc1 release
* Fri May 20 2022 Petr Lautrbach <plautrba@redhat.com> - 3.4-1
- SELinux userspace 3.4 release