From 3a7252eae20b3cc3d0a2979968bb690f03412e6d Mon Sep 17 00:00:00 2001 From: wangzhe Date: Fri, 19 May 2023 11:20:30 +0800 Subject: [PATCH] Fix anolis-release filename error Signed-off-by: wangzhe --- anolis-release-aliyuncs.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/anolis-release-aliyuncs.spec b/anolis-release-aliyuncs.spec index af2c39f..8d2c97b 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} -- Gitee