From 4f3bd17682d402a48981cf928118cda203465e3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E5=85=89=E9=9F=AC?= Date: Wed, 21 Aug 2024 10:23:38 +0800 Subject: [PATCH] Added 'Buildarch: noarch' to the help subpackage --- python-wrapt.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-wrapt.spec b/python-wrapt.spec index d24bb71..ff67ab2 100644 --- a/python-wrapt.spec +++ b/python-wrapt.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-wrapt Version: 1.15.0 -Release: 1 +Release: 2 Summary: A Python module for decorators, wrappers and monkey patching License: BSD-2-Clause URL: https://github.com/GrahamDumpleton/wrapt @@ -32,6 +32,7 @@ Python3 module for wrapt module. %package help Summary: Module for decorators, wrappers and monkey patching. Provides: python3-wrapt-doc +Buildarch: noarch %description help 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 function wrappers and decorator functions. @@ -60,6 +61,9 @@ popd %doc docs/build/html %changelog +* Wed Aug 21 2024 Guangtao Huang - 1.15.0-2 +- Add Buildarch: noarch' to the help subpackage + * Tue Apr 04 2023 xu_ping - 1.15.0-1 - Upgrade version to 1.15.0 -- Gitee