diff --git a/blktrace.spec b/blktrace.spec index ab9569dc575ccbf815ae189469e15d01449e043e..1b71a038b2905e568a59f80cdc9fd15c2a7c9756 100644 --- a/blktrace.spec +++ b/blktrace.spec @@ -1,6 +1,6 @@ Name: blktrace Version: 1.3.0 -Release: 2 +Release: 3 Summary: Block IO tracer in the Linux kernel License: GPLv2+ Source: http://brick.kernel.dk/snaps/blktrace-%{version}.tar.bz2 @@ -21,12 +21,7 @@ information about request queue operations up to user space. This is valuable for diagnosing and fixing performance or application problems relating to block layer io. -%package help -Summary: Including man files for blktrace -Requires: man - -%description help -This contains man files for the using of blktrace. +%package_help %prep %autosetup -n %{name}-%{version} -p1 @@ -50,6 +45,9 @@ make dest=%{buildroot} prefix=%{buildroot}/%{_prefix} mandir=%{buildroot}/%{_man %changelog +* Mon Aug 19 2024 Pan Zhang - 1.3.0-3 +- Replaced declaration of help subpackage with the 'package_help' macro + * Mon May 16 2022 Li Jinlin - 1.3.0-2 - provide iowatcher via Provides