diff --git a/python3.macros b/python3.macros index 88b1649..6e1ad52 100644 --- a/python3.macros +++ b/python3.macros @@ -1,4 +1,4 @@ -%__python38 /usr/bin/python38 +%__python38 /usr/bin/python3.8 %python38_sitelib %(%{__python38} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())") %python38_sitearch %(%{__python38} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))") %python38_version %(%{__python38} -c "import sys; print(sys.version[0:3])") diff --git a/python3.spec b/python3.spec index 781db80..26d2dfd 100644 --- a/python3.spec +++ b/python3.spec @@ -51,7 +51,7 @@ Summary: An interpreted, interactive object-oriented programming language Name: %{py3_name} Version: 3.8.2 -Release: 2 +Release: 3 License: Modified CNRI Open Source License Group: Development/Python