From 0b9bd4b317a5473adc879055f699d1ecdbf7a3d2 Mon Sep 17 00:00:00 2001 From: Tomas Hrnciar Date: Oct 27 2020 15:08:45 +0000 Subject: Replace Python version glob with macro (needed for Python 3.10+) --- diff --git a/nototools.spec b/nototools.spec index 214fe1d..ab1465c 100644 --- a/nototools.spec +++ b/nototools.spec @@ -172,7 +172,7 @@ popd %if %{with python3} %files -n python3-nototools %{python3_sitelib}/nototools -%{python3_sitelib}/nototools-0.0.1-py3.?.egg-info +%{python3_sitelib}/nototools-0.0.1-py%{python3_version}.egg-info %{python3_sitelib}/third_party %endif # with python3