From cbfe99cf71a71e0131f7adb2aa18df21e7f5f880 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Mon, 15 Sep 2025 11:50:26 +0000 Subject: [PATCH] import CS container-selinux-2.240.0-1.el9 --- .container-selinux.metadata | 2 +- .gitignore | 2 +- SPECS/container-selinux.spec | 33 ++++++++++++++++++++++++++++++--- 3 files changed, 32 insertions(+), 5 deletions(-) diff --git a/.container-selinux.metadata b/.container-selinux.metadata index a40fdd2..9eda71e 100644 --- a/.container-selinux.metadata +++ b/.container-selinux.metadata @@ -1 +1 @@ -09dd5e26510079c3fc117f8e26074e634cb492af SOURCES/v2.235.0.tar.gz +bb8157f7ea50a7da2f9f404f22f10f11a8b1b4b0 SOURCES/v2.240.0.tar.gz diff --git a/.gitignore b/.gitignore index 0e700d1..998a580 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/v2.235.0.tar.gz +SOURCES/v2.240.0.tar.gz diff --git a/SPECS/container-selinux.spec b/SPECS/container-selinux.spec index f8fbbb5..838d87e 100644 --- a/SPECS/container-selinux.spec +++ b/SPECS/container-selinux.spec @@ -30,12 +30,12 @@ Name: container-selinux %if %{defined copr_build} Epoch: 102 %else -Epoch: 3 +Epoch: 4 %endif # Keep Version in upstream specfile at 0. It will be automatically set # to the correct value by Packit for copr and koji builds. # IGNORE this comment if you're looking at it in dist-git. -Version: 2.235.0 +Version: 2.240.0 Release: 1%{?dist} License: GPL-2.0-only URL: https://github.com/containers/%{name} @@ -111,6 +111,9 @@ fi %posttrans %selinux_relabel_post +# Empty placeholder check to silence rpmlint +%check + #define license tag if not already defined %{!?_licensedir:%global license %doc} @@ -119,8 +122,8 @@ fi %{_datadir}/selinux/* %dir %{_datadir}/containers/selinux %{_datadir}/containers/selinux/contexts -%dir %{_datadir}/udica/templates/ %dir %{_datadir}/udica +%dir %{_datadir}/udica/templates/ %{_datadir}/udica/templates/* # Ref: https://bugzilla.redhat.com/show_bug.cgi?id=2209120 %{_mandir}/man8/container_selinux.8.gz @@ -135,6 +138,30 @@ if %{_sbindir}/selinuxenabled ; then fi %changelog +* Mon Aug 11 2025 Jindrich Novy - 4:2.240.0-1 +- update to https://github.com/containers/container-selinux/releases/tag/v2.240.0 +- Related: RHEL-80816 + +* Mon Jul 14 2025 Jindrich Novy - 4:2.239.0-1 +- update to https://github.com/containers/container-selinux/releases/tag/v2.239.0 +- Related: RHEL-80816 + +* Mon Jun 02 2025 Jindrich Novy - 4:2.238.0-1 +- update to https://github.com/containers/container-selinux/releases/tag/v2.238.0 +- Related: RHEL-80816 + +* Wed Apr 30 2025 Jindrich Novy - 3:2.237.0-1 +- update to https://github.com/containers/container-selinux/releases/tag/v2.237.0 +- Related: RHEL-80816 + +* Fri Mar 14 2025 Jindrich Novy - 3:2.236.0-1 +- update to https://github.com/containers/container-selinux/releases/tag/v2.236.0 +- Resolves: RHEL-80473 + +* Tue Mar 04 2025 Lokesh Mandvekar - 3:2.235.0-2 +- sync TMT tests and plan from upstream +- Resolves: RHEL-80816 + * Mon Feb 24 2025 Jindrich Novy - 3:2.235.0-1 - update to https://github.com/containers/container-selinux/releases/tag/v2.235.0 - Resolves: RHEL-80473