Apply the OpenSSL 3 patch conditionally

This is usefull for Fedora Module builds, where a module build
for N Fedora releases is done from a single commit or a branch.
In the case of the 'mysql' module (from rpms/mysql repository)
we currently reference a single commit.
This commit is contained in:
Michal Schorm 2021-10-30 23:37:37 +02:00
parent e33f68c253
commit 2fba130bfd

View File

@ -392,7 +392,10 @@ the MySQL sources.
%patch55 -p1
%patch56 -p1
%patch75 -p1
# OpenSSL 3.0 has been introduced to F36
%if 0%{?fedora} >= 36
%patch79 -p1
%endif
%patch80 -p1
# Patch Boost