From da949704354001b7a81983e37a08e9db50eb6c36 Mon Sep 17 00:00:00 2001 From: Toshaan Bharvani Date: Tue, 26 Dec 2023 18:10:49 +0100 Subject: [PATCH] update to version 3.5 Signed-off-by: Toshaan Bharvani --- SPECS/checkpolicy.spec | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/SPECS/checkpolicy.spec b/SPECS/checkpolicy.spec index 207a65f..84aa512 100644 --- a/SPECS/checkpolicy.spec +++ b/SPECS/checkpolicy.spec @@ -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 - 3.5-1 +- SELinux userspace 3.5 release + +* Wed Feb 15 2023 Petr Lautrbach - 3.5-0.rc3.1 +- SELinux userspace 3.5-rc3 release + +* Tue Jan 17 2023 Petr Lautrbach - 3.5-0.rc2.1 +- SELinux userspace 3.5-rc2 release + +* Mon Jan 2 2023 Petr Lautrbach - 3.5-0.rc1.1 +- SELinux userspace 3.5-rc1 release + * Fri May 20 2022 Petr Lautrbach - 3.4-1 - SELinux userspace 3.4 release