From 49e96c11dee52fd2ea8a2d7784a4592ee407366f Mon Sep 17 00:00:00 2001 From: wangzhe Date: Fri, 19 May 2023 13:21:50 +0800 Subject: [PATCH] Fix anolis-release filename error Signed-off-by: wangzhe --- anolis-release-aliyuncs.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/anolis-release-aliyuncs.spec b/anolis-release-aliyuncs.spec index af2c39f..b2dfbc7 100644 --- a/anolis-release-aliyuncs.spec +++ b/anolis-release-aliyuncs.spec @@ -1,4 +1,4 @@ -%define anolis_release 2.2 +%define anolis_release 2.3 %define debug_package %{nil} %define product_family Anolis OS @@ -8,7 +8,7 @@ %define dist .an%{base_release_version} %define cloud_provider aliyuncs %define cloud_provider_mirror http://mirrors.cloud.aliyuncs.com -%define real_name anolis +%define real_name anolis-release Name: anolis-release-%{cloud_provider} Version: %{full_release_version} @@ -209,6 +209,9 @@ fi %changelog +* Fri May 19 2023 wangzhe - 8.8-2.3 +- Fix anolis-release filename error + * Fri Mar 03 2023 Weitao Zhou - 8.8-2.2 - Name the pkg with same convention -- Gitee