!2 Mainline:depend on audit-libs instead of audit

From: @hugel
Reviewed-by: @hanxinke
Signed-off-by: @hanxinke
This commit is contained in:
openeuler-ci-bot 2021-09-10 11:26:27 +00:00 committed by Gitee
commit 0c693589db

View File

@ -1,6 +1,6 @@
Name: passwd
Version: 0.80
Release: 7
Release: 8
Summary: An implementation of the password setting/changing utility through PAM and libuser libraries
License: BSD or GPL+
URL: https://pagure.io/passwd
@ -8,7 +8,7 @@ Source0: https://releases.pagure.org/passwd/passwd-%{version}.autotoolized.ta
BuildRequires:libselinux-devel >= 2.1.6-3 gcc glib2-devel, libuser-devel, pam-devel, libuser >= 0.53-1
BuildRequires: gettext, popt-devel audit-libs-devel >= 2.4.5
Requires:libselinux >= 2.1.6-3 audit >= 2.4.5 pam >= 1.0.90, /etc/pam.d/system-auth
Requires:libselinux >= 2.1.6-3 audit-libs >= 2.4.5 pam >= 1.0.90, /etc/pam.d/system-auth
%description
The package contains an implementation of the password
@ -55,6 +55,12 @@ make check
%{_mandir}/man1/*.gz
%changelog
* Fri Sep 10 2021 Hugel <gengqihu1@huawei.com> - 0.80-8
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:depend on audit-libs instead of audit
* Wed Oct 9 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.80-7
- Type:enhancement
- ID:NA