Bring in Thomas' speed-ups

* Invoke xz in multi-threaded mode

Related: RHEL-30925
This commit is contained in:
Andrew Hughes 2024-03-22 00:56:53 +00:00
parent 34e6665378
commit 3f9d0de518

View File

@ -1870,6 +1870,7 @@ fi
echo "Update version: %{updatever}"
echo "Build number: %{buildver}"
echo "Milestone: %{milestone}"
export XZ_OPT="-T0"
%setup -q -c -n %{uniquesuffix ""} -T -a 0
# https://bugzilla.redhat.com/show_bug.cgi?id=1189084
prioritylength=`expr length %{priority}`
@ -2643,6 +2644,10 @@ cjc.mainProgram(args)
%endif
%changelog
* 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
* Thu Mar 21 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.412.b01-0.2.ea
- Update to shenandoah-jdk8u412-b01 (EA)
- Switch to EA mode.