From 8e3a9ac8b9a9d67e62a8a9507a4d284c535fa6ef Mon Sep 17 00:00:00 2001 From: Kou Wenqi Date: Fri, 20 Jun 2025 16:43:49 +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 712782b..8c04a58 100644 --- a/libblockdev.spec +++ b/libblockdev.spec @@ -3,7 +3,7 @@ Name: libblockdev Version: 2.26 -Release: 5 +Release: 6 Summary: libblockdev is a C library supporting GObject introspection for manipulation of block devices License: LGPLv2+ URL: https://github.com/storaged-project/libblockdev @@ -167,6 +167,9 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm} %changelog +* Wed Jun 25 2025 kouwenqi - 2.26-6 +- fix changelog display confusion issue + * Fri Jun 20 2025 Funda Wang - 2.26-5 - fix CVE-2025-6019 @@ -183,7 +186,7 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm} - update to libblockdev-2.26 * 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 * Tue Jul 27 2021 yanglongkang - 2.24-6 - fix build fail caused by deprecated-declarations -- Gitee