Add audit capability

This commit is contained in:
Tomas Halman 2021-05-20 11:48:24 +02:00
parent 87e01fcc67
commit 88c66c311d

View File

@ -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,7 +65,8 @@ administering user and group accounts.
%build
./autogen.sh
%configure --with-selinux --with-ldap --enable-gtk-doc --with-html-dir=%{_datadir}/gtk-doc/html \
%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 <thalman@redhat.com>
- Enable audit library in the build
* Tue May 11 2021 Tomas Halman <thalman@redhat.com>
- Renaming python package according to the standard