From a82c098afc3d3baf1d1caa08f72760a00c50660f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 13 Jul 2020 21:04:27 +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 --- pungi.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pungi.spec b/pungi.spec index 9ffda55b..82fe2839 100644 --- a/pungi.spec +++ b/pungi.spec @@ -120,7 +120,7 @@ nosetests-3 --exe %files -n python3-%{name} %{python3_sitelib}/%{name} -%{python3_sitelib}/%{name}-%{version}-py?.?.egg-info +%{python3_sitelib}/%{name}-%{version}-py%{python3_version}.egg-info %files utils %{python3_sitelib}/%{name}_utils