From 15d1ea0279dea5114b38ddd70fd2d9776a5b8ebd Mon Sep 17 00:00:00 2001 From: dongzhenshu Date: Tue, 20 Aug 2024 12:21:01 +0800 Subject: [PATCH] Add 'Buildarch: noarch' to the help subpackage --- libtevent.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libtevent.spec b/libtevent.spec index a8173aa..2176bb0 100644 --- a/libtevent.spec +++ b/libtevent.spec @@ -4,7 +4,7 @@ Name: libtevent Version: 0.16.0 -Release: 1 +Release: 2 Summary: Tevent is an event system based on the talloc memory management library. License: LGPLv3+ URL: http://tevent.samba.org @@ -45,6 +45,7 @@ Python3 libraries files for tevent %package help Summary: Man for tevent Requires: man +BUildarch: noarch %description help Man for tevent @@ -85,6 +86,9 @@ cp -a ./doc/man/* $RPM_BUILD_ROOT/%{_mandir}/ %changelog +* Tue Aug 20 2024 dongzhenshu - 0.16.0-2 +- Add 'Buildarch: noarch' to the help subpackage + * Thu Oct 26 2023 Paul Thomas - 0.16.0-1 - update to version v0.16.0 -- Gitee