Move %__python definition to the srpm macros, so it is always present

This commit is contained in:
Miro Hrončok 2019-06-12 11:26:03 +02:00
commit 536b2efe4e
2 changed files with 5 additions and 1 deletions

View file

@ -5,6 +5,10 @@
%__python2 /usr/bin/python2
%__python3 /usr/bin/python3
# This now errors unless redefined to user provided value
%__python %{error:attempt to use unversioned python, define %%__python to /usr/bin/python2 or /usr/bin/python3 explicitly}
# python3_pkgversion specifies the version of Python 3 in the distro. It can be
# a specific version (e.g. 34 in Fedora EPEL7)
%python3_pkgversion 3