Browse Source

[rpm] fix build on fedora 37

Signed-off-by: R4SAS <r4sas@i2pmail.org>
moduled
R4SAS 2 years ago
parent
commit
ec08333bf9
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

@ -74,8 +74,10 @@ pushd build @@ -74,8 +74,10 @@ pushd build
make %{?_smp_mflags}
%if 0%{?fedora} >= 33
%if 0%{?fedora} < 37
popd
%endif
%endif
%if 0%{?mageia} > 7
popd

2
contrib/rpm/i2pd.spec

@ -71,8 +71,10 @@ pushd build @@ -71,8 +71,10 @@ pushd build
make %{?_smp_mflags}
%if 0%{?fedora} >= 33
%if 0%{?fedora} < 37
popd
%endif
%endif
%if 0%{?mageia} > 7
popd

Loading…
Cancel
Save