From f21f233120d4afd9be88efec456e4aa126e3d2e6 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-rjsmin.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-rjsmin.spec b/python-rjsmin.spec index 67ff164..7b8889b 100644 --- a/python-rjsmin.spec +++ b/python-rjsmin.spec @@ -83,7 +83,7 @@ rm -r %{buildroot}/%{_docdir}/%{pypi_name}/ %{python3_sitearch}/%{pypi_name}.py %{python3_sitearch}/_%{pypi_name}.cpython* %{python3_sitearch}/__pycache__/rjsmin.* -%{python3_sitearch}/%{pypi_name}-%{version}-py?.?.egg-info +%{python3_sitearch}/%{pypi_name}-%{version}-py%{python3_version}.egg-info %files docs %doc README.rst docs