From bba86cbc197e2d04ca3ea9d746cd8131e4cfc00e 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:08:34 +0800 Subject: [PATCH] Added 'Buildarch: noarch' to the help subpackage --- python-zope-interface.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-zope-interface.spec b/python-zope-interface.spec index 4316f6d..03332e3 100644 --- a/python-zope-interface.spec +++ b/python-zope-interface.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-zope-interface Version: 7.0.1 -Release: 1 +Release: 2 Summary: Interfaces for Python License: ZPL 2.1 URL: https://github.com/zopefoundation/zope.interface @@ -36,6 +36,7 @@ the Design By Contract methodology support in Python. %package help Summary: Interfaces for Python Provides: python3-zope-interface-doc +Buildarch: noarch %description help This package is intended to be independently reusable in any Python project. It is maintained by the Zope Toolkit project. @@ -89,6 +90,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Aug 21 2024 Guangtao Huang - 7.0.1-2 +- Add Buildarch: noarch' to the help subpackage + * Tue Aug 13 2024 xu_ping <707078654@qq.com> - 7.0.1-1 - Update package to version 7.0.1 -- Gitee