From b442ca70dc867da69d7391f373ca32aab090607d Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Mon, 27 Mar 2023 16:04:09 +0800 Subject: [PATCH] Del Specific Fields --- texlive-base.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/texlive-base.spec b/texlive-base.spec index 9c7b302..c89448b 100644 --- a/texlive-base.spec +++ b/texlive-base.spec @@ -1,4 +1,4 @@ -%define anolis_release 11 +%define anolis_release 12 %global shortname texlive %global source_date 20220321 %global source_name texlive-%{source_date}-source @@ -462,7 +462,6 @@ Patch8: texlive-20220321-texinfo-path-fix.patch # These tests only fail on 32 bit arches with gcc8 Patch11: texlive-20220321-disable-more-failing-tests.patch # probably because of stricter malloc checks in glibc. -# https://bugzilla.redhat.com/show_bug.cgi?id=1631847 # Filed issue upstream, no resolution yet. Patch15: texlive-base-20180414-disable-omegafonts-check-test.patch # fix annocheck issue detected by rpmdiff @@ -10154,6 +10153,9 @@ yes | %{_bindir}/updmap-sys --quiet --syncwithtrees >/dev/null 2>&1 || : %doc %{_texdir}/texmf-dist/doc/latex/yplan/ %changelog +* Mon Mar 27 2023 mgb01105731 - 10:20220321-12 +- Del Specific Fields + * Fri Mar 3 2023 Funda Wang - 10:20220321-11 - Rebuild for new ghostscript -- Gitee