Skip to content

Commit 1ceca7b

Browse files
bkandasagipulla
authored andcommitted
BUG#28737143 - SWITCH TO NON DEFAULT OPENSSL 1.0.X ON FEDORA29, 1.1.1 SUPPORT IS NOT THERE YET
- Switch openssl version to 1.0.x for fedora29 builds (cherry picked from commit c6a0229be8964f631ff5a0ce4fe849acaa32376d)
1 parent 0b23064 commit 1ceca7b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packaging/rpm-fedora/mysql.spec.in

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,11 @@ BuildRequires: perl(Time::localtime)
105105
%if 0%{?fedora} > 24
106106
BuildRequires: perl-generators
107107
%endif
108+
%if 0%{?fedora} > 28
109+
BuildRequires: compat-openssl10-devel
110+
%else
111+
BuildRequires: openssl-devel
112+
%endif
108113
BuildRequires: time
109114
BuildRequires: cyrus-sasl-devel
110115
BuildRequires: libaio-devel
@@ -113,7 +118,6 @@ BuildRequires: multilib-rpm-config
113118
BuildRequires: ncurses-devel
114119
BuildRequires: numactl-devel
115120
BuildRequires: openldap-devel
116-
BuildRequires: openssl-devel
117121
BuildRequires: zlib-devel
118122
BuildRequires: systemd
119123
BuildRequires: pkgconfig(systemd)

0 commit comments

Comments
 (0)