From cc16b9b11907f114e5d3022dbfe55bca4e86e18d Mon Sep 17 00:00:00 2001 From: cherry530 Date: Wed, 30 Mar 2022 15:36:31 +0800 Subject: [PATCH] Fix non-recognition ? the installed failed Signed-off-by: cherry530 --- python-wrapt.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 -- Gitee