diff --git a/.container-selinux.metadata b/.container-selinux.metadata index 9d9de12..39ccbed 100644 --- a/.container-selinux.metadata +++ b/.container-selinux.metadata @@ -1 +1 @@ -949e88bb092d00e713fb0f022f717e4cb63156fa SOURCES/v2.221.0.tar.gz +d64bfe52d0334626bc66843427b3b27cb69047cc SOURCES/v2.229.0.tar.gz diff --git a/.gitignore b/.gitignore index d3e4e1d..75c8977 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/v2.221.0.tar.gz +SOURCES/v2.229.0.tar.gz diff --git a/SPECS/container-selinux.spec b/SPECS/container-selinux.spec index 043d877..c7278bb 100644 --- a/SPECS/container-selinux.spec +++ b/SPECS/container-selinux.spec @@ -19,8 +19,8 @@ Epoch: 2 Name: container-selinux -Version: 2.221.0 -Release: 1%{?dist} +Version: 2.229.0 +Release: 2%{?dist} License: GPLv2 URL: %{git0} Summary: SELinux policies for container runtimes @@ -35,11 +35,6 @@ Requires: selinux-policy >= %{selinux_policyver} Requires(post): selinux-policy-base >= %{selinux_policyver} Requires(post): selinux-policy-targeted >= %{selinux_policyver} Requires(post): policycoreutils >= 2.5-11 -%if 0%{?rhel} > 7 || 0%{?fedora} -Requires(post): policycoreutils-python-utils -%else -Requires(post): policycoreutils-python -%endif Requires(post): libselinux-utils Requires(post): sed Obsoletes: %{name} <= 2:1.12.5-14 @@ -58,7 +53,8 @@ SELinux policy modules for use with container runtimes. %if ! 0%{?fedora} && 0%{?rhel} <= 8 sed -i 's/watch watch_reads//' container.if sed -i 's/watch watch_reads//' container.te -sed -i '/sysfs_t:dir watch/d' container.te +sed -i '/watch;/d' container.te +sed -i '/watch;/d' container.if sed -i '/systemd_chat_resolved/d' container.te %endif @@ -127,6 +123,43 @@ fi %{_datadir}/udica/templates/* %changelog +* Tue Jan 23 2024 Jindrich Novy - 2:2.229.0-2 +- remove watch statements properly for RHEL8 and lower +- Related: Jira:RHEL-2110 + +* Tue Jan 23 2024 Jindrich Novy - 2:2.229.0-1 +- update to https://github.com/containers/container-selinux/releases/tag/v2.229.0 +- Related: Jira:RHEL-2110 + +* Fri Jan 19 2024 Jindrich Novy - 2:2.228.1-1 +- update to https://github.com/containers/container-selinux/releases/tag/v2.228.1 +- Related: Jira:RHEL-2110 + +* Thu Jan 11 2024 Jindrich Novy - 2:2.228.0-1 +- update to https://github.com/containers/container-selinux/releases/tag/v2.228.0 +- Related: Jira:RHEL-2110 + +* Tue Jan 02 2024 Jindrich Novy - 2:2.227.0-1 +- update to https://github.com/containers/container-selinux/releases/tag/v2.227.0 +- Related: Jira:RHEL-2110 + +* Thu Dec 07 2023 Jindrich Novy - 2:2.226.0-1 +- update to https://github.com/containers/container-selinux/releases/tag/v2.226.0 +- remove dependency on policycoreutils-python-utils as it pulls in python +- Related: Jira:RHEL-2110 + +* Thu Oct 12 2023 Jindrich Novy - 2:2.224.0-1 +- update to https://github.com/containers/container-selinux/releases/tag/v2.224.0 +- Related: Jira:RHEL-2110 + +* Fri Sep 22 2023 Jindrich Novy - 2:2.222.0-1 +- update to https://github.com/containers/container-selinux/releases/tag/v2.222.0 +- Related: Jira:RHEL-2110 + +* Mon Sep 04 2023 Jindrich Novy - 2:2.221.1-1 +- update to https://github.com/containers/container-selinux/releases/tag/v2.221.1 +- Related: Jira:RHEL-2110 + * Tue Aug 15 2023 Jindrich Novy - 2:2.221.0-1 - update to https://github.com/containers/container-selinux/releases/tag/v2.221.0 - Related: #2176055