diff --git a/libuser.spec b/libuser.spec index 02239a7..369c0b7 100644 --- a/libuser.spec +++ b/libuser.spec @@ -1,6 +1,6 @@ Name: libuser Version: 0.63 -Release: 4%{?dist} +Release: 5%{?dist} License: LGPLv2+ URL: https://pagure.io/libuser Source: http://releases.pagure.org/libuser/libuser-%{version}.tar.xz @@ -24,6 +24,7 @@ BuildRequires: bison BuildRequires: libtool BuildRequires: gettext-devel BuildRequires: gtk-doc +BuildRequires: audit-libs-devel Summary: A user and group account administration library @@ -63,8 +64,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,14 @@ make %{_datadir}/gtk-doc/html/* %changelog +* Thu May 20 2021 Tomas Halman +- Enable audit library in the build +- Resolves: rhbz#1923043 - libuser doesn't audit events around the account lifecycle + +* Tue May 11 2021 Tomas Halman +- Renaming python package according to the standard +- Resolves: rhbz#1951968 + * Wed May 5 2021 Tomas Halman - Resolves: rhbz#1951601 - Remove fakeroot dependency