public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/systemtap] f43: Drop redundant BuildRequires on python3-wheel when setuptools has the functionality
Date: Fri, 18 Sep 2026 11:46:34 GMT	[thread overview]
Message-ID: <178973199463.1.2954584606757145897.rpms-systemtap-da1941a2459c@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/systemtap
            Branch : f43
            Commit : da1941a2459c27401c78064fc8f5d006e4ad5b6a
            Author : Miro Hrončok <miro@hroncok.cz>
            Date   : 2026-08-03T11:05:42+02:00
            Stats  : +5/-2 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/systemtap/c/da1941a2459c27401c78064fc8f5d006e4ad5b6a?branch=f43

            Log:
            Drop redundant BuildRequires on python3-wheel when setuptools has the functionality

See https://setuptools.pypa.io/en/stable/history.html#v70-1-0
See also https://github.com/fedora-eln/eln/issues/284

---
diff --git a/systemtap.spec b/systemtap.spec
index 0caa8fd..000eac7 100644
--- a/systemtap.spec
+++ b/systemtap.spec
@@ -130,7 +130,7 @@ f /var/log/stap-server/log 0644 stap-server stap-server -
 Name: systemtap
 # PRERELEASE
 Version: 5.6~pre17846435g2da140e3
-Release: 2%{?release_override}%{?dist}
+Release: 3%{?release_override}%{?dist}
 # for version, see also configure.ac
 
 
@@ -233,7 +233,7 @@ BuildRequires: readline-devel
 BuildRequires: python3-devel
 BuildRequires: python3-setuptools
 BuildRequires: python3-pip
-BuildRequires: python3-wheel
+BuildRequires: (python3-wheel if python3-setuptools < 70.1)
 %endif
 
 %if %{with_httpd}
@@ -1295,6 +1295,9 @@ exit 0
 
 # PRERELEASE
 %changelog
+* Mon Jul 27 2026 Miro Hrončok <mhroncok@redhat.com> - 5.6~pre17846435g2da140e3-3
+- Drop redundant BuildRequires on python3-wheel when setuptools has the functionality
+
 * Wed Jul 22 2026 Python Maint <python-maint@redhat.com> - 5.6~pre17846435g2da140e3-2
 - Rebuilt for Python 3.15.0b4 ABI change
 

                 reply	other threads:[~2026-09-18 11:46 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=178973199463.1.2954584606757145897.rpms-systemtap-da1941a2459c@fedoraproject.org \
    --to=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