From 63537bfc60025434077fafb5732d1968f5a73109 Mon Sep 17 00:00:00 2001 From: chengsongyuxuan Date: Tue, 20 Aug 2024 14:48:42 +0800 Subject: [PATCH] Add Buildarch: noarch to the help subpackage --- python-genshi.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-genshi.spec b/python-genshi.spec index 79a0757..c5c23ec 100644 --- a/python-genshi.spec +++ b/python-genshi.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-genshi Version: 0.7.7 -Release: 2 +Release: 3 Summary: Toolkit for stream-based generation of output for the web License: BSD-3-Clause URL: http://genshi.edgewall.org/ @@ -29,7 +29,9 @@ or other textual content for output generation on the web. %package help Summary: Development documents and examples for Genshi +Buildarch: noarch Provides: python3-genshi-doc + %description help Genshi is a Python library that provides an integrated set of components for parsing, generating, and processing HTML, XML @@ -79,6 +81,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Aug 20 2024 chengsongyuxuan - 0.7.7-3 +- Add 'Buildarch: noarch' to the help subpackage. + * Wed Jan 18 2023 yangbo - 0.7.7-2 - Fix installation with setuptools >= 60 -- Gitee