public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rpkg] 1.70-1: Stop building py2 package on F30+
@ 2026-08-10 21:44
0 siblings, 0 replies; only message in thread
From: @ 2026-08-10 21:44 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rpkg
Branch : 1.70-1
Commit : 8aa0e21a19925a278b966212af51a0159a71c59a
Author : Lubomír Sedlář <lsedlar@redhat.com>
Date : 2019-02-04T08:11:03+01:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/rpkg/c/8aa0e21a19925a278b966212af51a0159a71c59a?branch=1.70-1
Log:
Stop building py2 package on F30+
---
diff --git a/rpkg.spec b/rpkg.spec
index ed45a3d..9a0b3a4 100644
--- a/rpkg.spec
+++ b/rpkg.spec
@@ -30,7 +30,7 @@ Patch0: remove-koji-and-rpm-py-installer-from-requires.patch
%global with_python3 0
%endif
-%if 0%{?rhel} > 7
+%if 0%{?fedora} > 29 || 0%{?rhel} > 7
# Disable python2 build by default
%global with_python2 0
%else
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-10 21:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-10 21:44 [rpms/rpkg] 1.70-1: Stop building py2 package on F30+
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox