From bae3ce69532b0eafa8721d2c187c1330e4523c5b Mon Sep 17 00:00:00 2001 From: Kou Wenqi Date: Thu, 29 May 2025 17:21:26 +0800 Subject: [PATCH] fix changelog display confusion issue --- blktrace.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/blktrace.spec b/blktrace.spec index d4283e5..f599fe1 100644 --- a/blktrace.spec +++ b/blktrace.spec @@ -1,6 +1,6 @@ Name: blktrace Version: 1.3.0 -Release: 4 +Release: 5 Summary: Block IO tracer in the Linux kernel License: GPLv2+ Source: http://brick.kernel.dk/snaps/blktrace-%{version}.tar.bz2 @@ -54,6 +54,9 @@ make dest=%{buildroot} prefix=%{buildroot}/%{_prefix} mandir=%{buildroot}/%{_man %changelog +* Thu May 29 2025 kouwenqi - 1.3.0-5 +- fix changelog display confusion issue + * Fri Mar 21 2025 kouwenqi - 1.3.0-4 - blkparse: Fix a potential coredump issue @@ -76,7 +79,7 @@ make dest=%{buildroot} prefix=%{buildroot}/%{_prefix} mandir=%{buildroot}/%{_man - DESC: Makefile add fstack-protector-srtong flag patch * Fri Jul 30 2021 chenyanpanHW - 1.2.0-20 -- DESC: delete -Sgit from %autosetup, and delete BuildRequires git +- DESC: delete -Sgit from autosetup, and delete BuildRequires git * Fri Jul 23 2021 yanglongkang - 1.2.0-19 - delete -j1 compilation options -- Gitee