From 6299765edf2662b3f961f5eec02f31f133d32b30 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Tue, 24 Jun 2025 11:10:48 +0000 Subject: [PATCH] import UBI container-selinux-2.237.0-1.el9_6 --- .container-selinux.metadata | 2 +- .gitignore | 2 +- SPECS/container-selinux.spec | 11 +++++++++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.container-selinux.metadata b/.container-selinux.metadata index a40fdd2..d4fa3e0 100644 --- a/.container-selinux.metadata +++ b/.container-selinux.metadata @@ -1 +1 @@ -09dd5e26510079c3fc117f8e26074e634cb492af SOURCES/v2.235.0.tar.gz +75de51da8ad54abacd3e5b4da2d6df5510560f04 SOURCES/v2.237.0.tar.gz diff --git a/.gitignore b/.gitignore index 0e700d1..567580c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/v2.235.0.tar.gz +SOURCES/v2.237.0.tar.gz diff --git a/SPECS/container-selinux.spec b/SPECS/container-selinux.spec index 195f4e9..96661a6 100644 --- a/SPECS/container-selinux.spec +++ b/SPECS/container-selinux.spec @@ -35,8 +35,8 @@ Epoch: 4 # 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 -Release: 2%{?dist} +Version: 2.237.0 +Release: 1%{?dist} License: GPL-2.0-only URL: https://github.com/containers/%{name} Summary: SELinux policies for container runtimes @@ -114,6 +114,9 @@ fi #define license tag if not already defined %{!?_licensedir:%global license %doc} +# Empty placeholder check to silence rpmlint +%check + %files %doc README.md %{_datadir}/selinux/* @@ -135,6 +138,10 @@ if %{_sbindir}/selinuxenabled ; then fi %changelog +* Wed May 28 2025 Lokesh Mandvekar - 4:2.237.0-1 +- bump to v2.237.0 +- Related: RHEL-85434 + * Mon Apr 07 2025 Jindrich Novy - 4:2.235.0-2 - rebuild - Related: RHEL-85434