From d62b1f67767ad8bafdfb4e9b32841cf6c9aad19f Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Jul 11 2024 09:46:05 +0000 Subject: Fix ELN build ELN, following rawhide, now also splits out the openssl-devel-engine headers in preparation for their eventual removal. --- diff --git a/systemd.spec b/systemd.spec index 78862a4..a756dba 100644 --- a/systemd.spec +++ b/systemd.spec @@ -170,7 +170,7 @@ BuildRequires: libcurl-devel BuildRequires: kmod-devel BuildRequires: elfutils-devel BuildRequires: openssl-devel -%if 0%{?fedora} >= 41 +%if 0%{?fedora} >= 41 || 0%{?rhel} >= 11 BuildRequires: openssl-devel-engine %endif %if %{with gnutls}