[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
No known key found for this signature in database
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