Requires audit-libs >= 2.4.5
passwd-0.80 relies on AUDIT_ACCT_LOCK and AUDIT_ACCT_UNLOCK that were introduced at audit-2.4.5
This commit is contained in:
parent
073a7b6129
commit
f54754b493
10
passwd.spec
10
passwd.spec
@ -7,7 +7,7 @@
|
||||
Summary: An utility for setting or changing passwords using PAM
|
||||
Name: passwd
|
||||
Version: 0.80
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
License: BSD or GPL+
|
||||
Group: System Environment/Base
|
||||
URL: https://pagure.io/passwd
|
||||
@ -23,8 +23,8 @@ BuildRequires: gcc
|
||||
BuildRequires: glib2-devel, libuser-devel, pam-devel, libuser >= 0.53-1
|
||||
BuildRequires: gettext, popt-devel
|
||||
%if %{WITH_AUDIT}
|
||||
BuildRequires: audit-libs-devel >= 1.0.14
|
||||
Requires: audit-libs >= 1.0.14
|
||||
BuildRequires: audit-libs-devel >= 2.4.5
|
||||
Requires: audit-libs >= 2.4.5
|
||||
%endif
|
||||
|
||||
%description
|
||||
@ -73,6 +73,10 @@ done
|
||||
%{_mandir}/man1/passwd.1*
|
||||
|
||||
%changelog
|
||||
* Tue Apr 17 2018 Jiri Kucera <jkucera@redhat.com> - 0.80-3
|
||||
- passwd-0.80 relies on AUDIT_ACCT_LOCK and AUDIT_ACCT_UNLOCK that
|
||||
were introduced at audit-2.4.5
|
||||
|
||||
* Thu Apr 12 2018 Jiri Kucera <jkucera@redhat.com> - 0.80-2
|
||||
- Removed autotools dependencies
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user