From 730c9ef3037fcdd7b511fd9771ae117341899f54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 13 Jul 2020 21:04:36 +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-pycotap.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-pycotap.spec b/python-pycotap.spec index e649ddb..6395bde 100644 --- a/python-pycotap.spec +++ b/python-pycotap.spec @@ -46,7 +46,7 @@ find %{buildroot}/%{python3_sitelib} -name '*.py' | xargs sed -i '/^#!/d' %files -n python3-%{pypi_name} %{python3_sitelib}/%{pypi_name} -%{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info +%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info %changelog * Tue May 26 2020 Miro HronĨok - 1.1.0-6