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
This commit is contained in:
parent
56aea7f718
commit
94d43bc3f7
@ -744,7 +744,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
|
||||
|
Loading…
Reference in New Issue
Block a user