mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-23 17:34:21 +00:00
[rpm] pre-support rhel 9
Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
parent
ec08333bf9
commit
c42b991bc9
@ -57,6 +57,10 @@ cd build
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
|
%if 0%{?rhel} == 9
|
||||||
|
pushd redhat-linux-build
|
||||||
|
%endif
|
||||||
|
|
||||||
%if 0%{?fedora} >= 35
|
%if 0%{?fedora} >= 35
|
||||||
%if 0%{?fedora} < 37
|
%if 0%{?fedora} < 37
|
||||||
pushd redhat-linux-build
|
pushd redhat-linux-build
|
||||||
@ -73,6 +77,10 @@ pushd build
|
|||||||
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
%if 0%{?rhel} == 9
|
||||||
|
popd
|
||||||
|
%endif
|
||||||
|
|
||||||
%if 0%{?fedora} >= 33
|
%if 0%{?fedora} >= 33
|
||||||
%if 0%{?fedora} < 37
|
%if 0%{?fedora} < 37
|
||||||
popd
|
popd
|
||||||
@ -88,8 +96,8 @@ pushd build
|
|||||||
|
|
||||||
%if 0%{?fedora} >= 35
|
%if 0%{?fedora} >= 35
|
||||||
%if 0%{?fedora} < 37
|
%if 0%{?fedora} < 37
|
||||||
%endif
|
|
||||||
pushd redhat-linux-build
|
pushd redhat-linux-build
|
||||||
|
%endif
|
||||||
%else
|
%else
|
||||||
%if 0%{?fedora} >= 33
|
%if 0%{?fedora} >= 33
|
||||||
pushd %{_target_platform}
|
pushd %{_target_platform}
|
||||||
|
@ -54,6 +54,10 @@ cd build
|
|||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if 0%{?rhel} == 9
|
||||||
|
pushd redhat-linux-build
|
||||||
|
%endif
|
||||||
|
|
||||||
%if 0%{?fedora} >= 35
|
%if 0%{?fedora} >= 35
|
||||||
%if 0%{?fedora} < 37
|
%if 0%{?fedora} < 37
|
||||||
pushd redhat-linux-build
|
pushd redhat-linux-build
|
||||||
@ -70,6 +74,10 @@ pushd build
|
|||||||
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
%if 0%{?rhel} == 9
|
||||||
|
popd
|
||||||
|
%endif
|
||||||
|
|
||||||
%if 0%{?fedora} >= 33
|
%if 0%{?fedora} >= 33
|
||||||
%if 0%{?fedora} < 37
|
%if 0%{?fedora} < 37
|
||||||
popd
|
popd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user