From 9609c8a212c2277bf3652a54fabf3c07c264cde2 Mon Sep 17 00:00:00 2001 From: zhuofeng Date: Tue, 18 Oct 2022 12:08:56 +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 58055b4..ae4980d 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 +* Tue Oct 18 2022 zhuofeng - 3.34-3 +- update Release + * Sat Dec 25 2021 fuanan - 3.34-2 - Delete BuildRequires python3-nose -- Gitee