From a2d69a514957e34a9ae3a395ae729718ac8dd8ee Mon Sep 17 00:00:00 2001 From: cherry530 Date: Mon, 9 May 2022 11:01:36 +0800 Subject: [PATCH] fix build error caused by python3.10 wildcard Signed-off-by: cherry530 --- python-twisted.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-twisted.spec b/python-twisted.spec index afb7846..60e1ab4 100644 --- a/python-twisted.spec +++ b/python-twisted.spec @@ -1,6 +1,6 @@ Name: python-twisted Version: 18.9.0 -Release: 6 +Release: 7 Summary: An event-driven networking engine written in Python License: MIT URL: http://twistedmatrix.com/ @@ -108,13 +108,16 @@ PATH=%{buildroot}%{_bindir}:$PATH PYTHONPATH=%{buildroot}%{python3_sitearch} %{b %doc CONTRIBUTING NEWS.rst README.rst html LICENSE %{_bindir}/{trial-3*,twistd-3*} %{python3_sitearch}/twisted -%{python3_sitearch}/Twisted-%{version}-py?.?.egg-info +%{python3_sitearch}/Twisted-%{version}-py%{python3_version}.egg-info %{_bindir}/{cftp,ckeygen,conch,mailmail,pyhtmlizer,tkconch,trial,twist,twistd} %files help %{_mandir}/man1/{cftp.1*,ckeygen.1*,conch.1*,mailmail.1*,pyhtmlizer.1*,tkconch.1*,trial.1*,twistd.1*} %changelog +* Mon May 09 2022 xu_ping - 18.9.0-7 +- fix build error caused by python3.10 wildcard + * Tue Aug 17 2021 liwu - 18.9.0-6 - fix CVE-2019-12855 -- Gitee