From df3f58fd37c302e37b26fa22617b8935e7bd57e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 13 Jul 2020 21:04:42 +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-wrapt.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-wrapt.spec b/python-wrapt.spec index 66a4baa..5756f2e 100644 --- a/python-wrapt.spec +++ b/python-wrapt.spec @@ -75,7 +75,7 @@ popd %doc README.rst %license LICENSE %{python3_sitearch}/%{sname} -%{python3_sitearch}/%{sname}-%{version}-py?.?.egg-info +%{python3_sitearch}/%{sname}-%{version}-py%{python3_version}.egg-info %changelog * Sat May 23 2020 Miro HronĨok - 1.12.1-2