!10 修复stunnel编译报错FIPS_mode是未定义引用问题

From: @wu-leilei 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2023-02-07 11:08:18 +00:00 committed by Gitee
commit 634487cb90
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: stunnel
Version: 5.48
Release: 4
Release: 5
Summary: Secure traffic running between a TCP client and server
License: GPLv2
URL: http://www.stunnel.org/
@ -8,7 +8,7 @@ Source0: https://www.usenix.org.uk/mirrors/stunnel/archive/5.x/stunnel-%{
Source1: https://www.stunnel.org/downloads/stunnel-%{version}.tar.gz.asc
Source2: stunnel@.service
BuildRequires: openssl-devel pkgconfig util-linux autoconf automake libtool
BuildRequires: pkgconfig util-linux autoconf automake libtool compat-openssl11-devel
BuildRequires: perl-podlators perl nmap-ncat lsof procps-ng systemd
%{?systemd_requires}
@ -86,6 +86,9 @@ install -D %{SOURCE2} %{buildroot}%{_unitdir}/%{name}@.service
%exclude %{_datadir}/doc/stunnel
%changelog
* Tue Feb 07 2023 wulei <wulei80@h-partners.com> - 5.48-5
- Fix undefined reference to 'FIPS_mode'
* Thu Sep 10 2020 baizhonggui<baizhonggui@huawei.com> - 5.48-4
- Modify source0