From 58c9cbebbd474c247ae9fed79cfb137c0f7c35ba 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/python-elasticsearch.spec b/python-elasticsearch.spec index 945d0e1..ff942af 100644 --- a/python-elasticsearch.spec +++ b/python-elasticsearch.spec @@ -68,7 +68,7 @@ rm -fr %{tarball_name}.egg-info %files -n python3-elasticsearch %{python3_sitelib}/%{tarball_name} -%{python3_sitelib}/%{tarball_name}-%{version}-py3.?.egg-info +%{python3_sitelib}/%{tarball_name}-%{version}-py%{python3_version}.egg-info %doc README %license LICENSE