diff --git a/libtevent.spec b/libtevent.spec index bfefcdb966bafeaec44bcffef506707a8d921bab..cb1735e001530f8bc924b742e88cbbdbdcdee9d9 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