From 29b29498d3456933a5fadf6b3f7b2459ecc46e18 Mon Sep 17 00:00:00 2001 From: Marco Trevisan Date: Sat, 27 Mar 2021 22:52:22 +0000 Subject: [PATCH] sssd.spec: BuildRequires on openssl binary It's required by tests in order to generate the certificate files. --- sssd.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/sssd.spec b/sssd.spec index e059d30..c65d81f 100644 --- a/sssd.spec +++ b/sssd.spec @@ -100,6 +100,7 @@ BuildRequires: make BuildRequires: nss_wrapper BuildRequires: openldap-devel BuildRequires: openssh +BuildRequires: openssl BuildRequires: openssl-devel BuildRequires: p11-kit-devel BuildRequires: pam_wrapper