!79 change openssl to compat-openssl11
From: @dillon_chen Reviewed-by: @zhengzhenyu Signed-off-by: @zhengzhenyu
This commit is contained in:
commit
936c8e6757
@ -74,7 +74,7 @@
|
|||||||
|
|
||||||
Name: mariadb
|
Name: mariadb
|
||||||
Version: 10.5.16
|
Version: 10.5.16
|
||||||
Release: 1
|
Release: 2
|
||||||
Epoch: 4
|
Epoch: 4
|
||||||
|
|
||||||
Summary: A very fast and robust SQL database server
|
Summary: A very fast and robust SQL database server
|
||||||
@ -181,7 +181,7 @@ BuildRequires: perl(Time::HiRes)
|
|||||||
BuildRequires: perl(Time::localtime)
|
BuildRequires: perl(Time::localtime)
|
||||||
BuildRequires: perl(warnings)
|
BuildRequires: perl(warnings)
|
||||||
# for running some openssl tests rhbz#1189180
|
# for running some openssl tests rhbz#1189180
|
||||||
BuildRequires: openssl openssl-devel
|
BuildRequires: compat-openssl11-devel
|
||||||
|
|
||||||
%if %{with debug}
|
%if %{with debug}
|
||||||
BuildRequires: valgrind-devel
|
BuildRequires: valgrind-devel
|
||||||
@ -522,7 +522,7 @@ the only MariaDB sub-package, except test subpackage, that depends on Perl.
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Files for development of MariaDB/MySQL applications
|
Summary: Files for development of MariaDB/MySQL applications
|
||||||
%{?with_clibrary:Requires: %{name}-libs%{?_isa} = %{sameevr}}
|
%{?with_clibrary:Requires: %{name}-libs%{?_isa} = %{sameevr}}
|
||||||
Requires: openssl-devel
|
Requires: compat-openssl11-devel
|
||||||
%if %{without clibrary}
|
%if %{without clibrary}
|
||||||
Requires: mariadb-connector-c-devel >= 3.0
|
Requires: mariadb-connector-c-devel >= 3.0
|
||||||
%endif
|
%endif
|
||||||
@ -1474,6 +1474,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 7 2023 dillon chen <dillon.chen@gmail.com> - 4:10.5.16-2
|
||||||
|
- change openssl to compat-openssl11 because openSSL upgrade to 3.0
|
||||||
|
|
||||||
* Thur May 26 2022 bzhaoop<bzhaojyathousandy@gmail.com> - 4:10.5.16-1
|
* Thur May 26 2022 bzhaoop<bzhaojyathousandy@gmail.com> - 4:10.5.16-1
|
||||||
- Bump to 10.5.16 for resolving CVEs below
|
- Bump to 10.5.16 for resolving CVEs below
|
||||||
- CVE-2022-27385
|
- CVE-2022-27385
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user