From 82628738a430af16fc758c460679ade0e9aa6b40 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 11:01:27 +0800 Subject: [PATCH] Added 'Buildarch: noarch' to the help subpackage --- python-zope-hookable.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-zope-hookable.spec b/python-zope-hookable.spec index a0821b2..b9dea51 100644 --- a/python-zope-hookable.spec +++ b/python-zope-hookable.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-zope-hookable Version: 5.1.0 -Release: 1 +Release: 2 Summary: Zope hookable License: ZPL 2.1 URL: https://www.python.org/pypi/zope.hookable @@ -36,6 +36,7 @@ that imported it, will see the change. %package help Summary: Development documents and examples for zope.hookable Provides: python3-zope-hookable-doc +Buildarch: noarch %description help Development documents and examples for zope.hookable. @@ -81,6 +82,9 @@ mv %{buildroot}/doclist.lst . %{_pkgdocdir} %changelog +* Wed Aug 21 2024 Guangtao Huang - 5.1.0-2 +- Add Buildarch: noarch' to the help subpackage + * Wed Jun 29 2022 caodongxia - 5.1.0-1 - Update to 5.1.0 -- Gitee