From c66fc8487da2d4bb99c619dbb656c578b7b8b60a 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:46:25 +0800 Subject: [PATCH] Added 'Buildarch: noarch' to the help subpackage --- python-yarl.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-yarl.spec b/python-yarl.spec index 0c8e5aa..9e76f8a 100644 --- a/python-yarl.spec +++ b/python-yarl.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-yarl Version: 1.5.0 -Release: 2 +Release: 3 Summary: Yet another URL library License: Apache 2 URL: https://github.com/aio-libs/yarl/ @@ -27,6 +27,7 @@ Yet another URL library %package help Summary: Development documents and examples for yarl Provides: python3-yarl-doc +Buildarch: noarch %description help Yet another URL library @@ -71,6 +72,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Aug 21 2024 Guangtao Huang - 1.5.0-2 +- Add Buildarch: noarch' to the help subpackage + * Wed Aug 04 2021 chenyanpanHW - 1.5.0-2 - DESC: delete BuildRequires gdb -- Gitee