mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-22 00:59:08 +01:00
[rpm] support rhel 9
Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
parent
c42b991bc9
commit
8b8b43df28
2 changed files with 8 additions and 0 deletions
|
@ -94,6 +94,10 @@ popd
|
||||||
%install
|
%install
|
||||||
pushd build
|
pushd build
|
||||||
|
|
||||||
|
%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
|
||||||
|
|
|
@ -91,6 +91,10 @@ popd
|
||||||
%install
|
%install
|
||||||
pushd build
|
pushd build
|
||||||
|
|
||||||
|
%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
|
||||||
|
|
Loading…
Add table
Reference in a new issue