From 139447575baeb284a1fd0a4e69c16ec831cc1998 Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: Jul 13 2020 19:04:39 +0000 Subject: 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 --- 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