diff --git a/pam.spec b/pam.spec index f52479b..287a3b7 100644 --- a/pam.spec +++ b/pam.spec @@ -3,7 +3,7 @@ Summary: An extensible library which provides authentication for applications Name: pam Version: 1.5.1 -Release: 1%{?dist} +Release: 2%{?dist} # The library is BSD licensed with option to relicense as GPLv2+ # - this option is redundant as the BSD license allows that anyway. # pam_timestamp, pam_loginuid, and pam_console modules are GPLv2+. @@ -44,6 +44,7 @@ Patch3: pam-1.3.0-unix-nomsg.patch %global _performance_build 1 Requires: libpwquality >= 0.9.9 +BuildRequires: make BuildRequires: autoconf >= 2.60 BuildRequires: automake, libtool BuildRequires: bison, flex, sed @@ -361,6 +362,9 @@ done %doc doc/sag/*.txt doc/sag/html %changelog +* Mon Nov 30 2020 Iker Pedrosa - 1.5.1-2 +- Add BuildRequires: make (#1902520) + * Thu Nov 26 2020 Iker Pedrosa - 1.5.1-1 - Rebase to release 1.5.1 - fix CVE-2020-27780: authentication bypass when the user doesn't exist