From 30a51c1701a37cf4a883eb22d042e2db425e4bf1 Mon Sep 17 00:00:00 2001 From: dongzhenshu Date: Tue, 20 Aug 2024 17:35:18 +0800 Subject: [PATCH] Add 'Buildarch: noarch' to the help subpackage --- libtalloc.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libtalloc.spec b/libtalloc.spec index d84ce5e..7bd5c17 100644 --- a/libtalloc.spec +++ b/libtalloc.spec @@ -1,6 +1,6 @@ Name: libtalloc Version: 2.4.2 -Release: 1 +Release: 2 Summary: A memory pool system License: LGPLv3+ URL: https://talloc.samba.org/talloc/doc/html/index.html @@ -23,6 +23,7 @@ Files for libtalloc development %package help Summary: Including man files for libtalloc Requires: man +Buildarch: noarch %description help This contains man files for the using of libtalloc @@ -94,6 +95,9 @@ cp -a doc/man/* $RPM_BUILD_ROOT/%{_mandir} %ldconfig_scriptlets -n python3-talloc %changelog +* Tue Aug 20 2024 dongzhenshu - 2.4.2-2 +- Add 'Buildarch: noarch' to the help subpackage + * Wed Mar 13 2024 liweigang - 2.4.2-1 - update to version 2.4.2 -- Gitee