From 63289f9f465db7a3e67d5960d6e63449d9c3f7b3 Mon Sep 17 00:00:00 2001 From: shixuantong Date: Sat, 27 Nov 2021 09:52:34 +0800 Subject: [PATCH] fix build fail for python3-3.10.0 --- python-distlib.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/python-distlib.spec b/python-distlib.spec index 7ee7c53..ce00a60 100644 --- a/python-distlib.spec +++ b/python-distlib.spec @@ -2,7 +2,7 @@ Name: python-distlib Version: 0.3.1 -Release: 1 +Release: 2 Summary: A library of packaging functionality License: Python URL: https://readthedocs.org/projects/distlib/ @@ -45,10 +45,12 @@ export PYTHONHASHSEED=0 %files -n python3-distlib %doc README.rst LICENSE.txt -%{python3_sitelib}/distlib -%{python3_sitelib}/distlib-%{version}-py?.?.egg-info +%{python3_sitelib}/distlib* %changelog +* Sat Nov 27 2021 shixuantong - 0.3.1-2 +- fix build fail for python3-3.10.0 + * Fri Aug 7 2020 shixuantong - 0.3.1-1 - update to 0.3.1