Browse Source

[rpm] try fix build on fedora rawhide

Signed-off-by: R4SAS <r4sas@i2pmail.org>
pull/1687/head
R4SAS 3 years ago
parent
commit
b830babcf4
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2
  1. 5
      contrib/rpm/i2pd-git.spec

5
contrib/rpm/i2pd-git.spec

@ -56,9 +56,14 @@ cd build @@ -56,9 +56,14 @@ cd build
%endif
%endif
%if 0%{?fedora} >= 36
pushd redhat-linux-build
%else
%if 0%{?fedora} >= 33
pushd %{_target_platform}
%endif
%endif
%if 0%{?mageia} > 7
pushd build

Loading…
Cancel
Save