diff --git a/libtevent.spec b/libtevent.spec index 554d997408d16e588595b5e1729ace7589124dfc..fab85804a4ea40582d8039f95ef3e10c18241acb 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