_constraints
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive-specs-c?expand=0&rev=106
This commit is contained in:
parent
0a97876cf6
commit
644ee26048
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 25 08:07:56 UTC 2022 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
- Add a _constraints file to increase required disk size (boo#1198793)
|
||||
- Avoid doubled luatex/texlua shebangs (boo#1198790)
|
||||
- Do not bail out if local ls-R is not writable (boo#1194496)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 19 07:11:14 UTC 2022 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define texlive_version 2022
|
||||
%define texlive_previous 2021
|
||||
%define texlive_release 20220321
|
||||
%define texlive_noarch 191
|
||||
%define texlive_noarch 195
|
||||
|
||||
#!BuildIgnore: texlive
|
||||
#!BuildIgnore: texlive-scripts
|
||||
@ -19061,14 +19061,13 @@ VERBOSE=false %{_texmfdistdir}/texconfig/update || :
|
||||
tar --use-compress-program=xz -xf %{S:111} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
||||
tar --use-compress-program=xz -xf %{S:112} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
||||
tar --use-compress-program=xz -xf %{S:113} -C %{buildroot}%{_datadir}/texlive/texmf-dist
|
||||
# Correct wrong luaTeX scripts if any
|
||||
# Avoid /usr/bin/env <prog>
|
||||
for scr in %{_texmfdistdir}/tex/lualatex/bezierplot/bezierplot.lua
|
||||
do
|
||||
test -e %{buildroot}/$scr || continue
|
||||
ed %{buildroot}/${scr} <<-'EOF'
|
||||
1
|
||||
i
|
||||
#! /usr/bin/texlua
|
||||
s@/env[[:blank:]]\+@/@
|
||||
.
|
||||
w
|
||||
q
|
||||
|
Loading…
Reference in New Issue
Block a user