From 8d66400071a0558c2987a0f768bb689a04abbce3 Mon Sep 17 00:00:00 2001 From: liubo Date: Tue, 17 Oct 2023 15:52:02 +0800 Subject: [PATCH] Fixed the non-standard format of changelog Signed-off-by: liubo (cherry picked from commit 4c38091310f4a513a4bbf5b302ee8b1bb1661917) --- python-wheel.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-wheel.spec b/python-wheel.spec index 692e917..adb8417 100644 --- a/python-wheel.spec +++ b/python-wheel.spec @@ -1,7 +1,7 @@ %bcond_with bootstrap Name: python-wheel Version: 0.37.0 -Release: 3 +Release: 4 Epoch: 1 Summary: Built-package format for Python License: MIT @@ -81,7 +81,10 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-3 -v --ignore build %endif %changelog -* Fri Oct 13 2023 liubo - 0.37.0-3 +* Tue Oct 17 2023 liubo - 1:0.37.0-4 +- Fixed the non-standard format of changelog + +* Fri Oct 13 2023 liubo - 1:0.37.0-3 - Fixed wheel pack duplicating WHEEL contents on build number * Thu Oct 27 2022 zhangruifang - 0.37.0-2 -- Gitee