From 1d90b65a219b10f038fc5b7013808fbad91736f3 Mon Sep 17 00:00:00 2001 From: yangl777 Date: Thu, 31 Jul 2025 03:54:04 +0000 Subject: [PATCH] fix display of changelog (cherry picked from commit 3068c53ec5c21a60f55187faaaffe9d52d2c9b9e) --- ipmitool.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/ipmitool.spec b/ipmitool.spec index 44f7c6c..0a0d28a 100644 --- a/ipmitool.spec +++ b/ipmitool.spec @@ -1,6 +1,6 @@ Name: ipmitool Version: 1.8.18 -Release: 21 +Release: 22 Summary: Utility for IPMI control License: BSD URL: https://codeberg.org/IPMITool/ipmitool @@ -173,6 +173,12 @@ install -Dm 755 contrib/bmc-snmp-proxy %{buildroot}%{_libexecdir}/bmc-sn %{_mandir}/man8/ipmievd.8* %changelog +* Thu Jul 31 2025 yanglu - 1.8.18-22 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:fix display of changelog + * Wed May 31 2023 mengkanglai - 1.8.18-21 - Type:bugfix - ID:NA @@ -198,7 +204,7 @@ install -Dm 755 contrib/bmc-snmp-proxy %{buildroot}%{_libexecdir}/bmc-sn - DESC:separate exchange-bmc-os-info,bmc-snmp-proxy from ipmitool * Fri Jul 30 2021 chenyanpanHW - 1.8.18-17 -- DESC: delete -S git from %autosetup, and delete BuildRequires git +- DESC: delete -S git from autosetup, and delete BuildRequires git * Fri Jul 30 2021 gaihuiying - 1.8.18-16 - Type:bugfix -- Gitee