diff --git a/libblockdev.spec b/libblockdev.spec index eb5daf0cc21829db6c873560f89a4034a46f30ae..f20cdd81b41615ac07a2166851fa5df758dd6df7 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