From 93bf3b14ebf0726ebf2291c52b2007ee25951c10 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:40:37 +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 016d717..c26551d 100644 --- a/python-yarl.spec +++ b/python-yarl.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-yarl Version: 1.9.2 -Release: 1 +Release: 2 Summary: Yet another URL library License: Apache-2.0 URL: https://github.com/aio-libs/yarl/ @@ -26,6 +26,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 @@ -73,6 +74,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Aug 21 2024 Guangtao Huang - 1.9.2-2 +- Add Buildarch: noarch' to the help subpackage + * Mon Jul 03 2023 chenzixuan - 1.9.2-1 - Update package to version 1.9.2 -- Gitee