From a54526c87d3eac6b0015a1b2f9d2cc3d7012bb78 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 30 Apr 2026 09:08:43 -0400 Subject: [PATCH] Packit: Only create dist-git PRs for rawhide We'll only be releasing breaking changes on rawhide so dist-git PRs should only be created for rawhide. Signed-off-by: Lokesh Mandvekar --- .packit.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.packit.yaml b/.packit.yaml index f0c8ce0634..733f129811 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -66,11 +66,15 @@ jobs: project: podman-next enable_net: true + # NOTE: Breaking changes related to Podman6 will only be shipped to Fedora + # Rawhide (to be Fedora 45) and newer. + # TODO: Update dist_git_branches as and when new Fedora releases are + # available. - job: propose_downstream trigger: release packages: [containers-common-fedora] dist_git_branches: &fedora_targets - - fedora-all + - fedora-rawhide # Ignore CentOS Stream for now - job: propose_downstream