!15 修复由于openssl 3.0不兼容导致的编译失败

From: @lyn1001 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2023-02-03 09:18:08 +00:00 committed by Gitee
commit c67c7033da
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -11,7 +11,7 @@
%global __with_wxwidgets 1
Name: erlang
Version: 23.3.4.9
Release: 1
Release: 2
Summary: General-purpose programming language and runtime environment
License: ASL 2.0
URL: https://www.erlang.org
@ -146,7 +146,7 @@ A byte code compiler for Erlang which produces highly compact code.
%package crypto
Summary: Cryptographical support
BuildRequires: pkgconfig(openssl)
BuildRequires: compat-openssl11-devel
Requires: %{name}-erts%{?_isa} = %{version}-%{release}
Requires: %{name}-kernel%{?_isa} = %{version}-%{release}
Requires: %{name}-stdlib%{?_isa} = %{version}-%{release}
@ -1724,7 +1724,10 @@ useradd -r -g epmd -d /dev/null -s /sbin/nologin \
%endif
%changelog
* Thu Apr 07 2022 houyingchao <houyingchao@h-partners.com>
* Fri Feb 3 2023 liyanan <liyanan32@h-partners.com> - 23.3.4.9-2
- Fix build failed due to openssl update to 3.0
* Thu Apr 07 2022 houyingchao <houyingchao@h-partners.com> - 23.3.4.9-1
- Fix compilation failed
* Fri Jul 30 2021 liping <liping136@huawei.com> - 21.3.3-3