From ae9053f42aed4fd1f6425c43b3e343ad3f02c6a4 Mon Sep 17 00:00:00 2001 From: Michal Schorm Date: Thu, 24 Feb 2022 02:46:27 +0100 Subject: [PATCH] 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 --- mariadb.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mariadb.spec b/mariadb.spec index 3326952..f80dcf3 100644 --- a/mariadb.spec +++ b/mariadb.spec @@ -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