From 13cb338a8876b41c9a05ae18d08ad06c226b5d3d Mon Sep 17 00:00:00 2001 From: Sean Estabrooks Date: Fri, 27 Sep 2024 15:45:27 -0400 Subject: [PATCH] Alter copr spec file for Fedora 41 and Rawhide SlouchyButton mentioned in #6015 that a Fedora Openssl packaging change was likely causing a problem for the copr build. The deprecated engine header has been broken out into its own package. Add a dependency on it for Fedora 41 and Rawhide. --- ci/deploy.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci/deploy.sh b/ci/deploy.sh index f9292f2c729..218f327fa48 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -171,6 +171,9 @@ BuildRequires: Mesa-libEGL-devel %else BuildRequires: mesa-libEGL-devel %endif +%if 0%{?fedora} >= 41 || 0%{?fedora} == 0 +BuildRequires: openssl-devel-engine +%endif Source0: wezterm-${TAR_NAME}.tar.gz %global debug_package %{nil}