diff --git a/libuser.spec b/libuser.spec index 89df163a3da325d70b864871ea81b85645049435..29cd774ccf1339160f1b70f4ad82d0b8b42e0df9 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 @@ -60,6 +60,7 @@ and group accounts. %package help Summary: Documents files for %{name} +Buildarch: noarch Requires: man, info %description help @@ -157,6 +158,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