diff --git a/passwd.spec b/passwd.spec index 0b8582e..409c75b 100644 --- a/passwd.spec +++ b/passwd.spec @@ -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 - 0.80-8 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:depend on audit-libs instead of audit + * Wed Oct 9 2019 openEuler Buildteam - 0.80-7 - Type:enhancement - ID:NA