!40 Change the compilation dependency of openssl to compat-openssl
From: @peijiankang Reviewed-by: @dillon_chen Signed-off-by: @dillon_chen
This commit is contained in:
commit
6a5ca82887
@ -1,6 +1,6 @@
|
|||||||
Name: mariadb-connector-c
|
Name: mariadb-connector-c
|
||||||
Version: 3.1.13
|
Version: 3.1.13
|
||||||
Release: 4
|
Release: 5
|
||||||
Summary: MariaDB connector library in C
|
Summary: MariaDB connector library in C
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://github.com/MariaDB/mariadb-connector-c
|
URL: https://github.com/MariaDB/mariadb-connector-c
|
||||||
@ -10,7 +10,7 @@ Patch0001: 0001-CVE-2022-37434.patch
|
|||||||
Patch0002: 0002-CVE-2022-37434.patch
|
Patch0002: 0002-CVE-2022-37434.patch
|
||||||
Patch0003: mariadb-connector-c-3.1.13-src-sw.patch
|
Patch0003: mariadb-connector-c-3.1.13-src-sw.patch
|
||||||
|
|
||||||
BuildRequires: libcurl-devel zlib-devel openssl-devel
|
BuildRequires: libcurl-devel zlib-devel compat-openssl11-devel
|
||||||
BuildRequires: cmake gcc
|
BuildRequires: cmake gcc
|
||||||
Provides: %{name}-config%{?_isa} %{name}-config
|
Provides: %{name}-config%{?_isa} %{name}-config
|
||||||
Obsoletes: %{name}-config
|
Obsoletes: %{name}-config
|
||||||
@ -24,7 +24,7 @@ MySQL database.
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Mariadb-connector-c library and header files
|
Summary: Mariadb-connector-c library and header files
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Requires: openssl-devel
|
Requires: compat-openssl11-devel
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package includes library and header files for development.
|
This package includes library and header files for development.
|
||||||
@ -100,6 +100,9 @@ end
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 06 2023 peijiankang<peijiankang@kylinos.cn> - 3.1.13-5
|
||||||
|
- Change the compilation dependency of openssl to compat-openssl
|
||||||
|
|
||||||
* Wed Nov 23 2022 wuzx<wuzx1226@qq.com> - 3.1.13-4
|
* Wed Nov 23 2022 wuzx<wuzx1226@qq.com> - 3.1.13-4
|
||||||
- Add sw64 architecture
|
- Add sw64 architecture
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user