From eda6bf0e182766fee7c2db041a0d75e6c4b00c15 Mon Sep 17 00:00:00 2001 From: zhuofeng Date: Wed, 26 Oct 2022 12:25:36 +0000 Subject: [PATCH] fix bogus date in changelog Signed-off-by: zhuofeng (cherry picked from commit d3522d482b2a8bc505abd6ae224854094a582912) --- python-packaging.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-packaging.spec b/python-packaging.spec index 04ed060..2718148 100644 --- a/python-packaging.spec +++ b/python-packaging.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-packaging Version: 21.3 -Release: 1 +Release: 2 Summary: Core utilities for Python packages License: BSD and ASL 2.0 URL: https://github.com/pypa/packaging @@ -89,7 +89,10 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Dec 21 2021 shangyibin - 21.3-1 +* Wed Oct 26 2022 zhuofeng - 21.3-2 +- fix bogus date in changelog + +* Tue Dec 21 2021 shangyibin - 21.3-1 - Upgrade to version 21.3 * Tue Jul 13 2021 OpenStack_SIG - 20.9-1 -- Gitee