From 2f6f8b8c3c8c3f25efb5782583cc86b719e2f6ef Mon Sep 17 00:00:00 2001 From: siyongchang Date: Tue, 20 Aug 2024 03:32:49 +0000 Subject: [PATCH] Added 'Buildarch:noarch' to the help subpackage --- python-rpds-py.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-rpds-py.spec b/python-rpds-py.spec index bd3bdfb..b83ee0b 100644 --- a/python-rpds-py.spec +++ b/python-rpds-py.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-rpds-py Version: 0.10.6 -Release: 1 +Release: 2 Summary: Python bindings to Rust's persistent data structures (rpds). License: MIT URL: https://github.com/crate-py/rpds @@ -33,6 +33,7 @@ Python bindings to Rust's persistent data structures (rpds). %package help Summary: Development documents and examples for rpds-py +Buildarch: noarch Provides: python3-rpds-py-doc %description help @@ -72,5 +73,8 @@ if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Tue Aug 20 2024 siyongchang - 0.10.6-2 +- Added 'Buildarch:noarch' to the help subpackage + * Thu Nov 2 2023 Dongxing Wang - 0.10.6-1 - Init package -- Gitee