From 85be8fc426da3573e5c8048613d83359daa0c650 Mon Sep 17 00:00:00 2001 From: dongzhenshu Date: Tue, 20 Aug 2024 13:42:31 +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 554d997..fab8580 100644 --- a/libtevent.spec +++ b/libtevent.spec @@ -4,7 +4,7 @@ Name: libtevent Version: 0.10.2 -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.10.2-2 +- Add 'Buildarch: noarch' to the help subpackage + * Wed Aug 26 2020 yanglongkang - 0.10.2-1 - update to 0.10.2 version -- Gitee