From bfcfddfb26b9ff79e0e85e14f61b33c4fef86822 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 3480f56..2ef23ee 100644 --- a/blktrace.spec +++ b/blktrace.spec @@ -1,6 +1,6 @@ Name: blktrace Version: 1.2.0 -Release: 26 +Release: 27 Summary: Block IO tracer in the Linux kernel License: GPLv2+ Source: http://brick.kernel.dk/snaps/blktrace-%{version}.tar.bz2 @@ -37,12 +37,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 @@ -64,6 +59,9 @@ make dest=%{buildroot} prefix=%{buildroot}/%{_prefix} mandir=%{buildroot}/%{_man %{_mandir}/man8/* %changelog +* Mon Aug 19 2024 Pan Zhang - 1.2.0-27 +- Replaced declaration of help subpackage with the 'package_help' macro + * Sat Oct 09 2021 zhanchengbin - 1.2.0-26 - Fixed the issue of modifying parallel compilation -- Gitee