From 0b8893cfff685d0bd3c461a91ddca6c7a515eb82 Mon Sep 17 00:00:00 2001 From: fly_fzc <2385803914@qq.com> Date: Thu, 13 Oct 2022 10:34:22 +0800 Subject: [PATCH] fix the changelog exception macro --- cloud-init.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/cloud-init.spec b/cloud-init.spec index 4b31cd4..4d226db 100644 --- a/cloud-init.spec +++ b/cloud-init.spec @@ -1,6 +1,6 @@ Name: cloud-init Version: 19.4 -Release: 7 +Release: 8 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 @@ -125,7 +125,10 @@ fi %exclude /usr/share/doc/* %changelog -* Fri Apr 1 2022 yangzhuangzhuang - - 19.4-7 +* Thu Oct 13 2022 fuanan - 19.4-8 +- DESC:fix the changelog exception macro + +* Fri Apr 1 2022 yangzhuangzhuang - 19.4-7 - Type:bugfix - ID:NA - SUG:NA @@ -180,7 +183,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