From 19039d619be45c466c65dc53a9ac9e3a7a8aa275 Mon Sep 17 00:00:00 2001 From: chengsongyuxuan Date: Tue, 20 Aug 2024 14:33:20 +0800 Subject: [PATCH 1/2] Add Buildarch: noarch to the help subpackage --- python-frozenlist.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/python-frozenlist.spec b/python-frozenlist.spec index 0ceb972..504c4df 100644 --- a/python-frozenlist.spec +++ b/python-frozenlist.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-frozenlist Version: 1.4.0 -Release: 1 +Release: 2 Summary: A list-like structure which implements collections.abc.MutableSequence License: Apache-2.0 URL: https://github.com/aio-libs/frozenlist @@ -29,11 +29,16 @@ raise RuntimeError.FrozenList is also hashable, but only when frozen. %package help Summary: Development documents and examples for frozenlist +Buildarch: noarch Provides: python3-frozenlist-doc + %description help Development documents and examples for frozenlist +%description help +Development documents and examples for frozenlist + %prep %autosetup -n frozenlist-1.4.0 @@ -75,6 +80,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Aug 19 2024 chengsongyuxuan - 1.4.0-2 +- Add 'Buildarch: noarch' to the help subpackage. + * Tue Aug 01 2023 sunhui - 1.4.0-1 - Update package to version 1.4.0 -- Gitee From 4e69521675eb62c0f9fd3e1caa8ee18e84f10345 Mon Sep 17 00:00:00 2001 From: chengsongyuxuan <9119134+chengsongyuxuan@user.noreply.gitee.com> Date: Wed, 21 Aug 2024 06:12:00 +0000 Subject: [PATCH 2/2] update python-frozenlist.spec. Signed-off-by: chengsongyuxuan <9119134+chengsongyuxuan@user.noreply.gitee.com> --- python-frozenlist.spec | 4 ---- 1 file changed, 4 deletions(-) diff --git a/python-frozenlist.spec b/python-frozenlist.spec index 504c4df..52c21f2 100644 --- a/python-frozenlist.spec +++ b/python-frozenlist.spec @@ -32,10 +32,6 @@ Summary: Development documents and examples for frozenlist Buildarch: noarch Provides: python3-frozenlist-doc -%description help -Development documents and examples for frozenlist - - %description help Development documents and examples for frozenlist -- Gitee