Browse Source

[rpm] fix fedora build

Signed-off-by: R4SAS <r4sas@i2pmail.org>
pull/1786/head
R4SAS 2 years ago
parent
commit
d10c86b849
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2
  1. 6
      contrib/rpm/i2pd-git.spec
  2. 6
      contrib/rpm/i2pd.spec

6
contrib/rpm/i2pd-git.spec

@ -62,9 +62,7 @@ pushd redhat-linux-build @@ -62,9 +62,7 @@ pushd redhat-linux-build
%endif
%if 0%{?fedora} >= 35
%if 0%{?fedora} < 37
pushd redhat-linux-build
%endif
%else
%if 0%{?fedora} >= 33
pushd %{_target_platform}
@ -82,10 +80,8 @@ popd @@ -82,10 +80,8 @@ popd
%endif
%if 0%{?fedora} >= 33
%if 0%{?fedora} < 37
popd
%endif
%endif
%if 0%{?mageia} > 7
popd
@ -99,9 +95,7 @@ pushd redhat-linux-build @@ -99,9 +95,7 @@ pushd redhat-linux-build
%endif
%if 0%{?fedora} >= 35
%if 0%{?fedora} < 37
pushd redhat-linux-build
%endif
%else
%if 0%{?fedora} >= 33
pushd %{_target_platform}

6
contrib/rpm/i2pd.spec

@ -59,9 +59,7 @@ pushd redhat-linux-build @@ -59,9 +59,7 @@ pushd redhat-linux-build
%endif
%if 0%{?fedora} >= 35
%if 0%{?fedora} < 37
pushd redhat-linux-build
%endif
%else
%if 0%{?fedora} >= 33
pushd %{_target_platform}
@ -79,10 +77,8 @@ popd @@ -79,10 +77,8 @@ popd
%endif
%if 0%{?fedora} >= 33
%if 0%{?fedora} < 37
popd
%endif
%endif
%if 0%{?mageia} > 7
popd
@ -96,9 +92,7 @@ pushd redhat-linux-build @@ -96,9 +92,7 @@ pushd redhat-linux-build
%endif
%if 0%{?fedora} >= 35
%if 0%{?fedora} < 37
pushd redhat-linux-build
%endif
%else
%if 0%{?fedora} >= 33
pushd %{_target_platform}

Loading…
Cancel
Save