From 2b43f896affae70b94af42c9676a334d7bc9502f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 27 Apr 2021 15:53:13 +0200 Subject: [PATCH] Update %python3_pkgversion comment --- macros.python-srpm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/macros.python-srpm b/macros.python-srpm index 9a21c23..f6f1db6 100644 --- a/macros.python-srpm +++ b/macros.python-srpm @@ -43,8 +43,10 @@ # This is left intentionally a separate macro, in case the naming convention ever changes. %__default_python3_pkgversion %__default_python3_version -# 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 specifies the version of Python 3 in the distro. +# For Fedora, this is usually just "3". +# It can be a specific version distro-wide (e.g. "36" in EPEL7). +# Alternatively, it can be overridden in spec (e.g. to "3.8") when building for alternate Python stacks. %python3_pkgversion 3 # === Macros for Build/Requires tags using Python dist tags ===