From 85723632c3b298a61d7115535833edfd958a616e Mon Sep 17 00:00:00 2001 From: panzhe Date: Mon, 20 Nov 2023 16:04:05 +0800 Subject: [PATCH] Fix broken symbolic link error --- texlive-base.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/texlive-base.spec b/texlive-base.spec index 02108a9..123f1de 100644 --- a/texlive-base.spec +++ b/texlive-base.spec @@ -4,7 +4,7 @@ Name: texlive-base Version: 20180414 -Release: 36 +Release: 37 Epoch: 7 Summary: TeX formatting system License: ASL 2.0 and LGPL-2.1-only and Zlib and OFL-1.1 and Public Domain and LGPL-2.0-only and GPLv2+ and MPL-1.1 and Libpng and LGPL-3.0-only and BSL-1.0 and GPLv2 and GPLv3 and CPL-1.0 and IJG and MIT and LPPL-1.3c and ICU and psutils @@ -2816,6 +2816,7 @@ Provides: texlive-kpathsea-lib = %{epoch}:20180414-%{release} Provides: texlive-kpathsea-lib(%{__isa}) = 6:2016 Obsoletes: texlive-kpathsea-lib < 2015 Provides: bundled(lua) = 5.2.4 +Requires: texlive-tetex %description -n texlive-lib TeX specific shared libraries. @@ -8109,6 +8110,9 @@ done <<< "$list" %doc %{_datadir}/texlive/texmf-dist/doc/latex/yplan/ %changelog +* Mon Nov 20 2023 panzhe - 20180414-37 +- Modify spec to add Requires:texlive-tetex for texlive-lib + * Mon Jul 03 2023 yaoxin - 7:20180414-36 - Fix CVE-2023-32700 -- Gitee