diff --git a/libpfm.spec b/libpfm.spec index a8aecd36decd6ce86e5fc18bcfc820cf1c312a4a..a3082a5232053b54c887957d7de7a227088845da 100644 --- a/libpfm.spec +++ b/libpfm.spec @@ -3,7 +3,7 @@ Name: libpfm Version: 4.10.1 -Release: 9 +Release: 10 Summary: A user library help setup performance events for use with the perf_events Linux kernel interface. License: MIT URL: http://perfmon2.sourceforge.net/ @@ -35,7 +35,11 @@ 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} + +%description help +Man pages and other related documents for %{name}. %prep %autosetup -p1 @@ -69,6 +73,9 @@ make PREFIX=$RPM_BUILD_ROOT%{_prefix} LIBDIR=$RPM_BUILD_ROOT%{_libdir} \ %changelog +* Tue May 16 2023 wangqia - 4.10.1-10 +- fix noarch package built differently on different architectures + * Thu Nov 12 2020 xinghe - 4.10.1-9 - add help for Recommends