[rpm] pre-support rhel 9

Signed-off-by: R4SAS <r4sas@i2pmail.org>
moduled
R4SAS 2 years ago
parent ec08333bf9
commit c42b991bc9
No known key found for this signature in database
GPG Key ID: 66F6C87B98EBCFE2

@ -57,6 +57,10 @@ cd build
%endif
%if 0%{?rhel} == 9
pushd redhat-linux-build
%endif
%if 0%{?fedora} >= 35
%if 0%{?fedora} < 37
pushd redhat-linux-build
@ -73,6 +77,10 @@ pushd build
make %{?_smp_mflags}
%if 0%{?rhel} == 9
popd
%endif
%if 0%{?fedora} >= 33
%if 0%{?fedora} < 37
popd
@ -88,8 +96,8 @@ pushd build
%if 0%{?fedora} >= 35
%if 0%{?fedora} < 37
%endif
pushd redhat-linux-build
%endif
%else
%if 0%{?fedora} >= 33
pushd %{_target_platform}

@ -54,6 +54,10 @@ cd build
%endif
%endif
%if 0%{?rhel} == 9
pushd redhat-linux-build
%endif
%if 0%{?fedora} >= 35
%if 0%{?fedora} < 37
pushd redhat-linux-build
@ -70,6 +74,10 @@ pushd build
make %{?_smp_mflags}
%if 0%{?rhel} == 9
popd
%endif
%if 0%{?fedora} >= 33
%if 0%{?fedora} < 37
popd

Loading…
Cancel
Save