From 2f1d34aedfeac486f2e36ae46ec8861a3b410003 Mon Sep 17 00:00:00 2001 From: fly_fzc <2385803914@qq.com> Date: Thu, 13 Oct 2022 10:29:58 +0800 Subject: [PATCH] fix the changelog exception macro --- cloud-init.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cloud-init.spec b/cloud-init.spec index 16e45b0..f7399cc 100644 --- a/cloud-init.spec +++ b/cloud-init.spec @@ -1,6 +1,6 @@ Name: cloud-init Version: 22.2 -Release: 1 +Release: 2 Summary: the defacto multi-distribution package that handles early initialization of a cloud instance. License: ASL 2.0 or GPLv3 URL: http://launchpad.net/cloud-init @@ -127,6 +127,9 @@ fi %exclude /usr/share/doc/* %changelog +* Thu Oct 13 2022 fuanan - 22.2-2 +- DESC:fix the changelog exception macro + * Wed Aug 3 2022 panxiaohe - 22.2-1 - update to 22.2 @@ -202,7 +205,7 @@ fi - Type:bugfix - ID:NA - SUG:NA -- DESC:fix %postun marco and change OS realease +- DESC:fix postun marco and change OS realease * Tue Oct 22 2019 openEuler Buildteam - 17.1-9 - Package rebuild. -- Gitee