Turn off xz multi-threading on i686 as it fails with an out of memory error

Related: RHEL-30925
This commit is contained in:
Andrew Hughes 2024-03-22 01:53:28 +00:00
parent 3f9d0de518
commit 97a78429ab

View File

@ -1870,7 +1870,9 @@ fi
echo "Update version: %{updatever}"
echo "Build number: %{buildver}"
echo "Milestone: %{milestone}"
%ifnarch %{ix86}
export XZ_OPT="-T0"
%endif
%setup -q -c -n %{uniquesuffix ""} -T -a 0
# https://bugzilla.redhat.com/show_bug.cgi?id=1189084
prioritylength=`expr length %{priority}`
@ -2644,6 +2646,10 @@ cjc.mainProgram(args)
%endif
%changelog
* Fri Mar 22 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.412.b01-0.2.ea
- Turn off xz multi-threading on i686 as it fails with an out of memory error
- Related: RHEL-30925
* Fri Mar 22 2024 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:1.8.0.412.b01-0.2.ea
- Invoke xz in multi-threaded mode
- Related: RHEL-30925