- disable Build in parallel due to random build error

../../../texk/web2c/mplibdir/svgout.w:63:10: fatal error: mplib.h: No such file or directory

Related: RHEL-34826
This commit is contained in:
Than Ngo 2024-06-22 16:27:56 +02:00
parent b33328f809
commit 321198ff46
1 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,4 @@
%global _smp_mflags %{nil}
%global tl_epoch 12
%global source_date 20230311
%global tl_version %{source_date}
@ -21,7 +22,7 @@
Name: texlive
Version: %{source_date}
Release: 15%{?dist}
Release: 16%{?dist}
Epoch: %{tl_epoch}
Summary: TeX formatting system
Group: Applications/Publishing
@ -28326,6 +28327,10 @@ yes | %{_bindir}/updmap-sys --quiet --syncwithtrees >/dev/null 2>&1 || :
%{_texdir}/texmf-dist/tex/luatex/lua-uni-algos
%changelog
* Sat Jun 22 2024 Than Ngo <than@redhat.com> - 12:20230311-16
- disable Build in parallel due to random build error
Related: RHEL-34826
* Fri Jun 21 2024 Than Ngo <than@redhat.com> - 12:20230311-15
- add missing lua-uni-algos and dependency in texlive-luaotfload
Related: RHEL-34826