1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-03-09 20:51:04 +00:00

[rpm] support rhel 9

Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
R4SAS 2022-04-30 17:54:52 +03:00
parent c42b991bc9
commit 8b8b43df28
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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