From ea6be8f179a15e1b980fe91a91edeaa9508ea89f 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.spec b/python-ruamel-yaml.spec index 3b19a51..b8adf14 100644 --- a/python-ruamel-yaml.spec +++ b/python-ruamel-yaml.spec @@ -62,8 +62,8 @@ PYTHONPATH=$(echo build/lib) py.test-%{python3_version} _test/test_*.py %license LICENSE %doc README.rst %{python3_sitelib}/ruamel -%{python3_sitelib}/%{pypi_name}-%{version}-py?.?-*.pth -%{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info +%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}-*.pth +%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info %changelog * Tue May 26 2020 Miro Hrončok - 0.16.6-3