Add audit capability

Resolves: rhbz#1923043
This commit is contained in:
Tomas Halman 2021-05-20 11:48:24 +02:00
parent 19009bb69f
commit 96f73a029a

View File

@ -1,6 +1,6 @@
Name: libuser Name: libuser
Version: 0.63 Version: 0.63
Release: 4%{?dist} Release: 5%{?dist}
License: LGPLv2+ License: LGPLv2+
URL: https://pagure.io/libuser URL: https://pagure.io/libuser
Source: http://releases.pagure.org/libuser/libuser-%{version}.tar.xz Source: http://releases.pagure.org/libuser/libuser-%{version}.tar.xz
@ -24,6 +24,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
@ -63,7 +64,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,14 @@ 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
- Resolves: rhbz#1923043 - libuser doesn't audit events around the account lifecycle
* Tue May 11 2021 Tomas Halman <thalman@redhat.com>
- Renaming python package according to the standard
- Resolves: rhbz#1951968
* Wed May 5 2021 Tomas Halman <thalman@redhat.com> * Wed May 5 2021 Tomas Halman <thalman@redhat.com>
- Resolves: rhbz#1951601 - Remove fakeroot dependency - Resolves: rhbz#1951601 - Remove fakeroot dependency