import CS container-selinux-2.250.0-1.el9

This commit is contained in:
AlmaLinux RelEng Bot 2026-08-24 08:56:54 -04:00
parent 6b34eee380
commit df6d8e7e2d
3 changed files with 25 additions and 3 deletions

View File

@ -1 +1 @@
04a0423be83ceabfe0d688b11054d6fdb433a564 SOURCES/v2.245.0.tar.gz
eb9b41725c1fd660a90d1d2d8ae2d15e4c8774cb SOURCES/v2.250.0.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/v2.245.0.tar.gz
SOURCES/v2.250.0.tar.gz

View File

@ -20,6 +20,12 @@
%define no_user_namespace 1
%endif
# https://redhat.atlassian.net/browse/RHEL-151636
# RHEL <= 9 and Fedora <= 43 have older policydb versions
%if (%{defined rhel} && 0%{?rhel} <= 9) || (%{defined fedora} && 0%{?fedora} <= 43)
%define old_policydb 1
%endif
# copr_build is more intuitive than copr_username
%if %{defined copr_username}
%define copr_build 1
@ -35,7 +41,7 @@ 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.245.0
Version: 2.250.0
Release: 1%{?dist}
License: GPL-2.0-only
URL: https://github.com/containers/%{name}
@ -52,7 +58,11 @@ Requires: selinux-policy >= %_selinux_policy_version
Requires(post): selinux-policy-base >= %_selinux_policy_version
Requires(post): selinux-policy-any >= %_selinux_policy_version
Recommends: selinux-policy-targeted >= %_selinux_policy_version
%if %{defined old_policydb}
Requires(post): policycoreutils
%else
Requires(post): policycoreutils >= 3.10
%endif
Requires(post): libselinux-utils
Requires(post): sed
Obsoletes: %{name} <= 2:1.12.5-13
@ -138,6 +148,18 @@ if %{_sbindir}/selinuxenabled ; then
fi
%changelog
* Mon Jul 20 2026 Jindrich Novy <jnovy@redhat.com> - 4:2.250.0-1
- update to https://github.com/containers/container-selinux/releases/tag/v2.250.0
- Resolves: RHEL-212437
* Mon Jun 01 2026 Jindrich Novy <jnovy@redhat.com> - 4:2.249.0-1
- update to https://github.com/containers/container-selinux/releases/tag/v2.249.0
- Resolves: RHEL-58185
* Thu Apr 23 2026 Jindrich Novy <jnovy@redhat.com> - 4:2.247.0-1
- update to https://github.com/containers/container-selinux/releases/tag/v2.247.0
- Resolves: RHEL-170604
* Wed Feb 04 2026 Jindrich Novy <jnovy@redhat.com> - 4:2.245.0-1
- update to https://github.com/containers/container-selinux/releases/tag/v2.245.0
- Related: RHEL-111919