mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-02 02:54:01 +01:00
[rpm] support rhel 9
Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
parent
c42b991bc9
commit
8b8b43df28
|
@ -94,6 +94,10 @@ popd
|
|||
%install
|
||||
pushd build
|
||||
|
||||
%if 0%{?rhel} == 9
|
||||
pushd redhat-linux-build
|
||||
%endif
|
||||
|
||||
%if 0%{?fedora} >= 35
|
||||
%if 0%{?fedora} < 37
|
||||
pushd redhat-linux-build
|
||||
|
|
|
@ -91,6 +91,10 @@ popd
|
|||
%install
|
||||
pushd build
|
||||
|
||||
%if 0%{?rhel} == 9
|
||||
pushd redhat-linux-build
|
||||
%endif
|
||||
|
||||
%if 0%{?fedora} >= 35
|
||||
%if 0%{?fedora} < 37
|
||||
pushd redhat-linux-build
|
||||
|
|
Loading…
Reference in a new issue