From c96f54de2262ae36d579f8383c0a7ebc9f397be5 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Jul 05 2024 22:00:39 +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 a24a611..a1ae692 100644 --- a/systemd.spec +++ b/systemd.spec @@ -177,7 +177,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}