From 3f9fce69b4cf3a61020430c35186ebb55d4ed64f Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: Jul 13 2020 19:04:39 +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-resumable-urlretrieve.spec b/python-resumable-urlretrieve.spec index 2da2890..c7c57d8 100644 --- a/python-resumable-urlretrieve.spec +++ b/python-resumable-urlretrieve.spec @@ -50,7 +50,7 @@ PYTHONPATH=. pytest-3 %files -n python3-%{pypi_name} %doc README.md %{python3_sitelib}/resumable -%{python3_sitelib}/resumable_urlretrieve-%{version}-py?.?.egg-info +%{python3_sitelib}/resumable_urlretrieve-%{version}-py%{python3_version}.egg-info %changelog * Tue May 26 2020 Miro Hrončok - 0.1.6-6