From 07c439e269661b6e6f3db9797ba630d44bee728b Mon Sep 17 00:00:00 2001 From: Jia Chao Date: Tue, 9 May 2023 15:27:40 +0800 Subject: [PATCH] Fix: libpfm-help should be arched. Signed-off-by: Jia Chao --- libpfm.spec | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/libpfm.spec b/libpfm.spec index 04e2a15..7af1a52 100644 --- a/libpfm.spec +++ b/libpfm.spec @@ -3,7 +3,7 @@ Name: libpfm Version: 4.11.0 -Release: 1 +Release: 2 Summary: A user library help setup performance events for use with the perf_events Linux kernel interface. License: MIT URL: http://perfmon2.sourceforge.net/ @@ -34,7 +34,12 @@ Summary: Python bindings for libpfm %description -n python3-libpfm Python bindings for libpfm4 used for perf_events -%package_help +%package help +Summary: Documents for %{name} +Requires: man info + +%description help +Man pages and other related documents for %{name}. %prep %autosetup -p1 @@ -68,6 +73,9 @@ make PREFIX=$RPM_BUILD_ROOT%{_prefix} LIBDIR=$RPM_BUILD_ROOT%{_libdir} \ %changelog +* Tue May 09 2023 Jia Chao - 4.11.0-2 +- Fix: help package contains files about architecture, should not be noarch. + * Thu Jun 16 2022 SimpleUpdate Robot - 4.11.0-1 - Upgrade to version 4.11.0 -- Gitee