diff --git a/haproxy.spec b/haproxy.spec index 32983ab7dcf292db20a5803b9dc4aaae0e2529d9..6e57eff4c9fdd70f72dfd0df1d44447c60bbdae1 100644 --- a/haproxy.spec +++ b/haproxy.spec @@ -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 - 2.6.6-5 +- fix sw_64 build error + * Mon Aug 21 2023 wangkai - 2.6.6-4 - Fix CVE-2023-40225