From 0d2b7c5fe3d23343ad45ed518f01e1699509ad57 Mon Sep 17 00:00:00 2001 From: happy_orange Date: Sat, 25 Feb 2023 14:27:08 +0800 Subject: [PATCH] fix the koji build error --- texlive.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/texlive.spec b/texlive.spec index 4b502c6d..fb3baa04 100644 --- a/texlive.spec +++ b/texlive.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global tl_version 2022 %{!?_texdir: %global _texdir %{_datadir}/%{name}} @@ -186808,6 +186808,9 @@ sed -i 's|#!/bin/python3|#!/usr/bin/python3|g' %{buildroot}%{_texdir}/texmf-dist %{_texdir}/texmf-dist/tex/latex/textcsc %changelog +* Sat Feb 25 2023 happy_orange -10:2022-2 +- fix the koji build error + * Thu Feb 16 2023 happy_orange -10:2022-1 - update to 2022 -- Gitee