From 4645eef4c94fbaa6876bbdc55410f560c0b0a82b Mon Sep 17 00:00:00 2001 From: zhuofeng Date: Thu, 20 Oct 2022 11:09:21 +0000 Subject: [PATCH] update Release Signed-off-by: zhuofeng --- pykickstart.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pykickstart.spec b/pykickstart.spec index 964fe40..6b83c01 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -2,7 +2,7 @@ Name: pykickstart Version: 3.34 -Release: 2 +Release: 3 Summary: Python utilities for manipulating kickstart files. License: GPLv2 and MIT Url: http://fedoraproject.org/wiki/pykickstart @@ -79,6 +79,9 @@ make PYTHON=%{__python3} test %doc docs/kickstart-docs.txt %changelog +* Thu Oct 20 2022 zhuofeng - 3.34-3 +- update Release + * Tue Aug 02 2022 lixiaofei - 3.34-2 - Bump release in order to upgrade from openEuler 22.03 -- Gitee