From 05a28c727361bcf08f1b877ec8145a66a60c7309 Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Jul 13 2020 19:04:36 +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-parver.spec b/python-parver.spec index c31f6c5..d5b600b 100644 --- a/python-parver.spec +++ b/python-parver.spec @@ -52,7 +52,7 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m pytest -v %license LICENSE %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