From 86f80d10de9994dd37bdab45202786a18f755a7c Mon Sep 17 00:00:00 2001 From: chengsongyuxuan Date: Mon, 19 Aug 2024 17:30:41 +0800 Subject: [PATCH 1/2] Added Buildarch:noarch to the help subpackage --- python-dulwich.spec | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/python-dulwich.spec b/python-dulwich.spec index 6bef61b..92810c6 100644 --- a/python-dulwich.spec +++ b/python-dulwich.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-dulwich Version: 0.21.6 -Release: 1 +Release: 2 Summary: Python Git Library License: Apachev2 or GPLv2+ or GPLv2 URL: https://www.dulwich.io/ @@ -25,13 +25,8 @@ 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. -%package help -Summary: Development documents and examples for dulwich +%package_help 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-%{version} @@ -74,6 +69,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Aug 19 2024 chengsongyuxuan - 0.21.6-2 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Thu Oct 26 2023 jiangxinyu - 0.21.6-1 - Update package to version 0.21.6 -- Gitee From cd02df0dc7ef7bb519588b0357a233d22ac800c6 Mon Sep 17 00:00:00 2001 From: chengsongyuxuan Date: Tue, 20 Aug 2024 14:28:48 +0800 Subject: [PATCH 2/2] Add Buildarch: noarch to the help subpackage --- python-dulwich.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/python-dulwich.spec b/python-dulwich.spec index 92810c6..4f9b2b5 100644 --- a/python-dulwich.spec +++ b/python-dulwich.spec @@ -25,9 +25,16 @@ 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. -%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-%{version} @@ -70,7 +77,7 @@ mv %{buildroot}/doclist.lst . %changelog * Mon Aug 19 2024 chengsongyuxuan - 0.21.6-2 -- Replaced declaration of help subpackage with the 'package_help' macro. +- Add 'Buildarch: noarch' to the help subpackage. * Thu Oct 26 2023 jiangxinyu - 0.21.6-1 - Update package to version 0.21.6 -- Gitee