Browse Source

[rpm] support rhel 9

Signed-off-by: R4SAS <r4sas@i2pmail.org>
moduled
R4SAS 2 years ago
parent
commit
8b8b43df28
Signed by: r4sas
GPG Key ID: 66F6C87B98EBCFE2
  1. 4
      contrib/rpm/i2pd-git.spec
  2. 4
      contrib/rpm/i2pd.spec

4
contrib/rpm/i2pd-git.spec

@ -94,6 +94,10 @@ popd @@ -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

4
contrib/rpm/i2pd.spec

@ -91,6 +91,10 @@ popd @@ -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…
Cancel
Save