diff --git a/.gitignore b/.gitignore index ff5c735..238b2ff 100644 --- a/.gitignore +++ b/.gitignore @@ -107,3 +107,4 @@ checkpolicy-2.0.22.tgz /checkpolicy-3.1.tar.gz /checkpolicy-3.2-rc1.tar.gz /checkpolicy-3.2-rc2.tar.gz +/checkpolicy-3.2.tar.gz diff --git a/checkpolicy.spec b/checkpolicy.spec index 388f282..9ab1c4c 100644 --- a/checkpolicy.spec +++ b/checkpolicy.spec @@ -1,15 +1,15 @@ -%define libselinuxver 3.2-0.rc2 -%define libsepolver 3.2-0.rc2 +%define libselinuxver 3.2-1 +%define libsepolver 3.2-1 Summary: SELinux policy compiler Name: checkpolicy Version: 3.2 -Release: 0.rc2.1%{?dist} +Release: 1%{?dist} License: GPLv2 -Source0: https://github.com/SELinuxProject/selinux/releases/download/3.2-rc2/checkpolicy-3.2-rc2.tar.gz +Source0: https://github.com/SELinuxProject/selinux/releases/download/3.2/checkpolicy-3.2.tar.gz # $ git clone https://github.com/fedora-selinux/selinux.git # $ cd selinux -# $ git format-patch -N 3.2-rc2 -- checkpolicy +# $ git format-patch -N 3.2 -- 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 @@ -32,7 +32,7 @@ This package contains checkpolicy, the SELinux policy compiler. Only required for building policies. %prep -%autosetup -p 2 -n checkpolicy-%{version}-rc2 +%autosetup -p 2 -n checkpolicy-%{version} %build @@ -61,6 +61,9 @@ install test/dispol ${RPM_BUILD_ROOT}%{_bindir}/sedispol %{_bindir}/sedispol %changelog +* Mon Mar 8 2021 Petr Lautrbach - 3.2-1 +- SELinux userspace 3.2 release + * Fri Feb 5 2021 Petr Lautrbach - 3.2-0.rc2.1 - SELinux userspace 3.2-rc2 release diff --git a/sources b/sources index 997d9dd..a8b131a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (checkpolicy-3.2-rc2.tar.gz) = 21871eff74b2cbd7b3f00d0d6a624d6c9ff46f8a37d501089071b75edb066ab78306aa5ff9f7a9c8eb236bc933d750bb1bb36ce63dbd12a5dd2466a781e33c2b +SHA512 (checkpolicy-3.2.tar.gz) = 133639595c2acc66c02b5a637c5e0c60d80ce2bae04f4a709d9fafabd31f9497d1a6e3334904b985c2a1bd94a7a7e3df782c2af2ae41d1fd79b69156a835edeb diff --git a/tests/tests.yml b/tests/tests.yml index 1b15b20..334b38c 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -9,29 +9,6 @@ - repo: "https://src.fedoraproject.org/tests/selinux.git" dest: "selinux" fmf_filter: "tier:1 | component:checkpolicy" - required_packages: - - checkpolicy # Required by all tests - - man # Required by checkpolicy-docs - - grep # Required by checkmodule - - coreutils # Required by checkmodule - - setools-console # Required by checkpolicy - - selinux-policy-minimum # Required by checkpolicy - - selinux-policy-mls # Required by checkpolicy - - selinux-policy-targeted # Required by checkpolicy and sedismod - - expect # Required by sedismod and sedispol - - policycoreutils # Required by sedismod - - psmisc # Required by sedismod - - selinux-policy # Required by sedispol - - e2fsprogs - - gcc - - git - - libselinux - - libselinux-utils - - libsemanage - - libsepol - - libsepol-devel - - policycoreutils-python-utils - - selinux-policy-devel # Tests for Container - hosts: localhost