public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/container-selinux] f44: Update to 2.250.0 upstream release
@ 2026-07-03 13:58 Packit
0 siblings, 0 replies; only message in thread
From: Packit @ 2026-07-03 13:58 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/container-selinux
Branch : f44
Commit : e031e90edb5f78bc7fd3a2b4733be67acacda842
Author : Packit <hello@packit.dev>
Date : 2026-07-02T10:12:19+00:00
Stats : +14/-3 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/container-selinux/c/e031e90edb5f78bc7fd3a2b4733be67acacda842?branch=f44
Log:
Update to 2.250.0 upstream release
Upstream tag: v2.250.0
Upstream commit: 9715eb09
Commit authored by Packit automation (https://packit.dev/)
---
diff --git a/.gitignore b/.gitignore
index c7469ed..ce6fd4d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -247,3 +247,4 @@
/v2.247.0.tar.gz
/v2.248.0.tar.gz
/v2.249.0.tar.gz
+/v2.250.0.tar.gz
diff --git a/README.packit b/README.packit
index 4e76cbe..dd0af79 100644
--- a/README.packit
+++ b/README.packit
@@ -1,3 +1,3 @@
This repository is maintained by packit.
https://packit.dev/
-The file was generated using packit 1.16.0.post1.dev8+g8a0482385.
+The file was generated using packit 1.16.1.
diff --git a/container-selinux.spec b/container-selinux.spec
index 1eebabd..9c3c257 100644
--- a/container-selinux.spec
+++ b/container-selinux.spec
@@ -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
+
# set copr_build is more intuitive than copr_username
%if %{defined copr_username} && "%{copr_username}" == "rhcontainerbot" && "%{copr_projectname}" == "podman-next"
%define next_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.249.0
+Version: 2.250.0
Release: %autorelease
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
diff --git a/sources b/sources
index a80394c..0cd88b2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (v2.249.0.tar.gz) = 80d64cacce9800fb77e0fb9b177c3fefcb5d430a230f32105dcb8cf484ffc4bf1aa215c18d00d8001bf1170e622e942cbd2cbd8f3b639c6c52904ae2b90a1ba0
+SHA512 (v2.250.0.tar.gz) = faf2abfc20c5a0db6525caa3743894bd15f75a5cc7e95d03166e6fdd0079e506a0a6d27633d8867337a63b812206aaef97ab50a9511d3849066a75b5eb86ca4b
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-03 13:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-03 13:58 [rpms/container-selinux] f44: Update to 2.250.0 upstream release Packit
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox