From f4ad07a0d1329fc9ecd1978fd1183c4a65f6cb92 Mon Sep 17 00:00:00 2001 From: zhangpan Date: Mon, 19 Aug 2024 17:24:37 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E8=BD=BB=E9=87=8F=E7=BA=A7=20PR?= =?UTF-8?q?=E3=80=91=EF=BC=9A=E7=94=A8=E2=80=9Cpackage=5Fhelp=E2=80=9D?= =?UTF-8?q?=E5=AE=8F=E6=9B=BF=E6=8D=A2help=E5=AD=90=E5=8C=85=E5=A3=B0?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- blktrace.spec | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/blktrace.spec b/blktrace.spec index 740f8b0..3fb22a7 100644 --- a/blktrace.spec +++ b/blktrace.spec @@ -1,6 +1,6 @@ Name: blktrace Version: 1.3.0 -Release: 3 +Release: 4 Summary: Block IO tracer in the Linux kernel License: GPLv2+ Source: http://brick.kernel.dk/snaps/blktrace-%{version}.tar.bz2 @@ -24,12 +24,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 @@ -53,6 +48,9 @@ make dest=%{buildroot} prefix=%{buildroot}/%{_prefix} mandir=%{buildroot}/%{_man %changelog +* Mon Aug 19 2024 Pan Zhang - 1.3.0-4 +- Replaced declaration of help subpackage with the 'package_help' macro + * Wed Jul 31 2024 wangzhiqiang - 1.3.0-3 - backport bugfix patches from upstream -- Gitee