From f6eb3048dd7c169dd3ab6a956100b4e02f991241 Mon Sep 17 00:00:00 2001 From: fly_fzc <2385803914@qq.com> Date: Thu, 13 Oct 2022 10:36:29 +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 56bc855..9b49d7d 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,6 +125,9 @@ fi %exclude /usr/share/doc/* %changelog +* 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 @@ -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