diff --git a/libpfm.spec b/libpfm.spec index 04e2a15993ecba35f22283cf39a47b10d3aeaec1..7af1a5254ef441bee3b95bc4a1ead50e9de6ab03 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