From 5b72ba7e40709f6ef09e2d0039ce54ddc7ebcccd Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Fri, 3 Mar 2023 07:36:09 +0200 Subject: [PATCH] Disable bootstrap 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 a829572..fb93160 100644 --- a/texlive-base.spec +++ b/texlive-base.spec @@ -16,14 +16,14 @@ %global __brp_mangle_shebangs_exclude ^$ # We have a circular dep on latex due to xindy -%bcond_without bootstrap +%bcond_with bootstrap # Upstream no longer supports poppler. We've been hacking it in, but... maybe we should stop? %bcond_with poppler Name: %{shortname}-base Version: %{source_date} -Release: 68.0.riscv64%{?dist} +Release: 68.1.riscv64%{?dist} Epoch: 10 Summary: TeX formatting system # The only files in the base package are directories, cache, and license texts @@ -10194,6 +10194,9 @@ yes | %{_bindir}/updmap-sys --quiet --syncwithtrees >/dev/null 2>&1 || : %doc %{_texdir}/texmf-dist/doc/latex/yplan/ %changelog +* Fri Mar 03 2023 David Abdurachmanov - 10:20220321-68.1.riscv64 +- Disable bootstrap + * Thu Mar 02 2023 David Abdurachmanov - 10:20220321-68.0.riscv64 - Add support for riscv64 - Enable bootstrap