!77 [sync] PR-69: fix sw_64 build error

From: @openeuler-sync-bot 
Reviewed-by: @Charlie_li 
Signed-off-by: @Charlie_li
This commit is contained in:
openeuler-ci-bot 2023-09-21 12:30:42 +00:00 committed by Gitee
commit c7e04f024e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -5,7 +5,7 @@
Name: haproxy
Version: 2.6.6
Release: 4
Release: 5
Summary: The Reliable, High Performance TCP/HTTP Load Balancer
License: GPLv2+
@ -22,6 +22,9 @@ Patch2: CVE-2023-25950.patch
Patch3: CVE-2023-40225.patch
BuildRequires: gcc lua-devel pcre2-devel openssl-devel systemd-devel systemd libatomic
%ifarch sw_64
#!BuildIgnore: gcc_secure
%endif
Requires(pre): shadow-utils
%{?systemd_requires}
@ -121,6 +124,9 @@ exit 0
%{_mandir}/man1/*
%changelog
* Fri Aug 25 2023 panchenbo <panchenbo@kylinsec.com.cn> - 2.6.6-5
- fix sw_64 build error
* Mon Aug 21 2023 wangkai <wang_kai001@hoperun.com> - 2.6.6-4
- Fix CVE-2023-40225