Skip to content

Commit

Permalink
fix build on F41+
Browse files Browse the repository at this point in the history
  • Loading branch information
zpc0 committed Aug 23, 2024
1 parent 6a8ed69 commit 4dd365a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion monero.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Name: monero
Version: 0.18.3.4
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Monero - the secure, private, untraceable cryptocurrency

License: MIT
Expand All @@ -27,6 +27,10 @@ BuildRequires: boost-devel
BuildRequires: libsodium-devel
BuildRequires: openpgm-devel
BuildRequires: openssl-devel
# Boost uses OpenSSL engine, which removed from openssl-devel (F41+)
%if 0%{?fedora} >= 41
BuildRequires: openssl-devel-engine
%endif
BuildRequires: unbound-devel
BuildRequires: zeromq-devel
# for input editing
Expand Down

0 comments on commit 4dd365a

Please sign in to comment.