Skip to content

Commit

Permalink
Alter copr spec file for Fedora 41 and Rawhide
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
loops committed Sep 27, 2024
1 parent 2b76c63 commit 19fd782
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,9 @@ BuildRequires: Mesa-libEGL-devel
%else
BuildRequires: mesa-libEGL-devel
%endif
%if 0%{?fedora} >= 41
BuildRequires: openssl-devel-engine
%endif
Source0: wezterm-${TAR_NAME}.tar.gz
%global debug_package %{nil}
Expand Down

0 comments on commit 19fd782

Please sign in to comment.