From 5738f211c7cdd86dd63b48a0a4bdc45c4dcbf8dc Mon Sep 17 00:00:00 2001 From: Mikhail Novosyolov Date: Tue, 19 May 2020 19:35:48 +0300 Subject: [PATCH] Rename files --- python3.macros => python38.macros | 0 python3.rpmlintrc => python38.rpmlintrc | 0 python3.spec => python38.spec | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename python3.macros => python38.macros (100%) rename python3.rpmlintrc => python38.rpmlintrc (100%) rename python3.spec => python38.spec (99%) diff --git a/python3.macros b/python38.macros similarity index 100% rename from python3.macros rename to python38.macros diff --git a/python3.rpmlintrc b/python38.rpmlintrc similarity index 100% rename from python3.rpmlintrc rename to python38.rpmlintrc diff --git a/python3.spec b/python38.spec similarity index 99% rename from python3.spec rename to python38.spec index 26d2dfd..5341770 100644 --- a/python3.spec +++ b/python38.spec @@ -57,9 +57,9 @@ Group: Development/Python Source0: https://www.python.org/ftp/python/%{version}/Python-%{version}.tar.xz Source1: https://docs.python.org/3/archives/python-%{docver}-docs-html.tar.bz2 -Source2: python3.macros +Source2: python38.macros Source3: pybytecompile.macros -Source100: python3.rpmlintrc +Source100: python38.rpmlintrc # 00001 # # Fixup distutils/unixccompiler.py to remove standard library path from rpath: