Browse Source

[rpm] use eln macro in check

Signed-off-by: r4sas <r4sas@i2pmail.org>
pull/2094/head
R4SAS 3 months ago
parent
commit
48f1514053
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2
  1. 2
      contrib/rpm/i2pd-git.spec
  2. 2
      contrib/rpm/i2pd.spec

2
contrib/rpm/i2pd-git.spec

@ -24,7 +24,7 @@ BuildRequires: openssl-devel @@ -24,7 +24,7 @@ BuildRequires: openssl-devel
BuildRequires: miniupnpc-devel
BuildRequires: systemd-units
%if 0%{?fedora} > 40
%if 0%{?fedora} > 40 || 0%{?eln}
BuildRequires: openssl-devel-engine
%endif

2
contrib/rpm/i2pd.spec

@ -22,7 +22,7 @@ BuildRequires: openssl-devel @@ -22,7 +22,7 @@ BuildRequires: openssl-devel
BuildRequires: miniupnpc-devel
BuildRequires: systemd-units
%if 0%{?fedora} > 40
%if 0%{?fedora} > 40 || 0%{?eln}
BuildRequires: openssl-devel-engine
%endif

Loading…
Cancel
Save