From 9aa9bacf57df12b125bbbee96e802fc220bd9916 Mon Sep 17 00:00:00 2001 From: Kou Wenqi Date: Fri, 20 Jun 2025 16:49:05 +0800 Subject: [PATCH] fix changelog display confusion issue --- libblockdev.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libblockdev.spec b/libblockdev.spec index eb5daf0..f20cdd8 100644 --- a/libblockdev.spec +++ b/libblockdev.spec @@ -3,7 +3,7 @@ Name: libblockdev Version: 2.24 -Release: 9 +Release: 10 Summary: libblockdev is a C library supporting GObject introspection for manipulation of block devices License: LGPLv2+ URL: https://github.com/storaged-project/libblockdev @@ -188,6 +188,9 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm} %changelog +* Wed Jun 25 2025 kouwenqi - 2.24-10 +- fix changelog display confusion issue + * Fri Jun 20 2025 Funda Wang - 2.24-9 - fix CVE-2025-6019 @@ -195,7 +198,7 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm} - NOP:nothing but to make it able to sync between differnt branches * Fri Jul 30 2021 chenyanpanHW - 2.24-7 -- DESC: delete -Sgit from %autosetup, and delete BuildRequires git +- DESC: delete -Sgit from autosetup, and delete BuildRequires git * Thu Nov 26 2020 yanglongkang - 2.24-6 - fix build fail caused by deprecated-declarations -- Gitee