From 83b012e4c6824976c32ce22a5cddf0a56cd3732c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 13 Jul 2020 21:04:31 +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-enchant.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-enchant.spec b/python-enchant.spec index 2d70f37..aa01a2d 100644 --- a/python-enchant.spec +++ b/python-enchant.spec @@ -76,7 +76,7 @@ popd %{python3_sitelib}/%{srcname}/checker/__pycache__/*.py[co] %{python3_sitelib}/%{srcname}/tokenize/*.py %{python3_sitelib}/%{srcname}/tokenize/__pycache__/*.py[co] -%{python3_sitelib}/py%{srcname}-%{version}-py?.?.egg-info +%{python3_sitelib}/py%{srcname}-%{version}-py%{python3_version}.egg-info %changelog