diff --git a/libuser.spec b/libuser.spec index a0d2a40deeb6e520d28c4d061a1974214a5acc07..54589b9ae1465d8281b78f2a72ab7c903c9c40a8 100644 --- a/libuser.spec +++ b/libuser.spec @@ -1,6 +1,6 @@ Name: libuser Version: 0.62 -Release: 23 +Release: 24 Summary: A user and group account administration library License: LGPLv2+ URL: https://pagure.io/libuser @@ -61,6 +61,7 @@ and group accounts. %package help Summary: Documents files for %{name} +Buildarch: noarch Requires: man, info %description help @@ -159,6 +160,9 @@ LC_ALL=C.UTF-8 python3 -c "import libuser" %{_mandir}/man5/* %changelog +* Mon Apr 29 2024 fuanan - 0.62-24 +- Added 'Buildarch: noarch' to the help subpackage + * Thu Feb 09 2023 fuanan - 0.62-23 - enable make check