diff --git a/python-wrapt.spec b/python-wrapt.spec index 5d53e64..d996281 100644 --- a/python-wrapt.spec +++ b/python-wrapt.spec @@ -1,6 +1,6 @@ Name: python-wrapt Version: 1.12.1 -Release: 2 +Release: 3 Summary: A Python module for decorators, wrappers and monkey patching License: BSD URL: https://github.com/GrahamDumpleton/wrapt @@ -48,12 +48,15 @@ cd - %files -n python3-wrapt %doc README.rst LICENSE -%{python3_sitearch}/{wrapt,wrapt-%{version}-py?.?.egg-info} +%{python3_sitearch}/{wrapt,wrapt-%{version}-py*.egg-info} %files help %doc docs/build/html %changelog +* Wed Mar 30 2022 xu_ping - 1.12.1-3 +- Fix non-recognition ? the installed failed + * Mon May 31 2021 huanghaitao - 1.12.1-2 - Completing build dependencies