From ac2139c2528c328b6fdf92a0894da4b395bdbf16 Mon Sep 17 00:00:00 2001 From: happy_orange Date: Tue, 28 Feb 2023 21:16:29 +0800 Subject: [PATCH] add release to make the koji build success --- texlive-base.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/texlive-base.spec b/texlive-base.spec index 58f7c2d..f725679 100644 --- a/texlive-base.spec +++ b/texlive-base.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 10 %global shortname texlive %global source_date 20220321 %global source_name texlive-%{source_date}-source @@ -10154,6 +10154,9 @@ yes | %{_bindir}/updmap-sys --quiet --syncwithtrees >/dev/null 2>&1 || : %doc %{_texdir}/texmf-dist/doc/latex/yplan/ %changelog +* Tue Feb 28 2023 happy_orange - 10:20220321-10 +- add release to make the koji build success + * Thu Feb 16 2023 happy_orange - 10:20220321-1 - package import to anolis23 -- Gitee