public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/systemtap] f43: Drop redundant BuildRequires on python3-wheel when setuptools has the functionality
@ 2026-09-18 11:46 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-09-18 11:46 UTC (permalink / raw)
  To: git-commits

            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
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-18 11:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-18 11:46 [rpms/systemtap] f43: Drop redundant BuildRequires on python3-wheel when setuptools has the functionality 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox