From 508ca41c4a7efe51d036780e02dfdaa2dbddc16d Mon Sep 17 00:00:00 2001 From: lixiaofei Date: Tue, 2 Aug 2022 18:40:35 +0800 Subject: [PATCH] Bump release in order to upgrade from openEuler 22.03 --- pykickstart.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pykickstart.spec b/pykickstart.spec index 691e2ff..964fe40 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -2,7 +2,7 @@ Name: pykickstart Version: 3.34 -Release: 1 +Release: 2 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 +* Tue Aug 02 2022 lixiaofei - 3.34-2 +- Bump release in order to upgrade from openEuler 22.03 + * Tue Dec 28 2021 fuanan - 3.34-1 - update version to 3.34 -- Gitee