From c3633172468620967feccf3944f82bd495c8472a Mon Sep 17 00:00:00 2001 From: fly_fzc <2385803914@qq.com> Date: Thu, 13 Oct 2022 10:39:01 +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 2795520..b2980d3 100644 --- a/cloud-init.spec +++ b/cloud-init.spec @@ -1,6 +1,6 @@ Name: cloud-init Version: 21.4 -Release: 3 +Release: 4 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 @@ -126,6 +126,9 @@ fi %exclude /usr/share/doc/* %changelog +* Thu Oct 13 2022 fuanan - 21.4-4 +- DESC:fix the changelog exception macro + * Fri Apr 1 2022 yangzhuangzhuang - 21.4-3 - Type:bugfix - ID:NA @@ -214,7 +217,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