From fea925b44c36328d32d27849e5e75fa901fc3f43 Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: Jul 13 2020 19:04:38 +0000 Subject: 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 --- diff --git a/python-rangehttpserver.spec b/python-rangehttpserver.spec index b0f31dd..bdbb05e 100644 --- a/python-rangehttpserver.spec +++ b/python-rangehttpserver.spec @@ -57,7 +57,7 @@ PYTHONPATH=. pytest-3 %license LICENSE %doc README %{python3_sitelib}/%{pretty_name} -%{python3_sitelib}/rangehttpserver-%{version}-py?.?.egg-info +%{python3_sitelib}/rangehttpserver-%{version}-py%{python3_version}.egg-info %changelog * Tue May 26 2020 Miro Hrončok - 1.2.0-10