Add audit capability
This commit is contained in:
parent
87e01fcc67
commit
88c66c311d
@ -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 <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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user