From 552d493fd9c85ca608df3a716bc8ae770549afdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 13 Jul 2020 21:04:41 +0200 Subject: [PATCH] Replace Python version glob with macro (needed for Python 3.10+) See https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/PQIGCQCRNBYNXBX2ICWEM3PLDLNOG2ZT/ Co-authored-by: Tomas Hrnciar --- python-typogrify.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-typogrify.spec b/python-typogrify.spec index 3df8d13..0b4b881 100644 --- a/python-typogrify.spec +++ b/python-typogrify.spec @@ -51,7 +51,7 @@ done %license LICENSE.txt %doc README.rst %{python3_sitelib}/%{pypi_name} -%{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info +%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info %changelog * Tue May 26 2020 Miro HronĨok - 2.0.7-7