From 5e77c69c377557d1bd3150ed5740aa552a992f53 Mon Sep 17 00:00:00 2001 From: Tom spot Callaway Date: Tue, 10 Nov 2020 17:15:29 -0500 Subject: [PATCH] fix issues with file ownership duplication, fix issue with obsoleting texlive-tetex --- texlive-base.spec | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/texlive-base.spec b/texlive-base.spec index f36cd96..859d578 100644 --- a/texlive-base.spec +++ b/texlive-base.spec @@ -20,7 +20,7 @@ Name: %{shortname}-base Version: %{source_date} -Release: 19%{?dist} +Release: 20%{?dist} Epoch: 7 Summary: TeX formatting system # The only files in the base package are directories, cache, and license texts @@ -5648,6 +5648,8 @@ Summary: TeX Live infrastructure programs Requires: texlive-base Requires: texlive-kpathsea = %{epoch}:%{source_date}-%{release} Requires: texlive-texlive.infra +Provides: texlive-tetex = %{epoch}:%{source_date}-%{release} +Obsoletes: texlive-tetex < 7:20200327 # perl BuildArch: noarch @@ -7398,8 +7400,10 @@ done <<< "$list" %{_texdir}/texmf-dist/fonts/tfm/hoekwater/context/ %{_texdir}/texmf-dist/fonts/type1/hoekwater/context/ %{_texdir}/texmf-dist/metapost/context/ +%exclude %{_texdir}/texmf-dist/scripts/context/perl/mptopdf.pl %{_texdir}/texmf-dist/scripts/context/ %{_texdir}/texmf-dist/tex/context/ +%exclude %{_texdir}/texmf-dist/tex/generic/context/mptopdf %{_texdir}/texmf-dist/tex/generic/context/ %{_texdir}/texmf-dist/tex/latex/context/ %{fmtutil_cnf_d}/context @@ -8140,6 +8144,7 @@ done <<< "$list" %{_bindir}/mkindex %{_mandir}/man1/makeindex.1* %{_mandir}/man1/mkindex.1* +%exclude %{_texdir}/texmf-dist/makeindex/latex/ %{_texdir}/texmf-dist/makeindex/ %{_texdir}/texmf-dist/tex/plain/makeindex/ %doc %{_texdir}/texmf-dist/doc/support/makeindex/ @@ -8182,6 +8187,7 @@ done <<< "$list" %{_texdir}/texmf-dist/fonts/map/dvips/metapost/ %{_texdir}/texmf-dist/fonts/tfm/metapost/ %{_texdir}/texmf-dist/fonts/type1/metapost/ +%exclude %{_texdir}/texmf-dist/metapost/context/ %{_texdir}/texmf-dist/metapost/ %{_texdir}/texmf-dist/tex/generic/metapost/ %doc %{_texdir}/texmf-dist/doc/metapost/ @@ -9106,6 +9112,10 @@ done <<< "$list" %doc %{_texdir}/texmf-dist/doc/latex/yplan/ %changelog +* Tue Nov 10 2020 Tom Callaway - 7:20200327-20 +- fix issues with file ownership duplication +- fix issue with obsoleting texlive-tetex + * Thu Oct 29 2020 Tom Callaway - 7:20200327-19 - fix dependencies of texlive-ptex and texlive-uptex