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 cc96acb..8091ee9 100644 --- a/SPECS/container-selinux.spec +++ b/SPECS/container-selinux.spec @@ -19,8 +19,8 @@ Epoch: 2 Name: container-selinux -Version: 2.189.0 -Release: 1%{?dist} +Version: 2.205.0 +Release: 2%{?dist} License: GPLv2 URL: %{git0} Summary: SELinux policies for container runtimes @@ -55,6 +55,11 @@ SELinux policy modules for use with container runtimes. %prep %autosetup -Sgit +# Not present on old RHEL kernels +sed -i '/user_namespace/d' container.te +sed -i '/watch/d' container.te +sed -i 's/watch\ watch_reads//g' container.if + %build make @@ -112,6 +117,52 @@ fi %{_datadir}/udica/templates/* %changelog +* Tue Mar 21 2023 Jindrich Novy - 2:2.205.0-2 +- remove watch statements breaking the build on RHEL8.8 +- Related: #2179466 + +* Tue Mar 21 2023 Jindrich Novy - 2: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: #2179466 + +* Tue Feb 07 2023 Jindrich Novy - 2:2.199.0-2 +- revert back to https://github.com/containers/container-selinux/releases/tag/v2.199.0 + (2.200.0 fails to build as it relies on the new selinux-policy which is not there yet) +- Related: #2123641 + +* Tue Feb 07 2023 Jindrich Novy - 2:2.200.0-1 +- update to https://github.com/containers/container-selinux/releases/tag/v2.200.0 +- Related: #2123641 + +* Mon Jan 30 2023 Jindrich Novy - 2:2.199.0-1 +- update to https://github.com/containers/container-selinux/releases/tag/v2.199.0 +- Related: #2123641 + +* Fri Jan 06 2023 Jindrich Novy - 2:2.198.0-1 +- update to https://github.com/containers/container-selinux/releases/tag/v2.198.0 +- Related: #2123641 + +* Thu Jan 05 2023 Jindrich Novy - 2:2.197.0-1 +- update to https://github.com/containers/container-selinux/releases/tag/v2.197.0 +- Related: #2123641 + +* Thu Dec 15 2022 Jindrich Novy - 2:2.195.1-1 +- update to https://github.com/containers/container-selinux/releases/tag/v2.195.1 +- Related: #2123641 + +* Mon Nov 28 2022 Jindrich Novy - 2:2.193.0-1 +- update to https://github.com/containers/container-selinux/releases/tag/v2.193.0 +- Related: #2123641 + +* Mon Oct 31 2022 Jindrich Novy - 2:2.191.0-1 +- update to https://github.com/containers/container-selinux/releases/tag/v2.191.0 +- Related: #2123641 + +* Wed Sep 14 2022 Jindrich Novy - 2:2.190.0-1 +- update to https://github.com/containers/container-selinux/releases/tag/v2.190.0 +- Related: #2123641 + * Fri Jul 15 2022 Jindrich Novy - 2:2.189.0-1 - update to https://github.com/containers/container-selinux/releases/tag/v2.189.0 - Related: #2061390