diff --git a/.checkpolicy.metadata b/.checkpolicy.metadata index 5cf2c86..4c71530 100644 --- a/.checkpolicy.metadata +++ b/.checkpolicy.metadata @@ -1 +1 @@ -c25629dcb9d04d6c3fee950c8c18903ea83a207c SOURCES/checkpolicy-3.4.tar.gz +40e9c6939db7a94552dc971fc871286812bcea3b SOURCES/checkpolicy-3.5.tar.gz diff --git a/.gitignore b/.gitignore index f4fdbdb..e94787c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/checkpolicy-3.4.tar.gz +SOURCES/checkpolicy-3.5.tar.gz 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