From bfd505443d76fbfc4ea5773e769a4f0edb806043 Mon Sep 17 00:00:00 2001 From: ckji Date: Sat, 28 Jan 2023 17:31:17 +0800 Subject: [PATCH] fix bogus date in %changelog [ 35s] error: bad date in %changelog: Sat Oct 22 zhangruifang - 3.34-3 (cherry picked from commit fd8fdb7216384757e2d62d9273505821db6f9431) --- pykickstart.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pykickstart.spec b/pykickstart.spec index cf8b659..a45022b 100644 --- a/pykickstart.spec +++ b/pykickstart.spec @@ -2,7 +2,7 @@ Name: pykickstart Version: 3.34 -Release: 3 +Release: 4 Summary: Python utilities for manipulating kickstart files. License: GPLv2 and MIT Url: http://fedoraproject.org/wiki/pykickstart @@ -79,7 +79,10 @@ make PYTHON=%{__python3} test %doc docs/kickstart-docs.txt %changelog -* Sat Oct 22 zhangruifang - 3.34-3 +* Sat Jan 28 2023 jichengke - 3.34-4 +- modify bogus date in changelog + +* Sat Oct 22 2022 zhangruifang - 3.34-3 - enable check test suite * Sat Dec 25 2021 fuanan - 3.34-2 -- Gitee