From 08382f1a8f71709d86d6d82aca87c0c4f86ebe87 Mon Sep 17 00:00:00 2001 From: Tomas Hrnciar Date: Oct 27 2020 15:08:46 +0000 Subject: Replace Python version glob with macro (needed for Python 3.10+) --- diff --git a/python-whitenoise.spec b/python-whitenoise.spec index fe807c7..9e73d15 100644 --- a/python-whitenoise.spec +++ b/python-whitenoise.spec @@ -97,7 +97,7 @@ python3 -m unittest discover %doc README.rst %license LICENSE %{python3_sitelib}/%{srcname} -%{python3_sitelib}/%{srcname}-%{version}-py3.?.egg-info +%{python3_sitelib}/%{srcname}-%{version}-py%{python3_version}.egg-info %if 0%{?with_docs}