Fix: libpfm-help should be arched.

Signed-off-by: Jia Chao <jiac13@chinaunicom.cn>
This commit is contained in:
Jia Chao 2023-05-09 15:27:40 +08:00
parent 58904179aa
commit 07c439e269

View File

@ -3,7 +3,7 @@
Name: libpfm Name: libpfm
Version: 4.11.0 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. Summary: A user library help setup performance events for use with the perf_events Linux kernel interface.
License: MIT License: MIT
URL: http://perfmon2.sourceforge.net/ URL: http://perfmon2.sourceforge.net/
@ -34,7 +34,12 @@ Summary: Python bindings for libpfm
%description -n python3-libpfm %description -n python3-libpfm
Python bindings for libpfm4 used for perf_events 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 %prep
%autosetup -p1 %autosetup -p1
@ -68,6 +73,9 @@ make PREFIX=$RPM_BUILD_ROOT%{_prefix} LIBDIR=$RPM_BUILD_ROOT%{_libdir} \
%changelog %changelog
* Tue May 09 2023 Jia Chao <jiac13@chinaunicom.cn> - 4.11.0-2
- Fix: help package contains files about architecture, should not be noarch.
* Thu Jun 16 2022 SimpleUpdate Robot <tc@openeuler.org> - 4.11.0-1 * Thu Jun 16 2022 SimpleUpdate Robot <tc@openeuler.org> - 4.11.0-1
- Upgrade to version 4.11.0 - Upgrade to version 4.11.0