Write %__default_python3_version value from spec

This commit is contained in:
Maxwell G 2022-06-25 22:54:25 -05:00
commit aa8dffeb8e
No known key found for this signature in database
GPG key ID: F79E4E25E8C661F8
2 changed files with 8 additions and 13 deletions

View file

@ -17,7 +17,7 @@
# There are two macros:
#
# This always contains the major.minor version (with dots), default for %%python3_version.
%__default_python3_version 3.11
%__default_python3_version @@__DEFAULT_PYTHON3_VERSION@@
#
# The pkgname version that determines the alternative provide name (e.g. python3.9-foo),
# set to the same as above, but historically hasn't included the dot.