From 73be7db9b2e5878028f2363f67beca9c93281025 Mon Sep 17 00:00:00 2001 From: siyongchang Date: Tue, 20 Aug 2024 03:37:03 +0000 Subject: [PATCH] Added 'Buildarch:noarch' to the help subpackage --- python-ruamel-yaml-clib.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-ruamel-yaml-clib.spec b/python-ruamel-yaml-clib.spec index 67de3a6..4ca36d8 100644 --- a/python-ruamel-yaml-clib.spec +++ b/python-ruamel-yaml-clib.spec @@ -3,7 +3,7 @@ Name: python-%{pname} Version: 0.2.8 -Release: 1 +Release: 2 Summary: C version of reader, parser and emitter for ruamel.yaml derived from libyaml License: MIT URL: https://bitbucket.org/ruamel/yaml.clib @@ -24,6 +24,7 @@ It is the C based reader/scanner and emitter for ruamel.yaml. %package help Summary: Development documents and examples for ruamel.yaml +Buildarch: noarch Provides: python3-%{pname}-doc %description help Development documents and examples for ruamel.yaml @@ -47,6 +48,9 @@ Development documents and examples for ruamel.yaml %doc README.rst %changelog +* Tue Aug 20 2024 siyongchang - 0.2.8-2 +- Added 'Buildarch:noarch' to the help subpackage + * Fri Mar 15 2024 jiangxinyu - 0.2.8-1 - Update package to version 0.2.8 -- Gitee