From 54e7fda11242091d937c4d310b44870e52902692 Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Jul 13 2020 19:04:41 +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-tblib.spec b/python-tblib.spec index f357d37..548f71e 100644 --- a/python-tblib.spec +++ b/python-tblib.spec @@ -61,7 +61,7 @@ PYTHONPATH="%{buildroot}%{python3_sitelib}:tests" \ %license LICENSE %doc README.rst %{python3_sitelib}/%{srcname} -%{python3_sitelib}/%{srcname}-%{version}-py?.?.egg-info +%{python3_sitelib}/%{srcname}-%{version}-py%{python3_version}.egg-info %changelog