diff --git a/python-twisted.spec b/python-twisted.spec index afb78460f10891c71b9e53038c7c25076b84b130..60e1ab4d85c1ad950cadcffc25c404baddd75adb 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