From cd1f89eff80bf157cafeddd68fa99470950e7de6 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 15:13:33 +0800 Subject: [PATCH] Added 'Buildarch: noarch' to the help subpackage --- python-wrapt.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-wrapt.spec b/python-wrapt.spec index 5d53e64..e9564ba 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 @@ -21,7 +21,7 @@ Summary: Documentation for the python-wrapt BuildRequires: python3-sphinx python3-sphinx_rtd_theme Provides: %{name}-doc = %{version}-%{release} Obsoletes: %{name}-doc < %{version}-%{release} - +Buildarch: noarch %description help Documentation for the python-wrapt. @@ -54,6 +54,9 @@ cd - %doc docs/build/html %changelog +* Wed Aug 21 2024 Guangtao Huang - 1.12.1-3 +- Add Buildarch: noarch' to the help subpackage + * Mon May 31 2021 huanghaitao - 1.12.1-2 - Completing build dependencies -- Gitee