Add audit capability
This commit is contained in:
parent
87e01fcc67
commit
88c66c311d
@ -25,6 +25,7 @@ BuildRequires: bison
|
|||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: gettext-devel
|
BuildRequires: gettext-devel
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
|
BuildRequires: audit-libs-devel
|
||||||
|
|
||||||
Summary: A user and group account administration library
|
Summary: A user and group account administration library
|
||||||
|
|
||||||
@ -64,7 +65,8 @@ administering user and group accounts.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
./autogen.sh
|
./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}
|
PYTHON=%{python3}
|
||||||
make
|
make
|
||||||
|
|
||||||
@ -115,6 +117,9 @@ make
|
|||||||
%{_datadir}/gtk-doc/html/*
|
%{_datadir}/gtk-doc/html/*
|
||||||
|
|
||||||
%changelog
|
%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>
|
* Tue May 11 2021 Tomas Halman <thalman@redhat.com>
|
||||||
- Renaming python package according to the standard
|
- Renaming python package according to the standard
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user