public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/distgen] epel10: another one
@ 2026-09-14 11:57 Pavel Raiskup
0 siblings, 0 replies; only message in thread
From: Pavel Raiskup @ 2026-09-14 11:57 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/distgen
Branch : epel10
Commit : 1c5ed040d172ecfca1ee8694c9ba549f12736863
Author : Pavel Raiskup <praiskup@redhat.com>
Date : 2020-01-10T17:21:57+01:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/distgen/c/1c5ed040d172ecfca1ee8694c9ba549f12736863?branch=epel10
Log:
another one
error: attempt to use unversioned python, define %__python to /usr/bin/python2 or /usr/bin/python3 explicitly
error: Macro %pylib failed to expand
error: line 2: %global pylib %{?fedora:%{python3_sitelib}}%{!?fedora:%{python_sitelib}}
Version: 1.4-1
---
diff --git a/distgen.spec b/distgen.spec
index 06f5a73..a0b3739 100644
--- a/distgen.spec
+++ b/distgen.spec
@@ -1,5 +1,5 @@
%global pybin %{?fedora:%{__python3}}%{!?fedora:%{__python2}}
-%global pylib %{?fedora:%{python3_sitelib}}%{!?fedora:%{python_sitelib}}
+%global pylib %{?fedora:%{python3_sitelib}}%{!?fedora:%{python2_sitelib}}
%global pypkg %{?fedora:python3}%{!?fedora:python}
%global meh_pypkg %{?fedora:%{pypkg}-}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-14 11:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-14 11:57 [rpms/distgen] epel10: another one Pavel Raiskup
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox