- Fixed scriptlet failure
This commit is contained in:
parent
58ed049583
commit
8f15349e16
14
texlive.spec
14
texlive.spec
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
Name: texlive
|
Name: texlive
|
||||||
Version: %{source_date}
|
Version: %{source_date}
|
||||||
Release: 9%{?dist}
|
Release: 10%{?dist}
|
||||||
Epoch: %{tl_epoch}
|
Epoch: %{tl_epoch}
|
||||||
Summary: TeX formatting system
|
Summary: TeX formatting system
|
||||||
Group: Applications/Publishing
|
Group: Applications/Publishing
|
||||||
@ -3712,8 +3712,10 @@ Provides: tex-kpathsea-bin = %{epoch}:%{source_date}-%{release}
|
|||||||
Obsoletes: texlive-kpathsea-bin < %{tl_epoch}:%{source_date}
|
Obsoletes: texlive-kpathsea-bin < %{tl_epoch}:%{source_date}
|
||||||
Provides: texlive-kpathsea-doc = %{epoch}:%{source_date}-%{release}
|
Provides: texlive-kpathsea-doc = %{epoch}:%{source_date}-%{release}
|
||||||
Obsoletes: texlive-kpathsea-doc < %{tl_epoch}:%{source_date}
|
Obsoletes: texlive-kpathsea-doc < %{tl_epoch}:%{source_date}
|
||||||
Requires(post,postun): /sbin/install-info
|
# We absolutely need this to go in first, since the trigger needs it
|
||||||
|
Requires(post): texlive-texlive-scripts = %{epoch}:%{source_date}-%{release}
|
||||||
Requires: coreutils, grep
|
Requires: coreutils, grep
|
||||||
|
Requires: texlive-base
|
||||||
Provides: tex(fmtutil.cnf) = %{epoch}:%{source_date}-%{release}
|
Provides: tex(fmtutil.cnf) = %{epoch}:%{source_date}-%{release}
|
||||||
Provides: tex(mktex.cnf) = %{epoch}:%{source_date}-%{release}
|
Provides: tex(mktex.cnf) = %{epoch}:%{source_date}-%{release}
|
||||||
Provides: tex(texmf.cnf) = %{epoch}:%{source_date}-%{release}
|
Provides: tex(texmf.cnf) = %{epoch}:%{source_date}-%{release}
|
||||||
@ -22140,14 +22142,15 @@ http://tug.org/texlive/doc.html#install-tl-xlate.
|
|||||||
%package texlive-scripts
|
%package texlive-scripts
|
||||||
Provides: tex-texlive-scripts = %{epoch}:%{source_date}-%{release}
|
Provides: tex-texlive-scripts = %{epoch}:%{source_date}-%{release}
|
||||||
Provides: texlive-texlive-scripts-bin = %{epoch}:%{source_date}-%{release}
|
Provides: texlive-texlive-scripts-bin = %{epoch}:%{source_date}-%{release}
|
||||||
|
Obsoletes: texlive-texlive-scripts-bin < 7:20170520
|
||||||
License: LPPL
|
License: LPPL
|
||||||
Summary: TeX Live infrastructure programs
|
Summary: TeX Live infrastructure programs
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Requires: texlive-base
|
Requires: texlive-base
|
||||||
Requires: tex-kpathsea
|
Requires: tex-kpathsea = %{epoch}:%{source_date}-%{release}
|
||||||
Requires: tex-texlive.infra
|
Requires: tex-texlive.infra
|
||||||
Provides: texlive-tetex = %{epoch}:%{source_date}-%{release}
|
Provides: texlive-tetex = %{epoch}:%{source_date}-%{release}
|
||||||
Obsoletes: texlive-tetex < 7:2020032
|
Obsoletes: texlive-tetex < 7:20200327
|
||||||
|
|
||||||
%description texlive-scripts
|
%description texlive-scripts
|
||||||
Includes install-tl, tl-portable, rungs, etc.; not needed for
|
Includes install-tl, tl-portable, rungs, etc.; not needed for
|
||||||
@ -28313,6 +28316,9 @@ done <<< "$list"
|
|||||||
%{_texdir}/texmf-dist/doc/latex/relsize/
|
%{_texdir}/texmf-dist/doc/latex/relsize/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 08 2021 Than Ngo <than@redhat.com> - 9:20200327-10
|
||||||
|
- Fixed scriptlet failure
|
||||||
|
|
||||||
* Mon Feb 01 2021 Than Ngo <than@redhat.com> - 9:20200327-9
|
* Mon Feb 01 2021 Than Ngo <than@redhat.com> - 9:20200327-9
|
||||||
- Resolves: #1923259, add missing acronym and relsize
|
- Resolves: #1923259, add missing acronym and relsize
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user