diff --git a/libblockdev.spec b/libblockdev.spec index 712782bb7d5ac4855b2e07e5d09aafb6af6f1b8c..8c04a5820be12448c3bba52fc76cc78e3ebba3e5 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