From e3ff46c163f03c58fdb095e7dba275dbf1169bf2 Mon Sep 17 00:00:00 2001 From: Chunmei Xu Date: Fri, 16 Sep 2022 14:51:46 +0800 Subject: [PATCH] rebuild without bootstrap Signed-off-by: Chunmei Xu --- texlive-base.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/texlive-base.spec b/texlive-base.spec index cc2885f..4081cd8 100644 --- a/texlive-base.spec +++ b/texlive-base.spec @@ -1,4 +1,4 @@ -%define anolis_release 4 +%define anolis_release 5 %global shortname texlive %global source_date 20210325 %global source_name texlive-%{source_date}-source @@ -17,7 +17,7 @@ %global __brp_mangle_shebangs_exclude ^$ # We have a circular dep on latex due to xindy -%bcond_without bootstrap +%bcond_with bootstrap Name: %{shortname}-base Version: %{source_date} @@ -9374,6 +9374,9 @@ yes | %{_bindir}/updmap-sys --quiet --syncwithtrees >/dev/null 2>&1 || : %doc %{_texdir}/texmf-dist/doc/latex/yplan/ %changelog +* Fri Sep 16 2022 Chunmei Xu - -20210325-5 +- rebuild without bootstrap + * Thu Sep 15 2022 happy_orange -20210325-4 - rebuild because of the poppler update -- Gitee