From 139447575baeb284a1fd0a4e69c16ec831cc1998 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-ruamel-yaml-clib.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-ruamel-yaml-clib.spec b/python-ruamel-yaml-clib.spec index b5b562b..17e6ac4 100644 --- a/python-ruamel-yaml-clib.spec +++ b/python-ruamel-yaml-clib.spec @@ -39,7 +39,7 @@ It is the C based reader/scanner and emitter for ruamel.yaml. %license LICENSE %doc README.rst %{python3_sitearch}/_ruamel_yaml.cpython-* -%{python3_sitearch}/%{pypi_name}-%{version}-py?.?.egg-info +%{python3_sitearch}/%{pypi_name}-%{version}-py%{python3_version}.egg-info %changelog * Tue May 26 2020 Miro HronĨok - 0.1.2-3