From b3fa09f7f0f0815067651a8e60f71689826adee8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 13 Jul 2020 21:04:29 +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-configobj.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-configobj.spec b/python-configobj.spec index e11dd24..ba67bde 100644 --- a/python-configobj.spec +++ b/python-configobj.spec @@ -49,7 +49,7 @@ py.test-%{python3_version} tests %{python3_sitelib}/configobj.py %{python3_sitelib}/validate.py %{python3_sitelib}/__pycache__/* -%{python3_sitelib}/configobj-%{version}-py?.?.egg-info +%{python3_sitelib}/configobj-%{version}-py%{python3_version}.egg-info %changelog * Fri May 22 2020 Miro HronĨok - 5.0.6-21