Browse Source

[rpm] fix build on fedora 37

Signed-off-by: R4SAS <r4sas@i2pmail.org>
moduled
R4SAS 2 years ago
parent
commit
9e5b4e14c9
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2
  1. 4
      contrib/rpm/i2pd-git.spec
  2. 4
      contrib/rpm/i2pd.spec

4
contrib/rpm/i2pd-git.spec

@ -58,7 +58,9 @@ cd build @@ -58,7 +58,9 @@ cd build
%if 0%{?fedora} >= 35
%if 0%{?fedora} < 37
pushd redhat-linux-build
%endif
%else
%if 0%{?fedora} >= 33
pushd %{_target_platform}
@ -83,6 +85,8 @@ popd @@ -83,6 +85,8 @@ popd
pushd build
%if 0%{?fedora} >= 35
%if 0%{?fedora} < 37
%endif
pushd redhat-linux-build
%else
%if 0%{?fedora} >= 33

4
contrib/rpm/i2pd.spec

@ -55,7 +55,9 @@ cd build @@ -55,7 +55,9 @@ cd build
%endif
%if 0%{?fedora} >= 35
%if 0%{?fedora} < 37
pushd redhat-linux-build
%endif
%else
%if 0%{?fedora} >= 33
pushd %{_target_platform}
@ -80,7 +82,9 @@ popd @@ -80,7 +82,9 @@ popd
pushd build
%if 0%{?fedora} >= 35
%if 0%{?fedora} < 37
pushd redhat-linux-build
%endif
%else
%if 0%{?fedora} >= 33
pushd %{_target_platform}

Loading…
Cancel
Save