From 963d5cd655bc8120c3d008612504342c9f25af60 Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Jul 13 2020 19:04:22 +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/git-pull-request.spec b/git-pull-request.spec index a7c6a20..c4da785 100644 --- a/git-pull-request.spec +++ b/git-pull-request.spec @@ -40,7 +40,7 @@ rm -rf %{pypi_name}.egg-info %doc README.rst %{_bindir}/git-pull-request %{python3_sitelib}/%{pkg_name} -%{python3_sitelib}/%{pkg_name}-%{version}-py?.?.egg-info +%{python3_sitelib}/%{pkg_name}-%{version}-py%{python3_version}.egg-info %changelog