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:
parent
e33f68c253
commit
2fba130bfd
@ -392,7 +392,10 @@ the MySQL sources.
|
|||||||
%patch55 -p1
|
%patch55 -p1
|
||||||
%patch56 -p1
|
%patch56 -p1
|
||||||
%patch75 -p1
|
%patch75 -p1
|
||||||
|
# OpenSSL 3.0 has been introduced to F36
|
||||||
|
%if 0%{?fedora} >= 36
|
||||||
%patch79 -p1
|
%patch79 -p1
|
||||||
|
%endif
|
||||||
%patch80 -p1
|
%patch80 -p1
|
||||||
|
|
||||||
# Patch Boost
|
# Patch Boost
|
||||||
|
Loading…
Reference in New Issue
Block a user