From 0bdac8c9e7b7360fbe45071de2d6f10256e09c2d Mon Sep 17 00:00:00 2001 From: Tomas Hrnciar Date: Tue, 27 Oct 2020 16:08:46 +0100 Subject: [PATCH] Replace Python version glob with macro (needed for Python 3.10+) --- python-pretend.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-pretend.spec b/python-pretend.spec index 7b7cb97..b3654f3 100644 --- a/python-pretend.spec +++ b/python-pretend.spec @@ -46,7 +46,7 @@ Pretend is a library to make stubbing with Python easier. %license LICENSE.rst %{python3_sitelib}/pretend.py %{python3_sitelib}/__pycache__/pretend.cpython-3?* -%{python3_sitelib}/pretend-%{version}-py3.?.egg-info +%{python3_sitelib}/pretend-%{version}-py%{python3_version}.egg-info %changelog