From 4c57cea146b651e00b5d00fe0bef70fc7a7fc516 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Sun, 22 Nov 2020 09:55:12 +0200 Subject: [PATCH] Disable bootstrap again Signed-off-by: David Abdurachmanov --- texlive-base.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/texlive-base.spec b/texlive-base.spec index b49edf0..9fe80e0 100644 --- a/texlive-base.spec +++ b/texlive-base.spec @@ -16,11 +16,11 @@ %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} -Release: 18.3.riscv64%{?dist} +Release: 18.4.riscv64%{?dist} Epoch: 7 Summary: TeX formatting system # The only files in the base package are directories, cache, and license texts @@ -9115,6 +9115,9 @@ done <<< "$list" %doc %{_texdir}/texmf-dist/doc/latex/yplan/ %changelog +* Sun Nov 22 2020 David Abdurachmanov - 7:20200327-18.4.riscv64 +- Again disable bootstrap + * Sat Nov 21 2020 David Abdurachmanov - 7:20200327-18.1.riscv64 - Disable bootstrap (poppler update)