From cff75cf870a85e34767334d3eb98fd9d2f1a3c7e Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Thu, 21 Jul 2022 15:27:35 -0500 Subject: [PATCH] Exclude golang extension from i686 --- swig.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/swig.spec b/swig.spec index bcc22a6..6b02e1d 100644 --- a/swig.spec +++ b/swig.spec @@ -44,7 +44,7 @@ %endif # Do not run Go tests, they failed with 4.0.0 on ppc64le -%ifarch %{ix86} x86_64 %{arm} aarch64 +%ifarch x86_64 %{arm} aarch64 %{!?golang:%global golang 1} %else %{!?golang:%global golang 0} @@ -53,7 +53,7 @@ Summary: Connects C/C++/Objective C to some high-level programming languages Name: swig Version: 4.0.2 -Release: 17%{?dist} +Release: 18%{?dist} License: GPLv3+ and BSD URL: http://swig.sourceforge.net/ Source0: http://downloads.sourceforge.net/project/swig/swig/swig-%{version}/swig-%{version}.tar.gz @@ -354,6 +354,9 @@ install -pm 644 Tools/swig.gdb %{buildroot}%{_datadir}/%{name}/gdb %{_datadir}/%{name}/gdb %changelog +* Thu Jul 21 2022 Maxwell G - 4.0.2-18 +- Exclude golang extension from i686 + * Tue Jul 19 2022 Maxwell G - 4.0.2-17 - Rebuild for CVE-2022-{1705,32148,30631,30633,28131,30635,30632,30630,1962} in golang