public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Yaakov Selkowitz <yselkowi@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/dist-git] rawhide: Fix EPEL 11 build
Date: Tue, 22 Sep 2026 07:43:30 GMT [thread overview]
Message-ID: <179006301002.1.14047246127716244451.rpms-dist-git-716c2b55e221@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/dist-git
Branch : rawhide
Commit : 716c2b55e2212032cdf9991aa497c9d4cd8d4a5c
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date : 2026-09-04T12:02:59-04:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/dist-git/c/716c2b55e2212032cdf9991aa497c9d4cd8d4a5c?branch=rawhide
Log:
Fix EPEL 11 build
RHEL 11 will have Python 3.15 and therefore also needs legacy-cgi.
---
diff --git a/dist-git.spec b/dist-git.spec
index b9bec9d..2fbaa79 100644
--- a/dist-git.spec
+++ b/dist-git.spec
@@ -42,7 +42,7 @@ BuildRequires: python3-requests
# this should be Requires but see https://bugzilla.redhat.com/show_bug.cgi?id=1833810
Recommends: moreutils
-%if 0%{?fedora} && 0%{?fedora} >= 41
+%if 0%{?fedora} >= 41 || 0%{?rhel} >= 11
# The `cgi` module was removed from the Python 3.13 standard library
BuildRequires: python3-legacy-cgi
Requires: python3-legacy-cgi
reply other threads:[~2026-09-22 7:43 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=179006301002.1.14047246127716244451.rpms-dist-git-716c2b55e221@fedoraproject.org \
--to=yselkowi@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox