shadow should depend on audit-libs

This commit is contained in:
Hugel 2021-04-30 11:27:19 +08:00
parent 424f64f39c
commit fca88e7949

View File

@ -1,6 +1,6 @@
Name: shadow
Version: 4.8.1
Release: 2
Release: 3
Epoch: 2
License: BSD and GPLv2+
Summary: Tools for managing accounts and shadow password files
@ -28,7 +28,7 @@ BuildRequires: libacl-devel, libattr-devel gdb
BuildRequires: bison, flex, gnome-doc-utils, docbook-style-xsl, docbook-dtds
BuildRequires: autoconf, automake, libtool, gettext-devel, itstool, pam-devel
Requires: libselinux
Requires: audit
Requires: audit-libs
Requires: setup
Requires(pre): coreutils
Requires(post): coreutils
@ -168,6 +168,9 @@ done
%{_mandir}/*/*
%changelog
* Fri Apr 30 2021 Hugel<gengqihu1@huawei.com> - 2:4.8.1-3
- shadow should depend on audit-libs
* Tue May 12 2020 steven<steven_ygui@163.com> - 2:4.8.1-2
- Enable --with-libpam config during compiling