From 45d211b739fee9716abd9f2a53e0e5bc1315c64b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 13 Jul 2020 21:04:39 +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-rst-linker.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-rst-linker.spec b/python-rst-linker.spec index ec00729..c97b910 100644 --- a/python-rst-linker.spec +++ b/python-rst-linker.spec @@ -75,7 +75,7 @@ rm -rf html/.{doctrees,buildinfo} %license LICENSE %doc README.rst %{python3_sitelib}/rst -%{python3_sitelib}/rst.linker-%{version}-py?.?.egg-info +%{python3_sitelib}/rst.linker-%{version}-py%{python3_version}.egg-info %if %{with docs} %files -n python-%{pkg_name}-doc