Another fixup for: 0d4a89ed9 "Fix md5 in FIPS mode with OpenSSL 3.0.0"

The condition has to be fixed, as the OpenSSL 3 was introduced into the Fedora 36, instead of Fedora 35
  https://fedoraproject.org/wiki/Changes/OpenSSL3.0

--

Related: #2092370
This commit is contained in:
Michal Schorm 2022-02-24 02:46:27 +01:00
parent 6fd5319b66
commit ae9053f42a
1 changed files with 1 additions and 1 deletions

View File

@ -749,7 +749,7 @@ rm -r storage/rocksdb/
%patch9 -p1
%patch10 -p1
%patch11 -p1
%if 0%{?fedora} >= 35 || 0%{?rhel} >= 9
%if 0%{?fedora} >= 36 || 0%{?rhel} >= 9
%patch12 -p1
%patch16 -p1
%endif