From 9dbb99629d2ee40346d52ec3c234e6ce72072c11 Mon Sep 17 00:00:00 2001 From: siyongchang Date: Tue, 20 Aug 2024 07:45:58 +0000 Subject: [PATCH] Added 'Buildarch:noarch' to the help subpackage --- python-ninja.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-ninja.spec b/python-ninja.spec index a0ad72d..4fa0605 100644 --- a/python-ninja.spec +++ b/python-ninja.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-ninja Version: 1.11.1.1 -Release: 3 +Release: 4 Summary: A small build system with a focus on speed. License: Apache-2.0 URL: https://github.com/ninja-build/ninja @@ -34,6 +34,7 @@ A small build system with a focus on speed. %package help Summary: Development documents and examples for ninja. +Buildarch: noarch Provides: python3-ninja-doc %description help @@ -76,6 +77,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Aug 20 2024 siyongchang - 1.11.1.1-4 +- Added 'Buildarch:noarch' to the help subpackage + * Mon Apr 08 2024 zhangxianting - 1.11.1.1-3 - Fix install conflicts -- Gitee