From 800fb67b248eaf95acebf7e1279f918056cda01f Mon Sep 17 00:00:00 2001 From: yangxianzhao Date: Wed, 5 Jul 2023 15:38:23 +0800 Subject: [PATCH] rebuild for anolis 8.9 --- unrar.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/unrar.spec b/unrar.spec index 09e4dca..44da8e0 100644 --- a/unrar.spec +++ b/unrar.spec @@ -1,6 +1,7 @@ +%define anolis_release .0.1 Name: unrar Version: 5.9.4 -Release: 1%{?dist} +Release: 1%{anolis_release}%{?dist} Summary: Utility for extracting, testing and viewing RAR archives License: Freeware with further limitations URL: https://www.rarlab.com/rar_add.htm @@ -92,6 +93,9 @@ touch -r license.txt %{buildroot}%{_sysconfdir}/rpm/macros.unrar %changelog +* Wed Jul 05 2023 yangxianzhao - 5.9.4-2.up1.0.1 +- rebuild for anolis 8.9 + * Wed Oct 21 2020 chenbo pan - 5.9.4-2.up1 - fix spec for uos -- Gitee