From 76c65936c0638fe8de75a6a6b46540106083ed8f Mon Sep 17 00:00:00 2001 From: wang_yue111 <648774160@qq.com> Date: Fri, 9 Jul 2021 11:04:59 +0800 Subject: [PATCH] Fix build error:Empty %file wrapt-1.10.8/debugfiles.list --- python-wrapt.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-wrapt.spec b/python-wrapt.spec index 1b379e5..3f4badc 100644 --- a/python-wrapt.spec +++ b/python-wrapt.spec @@ -1,11 +1,11 @@ Name: python-wrapt Version: 1.10.8 -Release: 1 +Release: 2 Summary: A Python module for decorators, wrappers and monkey patching License: BSD URL: https://github.com/GrahamDumpleton/wrapt Source0: https://github.com/GrahamDumpleton/wrapt/archive/%{version}.tar.gz -BuildRequires: python3-devel +BuildRequires: python3-devel gcc %description The aim of the wrapt module is to provide a transparent object proxy for Python, which can be used as the basis for the construction of @@ -46,5 +46,8 @@ popd %{python3_sitearch}/wrapt-%{version}-py?.?.egg-info %changelog +* Fri Jul 09 2021 wangyue - 1.10.8-2 +- Fix build error:Empty %file wrapt-1.10.8/debugfiles.list + * Thu Apr 14 2021 huanghaitao - 1.10.8-1 - package init