From a6acd38ed14e3104eb7c8b37e73ba84442495f49 Mon Sep 17 00:00:00 2001 From: zhangqiumiao Date: Thu, 9 Jul 2020 16:17:31 +0800 Subject: [PATCH] bugfix about changelog in python-blivet.spec --- python-blivet.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/python-blivet.spec b/python-blivet.spec index efd13f6..2462f42 100644 --- a/python-blivet.spec +++ b/python-blivet.spec @@ -2,7 +2,7 @@ Name: python-blivet Version: 3.2.2 -Release: 1 +Release: 2 Epoch: 1 Summary: A python module for system storage configuration License: LGPLv2+ @@ -120,11 +120,17 @@ make PYTHON=%{__python2} DESTDIR=%{buildroot} install %doc README %changelog -* Thu Jun 18 2020 zhangqiumiao - 3.1.7 +* Thu Jul 9 2020 zhangqiumiao - 3.2.2-2 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:bugfix about changelog in python-blivet.spec + +* Thu Jun 18 2020 zhangqiumiao - 3.2.2-1 - Type:enhancement - ID:NA - SUG:NA -- DESC:upgrate to version 3.1.7 +- DESC:upgrate to version 3.2.2 * Sat Mar 21 2020 songnannan - 3.1.1-8 - bugfix about update -- Gitee