From 65f23ddce27ca8f4598e1b2fe9ff5caff94237ae Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: May 09 2023 05:18:43 +0000 Subject: import container-selinux-2.205.0-1.el9_2 --- diff --git a/.container-selinux.metadata b/.container-selinux.metadata index 5137cd2..6c05f0b 100644 --- a/.container-selinux.metadata +++ b/.container-selinux.metadata @@ -1 +1 @@ -2f2c657c7e428adfc810d5363626aad4ff7ec0e2 SOURCES/v2.189.0.tar.gz +5964cc236c3aa8f5822d43ff0a18af173664cbf5 SOURCES/v2.205.0.tar.gz diff --git a/.gitignore b/.gitignore index 7424c60..d4d313d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/v2.189.0.tar.gz +SOURCES/v2.205.0.tar.gz diff --git a/SPECS/container-selinux.spec b/SPECS/container-selinux.spec index 7d0acfe..1219b1a 100644 --- a/SPECS/container-selinux.spec +++ b/SPECS/container-selinux.spec @@ -15,11 +15,11 @@ %global _format() export %1=""; for x in %{modulenames}; do %1+=%2; %1+=" "; done; # Version of SELinux we were using -%global selinux_policyver 3.14.3-80.el8 +%global selinux_policyver 38.1.2-1.el9 Epoch: 3 Name: container-selinux -Version: 2.189.0 +Version: 2.205.0 Release: 1%{?dist} License: GPLv2 URL: %{git0} @@ -54,6 +54,9 @@ SELinux policy modules for use with container runtimes. %prep %autosetup -Sgit +# Not present on rhel 9 +sed -i '/user_namespace/d' container.te + %build make @@ -118,6 +121,43 @@ fi %changelog +* Mon Mar 20 2023 Jindrich Novy - 3:2.205.0-1 +- update to https://github.com/containers/container-selinux/releases/tag/v2.205.0 +- remove user_namespace class, thanks to Lokesh Mandvekar +- Resolves: #2178990 + +* Mon Jan 30 2023 Jindrich Novy - 3:2.199.0-1 +- update to https://github.com/containers/container-selinux/releases/tag/v2.199.0 +- Related: #2124478 + +* Fri Jan 06 2023 Jindrich Novy - 3:2.198.0-1 +- update to https://github.com/containers/container-selinux/releases/tag/v2.198.0 +- Related: #2124478 + +* Wed Jan 04 2023 Jindrich Novy - 3:2.197.0-1 +- update to https://github.com/containers/container-selinux/releases/tag/v2.197.0 +- Related: #2124478 + +* Thu Dec 15 2022 Jindrich Novy - 3:2.195.1-1 +- update to https://github.com/containers/container-selinux/releases/tag/v2.195.1 +- Related: #2124478 + +* Mon Dec 05 2022 Jindrich Novy - 3:2.193.0-2 +- require at least selinux-policy-38.1.2-1.el9 +- Resolves: #2150283 + +* Mon Nov 28 2022 Jindrich Novy - 3:2.193.0-1 +- update to https://github.com/containers/container-selinux/releases/tag/v2.193.0 +- Related: #2124478 + +* Mon Oct 31 2022 Jindrich Novy - 3:2.191.0-1 +- update to https://github.com/containers/container-selinux/releases/tag/v2.191.0 +- Related: #2124478 + +* Tue Oct 18 2022 Jindrich Novy - 3:2.190.0-1 +- update to https://github.com/containers/container-selinux/releases/tag/v2.190.0 +- Related: #2124478 + * Fri Jul 15 2022 Jindrich Novy - 3:2.189.0-1 - update to https://github.com/containers/container-selinux/releases/tag/v2.189.0 - Related: #2061316