From 41cbcc3b05b766b0a60eebba134a2fe4fa1cece2 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:53:10 +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 1bcd624..63e1506 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: 6.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 - 6.0-2 +- Add Buildarch: noarch' to the help subpackage + * Mon Dec 25 2023 jiangxinyu - 6.0-1 - Update package to version 6.0 -- Gitee