From 7158a604540cd7e711a2f744cec23cd3ded2d718 Mon Sep 17 00:00:00 2001 From: chengsongyuxuan Date: Mon, 19 Aug 2024 17:16:02 +0800 Subject: [PATCH 1/3] Added Buildarch:noarch to the help subpackage --- python-dulwich.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/python-dulwich.spec b/python-dulwich.spec index b2e0c7b..e0494c5 100755 --- a/python-dulwich.spec +++ b/python-dulwich.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-dulwich Version: 0.20.20 -Release: 2 +Release: 3 Summary: Python Git Library License: Apachev2 or GPLv2+ or GPLv2 URL: https://www.dulwich.io/ @@ -21,11 +21,8 @@ BuildRequires: gcc Python Git Library. -%package help -Summary: Development documents and examples for dulwich +%package_help Provides: python3-dulwich-doc -%description help -Python Git Library. %prep @@ -69,6 +66,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Aug 19 2024 chengsongyuxuan - 0.20.20-3 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Wed Aug 04 2021 chenyanpanHW - 0.20.20-2 - DESC: delete BuildRequires gdb -- Gitee From f7c7d24fbebd2d3caa69ba87474c8ce4ab20e3de Mon Sep 17 00:00:00 2001 From: chengsongyuxuan Date: Tue, 20 Aug 2024 14:17:13 +0800 Subject: [PATCH 2/3] Add Buildarch: noarch to the help subpackage --- python-dulwich.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/python-dulwich.spec b/python-dulwich.spec index e0494c5..227834e 100755 --- a/python-dulwich.spec +++ b/python-dulwich.spec @@ -21,9 +21,15 @@ BuildRequires: gcc Python Git Library. -%package_help +%package help +Summary: Development documents and examples for dulwich +Buildarch: noarch Provides: python3-dulwich-doc +%description help +This is the Dulwich project. +It aims to provide an interface to git repos (both local and remote) that +doesn't call out to git directly but instead uses pure Python. %prep %autosetup -n dulwich-0.20.20 @@ -67,7 +73,7 @@ mv %{buildroot}/doclist.lst . %changelog * Mon Aug 19 2024 chengsongyuxuan - 0.20.20-3 -- Replaced declaration of help subpackage with the 'package_help' macro. +- Add 'Buildarch: noarch' to the help subpackage. * Wed Aug 04 2021 chenyanpanHW - 0.20.20-2 - DESC: delete BuildRequires gdb -- Gitee From ce69c2ae73c4071be131ec1ca96af90498841bf0 Mon Sep 17 00:00:00 2001 From: chengsongyuxuan Date: Wed, 21 Aug 2024 09:28:53 +0800 Subject: [PATCH 3/3] Added Buildarch:noarch to the help subpackage --- python-dulwich.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/python-dulwich.spec b/python-dulwich.spec index 227834e..45a248d 100755 --- a/python-dulwich.spec +++ b/python-dulwich.spec @@ -27,9 +27,7 @@ Buildarch: noarch Provides: python3-dulwich-doc %description help -This is the Dulwich project. -It aims to provide an interface to git repos (both local and remote) that -doesn't call out to git directly but instead uses pure Python. +Python Git Library. %prep %autosetup -n dulwich-0.20.20 -- Gitee