From b0b16ad917bf774e8b4a884e9a5415faa5073fb7 Mon Sep 17 00:00:00 2001 From: yangxianzhao Date: Mon, 3 Jul 2023 14:57:06 +0800 Subject: [PATCH] Update to Anolis 8.9 --- unrar.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/unrar.spec b/unrar.spec index 09e4dca..81cb3b9 100644 --- a/unrar.spec +++ b/unrar.spec @@ -1,6 +1,11 @@ +%define specrelease 2.up1%{?dist} +%if 0%{?openeuler} +%define specrelease 2.up1 +%endif + Name: unrar Version: 5.9.4 -Release: 1%{?dist} +Release: %{specrelease} Summary: Utility for extracting, testing and viewing RAR archives License: Freeware with further limitations URL: https://www.rarlab.com/rar_add.htm -- Gitee