From 7ec62fadca8afa357cde30728aa27223507596fd Mon Sep 17 00:00:00 2001 From: dongzhenshu Date: Tue, 20 Aug 2024 13:31:58 +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 bfefcdb..cb1735e 100644 --- a/libtevent.spec +++ b/libtevent.spec @@ -4,7 +4,7 @@ Name: libtevent Version: 0.13.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.13.0-2 +- Add 'Buildarch: noarch' to the help subpackage + * Fri Oct 28 2022 Kunlin Yang - 0.13.0-1 - update to v0.13.0 version -- Gitee