diff --git a/libuser.spec b/libuser.spec index c617735..f2af90e 100644 --- a/libuser.spec +++ b/libuser.spec @@ -25,6 +25,7 @@ BuildRequires: bison BuildRequires: libtool BuildRequires: gettext-devel BuildRequires: gtk-doc +BuildRequires: audit-libs-devel Summary: A user and group account administration library @@ -64,8 +65,9 @@ administering user and group accounts. %build ./autogen.sh -%configure --with-selinux --with-ldap --enable-gtk-doc --with-html-dir=%{_datadir}/gtk-doc/html \ - PYTHON=%{python3} +%configure --with-selinux --with-ldap --with-audit \ + --enable-gtk-doc --with-html-dir=%{_datadir}/gtk-doc/html \ + PYTHON=%{python3} make @@ -115,6 +117,9 @@ make %{_datadir}/gtk-doc/html/* %changelog +* Thu May 20 2021 Tomas Halman +- Enable audit library in the build + * Tue May 11 2021 Tomas Halman - Renaming python package according to the standard