From 0feef2b94b610435064dd4423a4df9f311416089 Mon Sep 17 00:00:00 2001 From: Iker Pedrosa Date: Tue, 7 Nov 2023 09:27:24 +0100 Subject: [PATCH] Include openssl-devel build dependency Signed-off-by: Iker Pedrosa --- pam.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pam.spec b/pam.spec index 8dc896e..84b5434 100644 --- a/pam.spec +++ b/pam.spec @@ -4,7 +4,7 @@ Summary: An extensible library which provides authentication for applications Name: pam Version: 1.5.3 -Release: 6%{?dist} +Release: 7%{?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 and pam_loginuid modules are GPLv2+. @@ -54,6 +54,7 @@ BuildRequires: libtirpc-devel BuildRequires: libtool BuildRequires: libxcrypt-devel BuildRequires: make +BuildRequires: openssl-devel BuildRequires: perl-interpreter BuildRequires: pkgconfig BuildRequires: sed @@ -357,6 +358,9 @@ done %{_pam_libdir}/libpam_misc.so.%{so_ver}* %changelog +* Tue Nov 7 2023 Iker Pedrosa - 1.5.3-7 +- Include openssl-devel build dependency + * Fri Nov 3 2023 Iker Pedrosa - 1.5.3-6 - Drop explicit dependencies (#2247250)