Fix conflict for providers of tex-iftex

This commit is contained in:
misaka00251 2022-11-09 11:29:28 +08:00
parent d150c0e4f2
commit 5c1b9175cd
No known key found for this signature in database
GPG Key ID: 4AA100DC964EDE26

View File

@ -4,7 +4,7 @@
Name: texlive-split-l Name: texlive-split-l
Version: %{tl_version} Version: %{tl_version}
Release: 1 Release: 2
Epoch: 9 Epoch: 9
Summary: TeX formatting system Summary: TeX formatting system
License: Artistic 2.0 and GPLv2 and GPLv2+ and LGPLv2+ and LPPL-1.3a and LPPL-1.3c and MIT and Public Domain and UCD and Utopia License: Artistic 2.0 and GPLv2 and GPLv2+ and LGPLv2+ and LPPL-1.3a and LPPL-1.3c and MIT and Public Domain and UCD and Utopia
@ -1086,12 +1086,14 @@ Version: svn56594
Requires: texlive-base, texlive-kpathsea-bin, tex-kpathsea Requires: texlive-base, texlive-kpathsea-bin, tex-kpathsea
# Until we figure out how to properly obsolete
# Let dnf do it's thing - 251
Provides: texlive-ifetex = %{epoch}:svn47231.obsolete Provides: texlive-ifetex = %{epoch}:svn47231.obsolete
Obsoletes: texlive-ifetex <= 9:svn47231 #Obsoletes: texlive-ifetex <= 8:svn47231
Provides: texlive-ifluatex = %{epoch}:svn51770.obsolete Provides: texlive-ifluatex = %{epoch}:svn51770.obsolete
Obsoletes: texlive-ifluatex <= 9:svn51770 #Obsoletes: texlive-ifluatex <= 8:svn51770
Provides: texlive-ifxetex = %{epoch}:svn19685.0.5.obsolete Provides: texlive-ifxetex = %{epoch}:svn19685.0.5.obsolete
Obsoletes: texlive-ifxetex <= 9:svn19685.0.5 #bsoletes: texlive-ifxetex <= 8:svn19685.0.5
Provides: tex(ifetex.sty) = %{tl_version} Provides: tex(ifetex.sty) = %{tl_version}
Provides: tex(ifluatex.sty) = %{tl_version} Provides: tex(ifluatex.sty) = %{tl_version}
Provides: tex(ifpdf.sty) = %{tl_version} Provides: tex(ifpdf.sty) = %{tl_version}
@ -1111,12 +1113,14 @@ or LuaTeX (respectively) is not the engine in use.
Summary: Documentation for iftex Summary: Documentation for iftex
Version: svn54159 Version: svn54159
# Until we figure out how to properly obsolete
# Let dnf do it's thing - 251
Provides: texlive-ifetex-doc = %{epoch}:svn47231.obsolete Provides: texlive-ifetex-doc = %{epoch}:svn47231.obsolete
Obsoletes: texlive-ifetex-doc <= 9:svn47231 #Obsoletes: texlive-ifetex-doc <= 8:svn47231
Provides: texlive-ifluatex-doc = %{epoch}:svn51770.obsolete Provides: texlive-ifluatex-doc = %{epoch}:svn51770.obsolete
Obsoletes: texlive-ifluatex-doc <= 9:svn51770 #Obsoletes: texlive-ifluatex-doc <= 8:svn51770
Provides: texlive-ifxetex-doc = %{epoch}:svn19685.0.5.obsolete Provides: texlive-ifxetex-doc = %{epoch}:svn19685.0.5.obsolete
Obsoletes: texlive-ifxetex-doc <= 9:svn19685.0.5 #Obsoletes: texlive-ifxetex-doc <= 8:svn19685.0.5
Provides: tex-iftex-doc Provides: tex-iftex-doc
AutoReqProv: No AutoReqProv: No
@ -6115,6 +6119,9 @@ ln -s %{_sysconfdir}/texlive/tex/generic/config/language.dat %{buildroot}%{_texd
%doc %{_texdir}/texmf-dist/doc/latex/intopdf/ %doc %{_texdir}/texmf-dist/doc/latex/intopdf/
%changelog %changelog
* Wed Nov 09 2022 misaka00251 <liuxin@iscas.ac.cn> - 9:2021-2
- Fix conflict for providers of tex-iftex
* Wed Oct 26 2022 misaka00251 <liuxin@iscas.ac.cn> - 9:2021-1 * Wed Oct 26 2022 misaka00251 <liuxin@iscas.ac.cn> - 9:2021-1
- Upgrade texlive version to 2021 - Upgrade texlive version to 2021
- The following packages no longer exist: ifetex, ifluatex, ifxetex, - The following packages no longer exist: ifetex, ifluatex, ifxetex,