From 6e44607a783e81cc51b8fc2efaf5ad8f3ee590b1 Mon Sep 17 00:00:00 2001 From: Mikhail Novosyolov Date: Tue, 19 May 2020 19:21:19 +0300 Subject: [PATCH] Fix typo (noted by slava86@) --- python3.macros | 2 +- python3.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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