From 564dd44984e5edd61f49640b25dab27b3541d0c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sat, 21 Sep 2019 22:38:50 +0200 Subject: [PATCH] Update the %files section - ensure dirs are dirs - prepare for Python 3.10 --- python-sure.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-sure.spec b/python-sure.spec index 30eea2a..ef7dc14 100644 --- a/python-sure.spec +++ b/python-sure.spec @@ -51,8 +51,8 @@ rm -rf %{pypi_name}.egg-info %files -n python3-%{pypi_name} %doc COPYING -%{python3_sitelib}/%{pypi_name} -%{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info +%{python3_sitelib}/%{pypi_name}/ +%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info/ %changelog