From af0d0090e7f92be2cb3f56f66618fb1023278a80 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Tue, 14 Jul 2020 16:20:02 -0400 Subject: [PATCH] disable bootstrap --- texlive-base.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/texlive-base.spec b/texlive-base.spec index 7e8e82d..10bd75d 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: 10%{?dist} +Release: 11%{?dist} Epoch: 7 Summary: TeX formatting system # The only files in the base package are directories, cache, and license texts @@ -9101,6 +9101,9 @@ done <<< "$list" %doc %{_texdir}/texmf-dist/doc/latex/yplan/ %changelog +* Tue Jul 14 2020 Tom Callaway - 7:20200327-11 +- disable bootstrap + * Tue Jul 14 2020 Tom Callaway - 7:20200327-10 - bootstrap again again