From 43a11ba2730903aeb9bd7d5c809978edcc1b59ef Mon Sep 17 00:00:00 2001 From: Hugel <2712504175@qq.com> Date: Fri, 30 Apr 2021 10:04:55 +0800 Subject: [PATCH] shadow should depend on audit-libs --- shadow.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/shadow.spec b/shadow.spec index 1f8d2fd..14a0d18 100644 --- a/shadow.spec +++ b/shadow.spec @@ -1,6 +1,6 @@ Name: shadow Version: 4.8.1 -Release: 4 +Release: 5 Epoch: 2 License: BSD and GPLv2+ Summary: Tools for managing accounts and shadow password files @@ -30,7 +30,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 @@ -170,6 +170,9 @@ done %{_mandir}/*/* %changelog +* Thu Apr 29 2021 Hugel - 2:4.8.1-5 +- shadow should depend on audit-libs + * Thu Jul 9 2020 Anakin Zhang - 2:4.8.1-4 - fix zh_CN typo -- Gitee