import UBI container-selinux-2.237.0-1.el9_6

This commit is contained in:
eabdullin 2025-06-24 11:10:48 +00:00
parent 01132a18bf
commit 6299765edf
3 changed files with 11 additions and 4 deletions

View File

@ -1 +1 @@
09dd5e26510079c3fc117f8e26074e634cb492af SOURCES/v2.235.0.tar.gz 75de51da8ad54abacd3e5b4da2d6df5510560f04 SOURCES/v2.237.0.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/v2.235.0.tar.gz SOURCES/v2.237.0.tar.gz

View File

@ -35,8 +35,8 @@ Epoch: 4
# Keep Version in upstream specfile at 0. It will be automatically set # Keep Version in upstream specfile at 0. It will be automatically set
# to the correct value by Packit for copr and koji builds. # to the correct value by Packit for copr and koji builds.
# IGNORE this comment if you're looking at it in dist-git. # IGNORE this comment if you're looking at it in dist-git.
Version: 2.235.0 Version: 2.237.0
Release: 2%{?dist} Release: 1%{?dist}
License: GPL-2.0-only License: GPL-2.0-only
URL: https://github.com/containers/%{name} URL: https://github.com/containers/%{name}
Summary: SELinux policies for container runtimes Summary: SELinux policies for container runtimes
@ -114,6 +114,9 @@ fi
#define license tag if not already defined #define license tag if not already defined
%{!?_licensedir:%global license %doc} %{!?_licensedir:%global license %doc}
# Empty placeholder check to silence rpmlint
%check
%files %files
%doc README.md %doc README.md
%{_datadir}/selinux/* %{_datadir}/selinux/*
@ -135,6 +138,10 @@ if %{_sbindir}/selinuxenabled ; then
fi fi
%changelog %changelog
* Wed May 28 2025 Lokesh Mandvekar <lsm5@redhat.com> - 4:2.237.0-1
- bump to v2.237.0
- Related: RHEL-85434
* Mon Apr 07 2025 Jindrich Novy <jnovy@redhat.com> - 4:2.235.0-2 * Mon Apr 07 2025 Jindrich Novy <jnovy@redhat.com> - 4:2.235.0-2
- rebuild - rebuild
- Related: RHEL-85434 - Related: RHEL-85434