Add libpfm-devel requires libpfm

This commit is contained in:
lyn1001 2023-11-22 16:53:57 +08:00
parent 49214c6489
commit 8c661b0ad1

View File

@ -3,7 +3,7 @@
Name: libpfm
Version: 4.11.0
Release: 2
Release: 3
Summary: A user library help setup performance events for use with the perf_events Linux kernel interface.
License: MIT
URL: http://perfmon2.sourceforge.net/
@ -20,6 +20,7 @@ events for use with the perf_events Linux kernel interface.
%package devel
Requires: %{name} = %{version}-%{release}
Provides: %{name}-static = %{version}-%{release}
Obsoletes: %{name}-static <= %{version}-%{release}
Summary: Library to provide perf_events in linux
@ -73,6 +74,9 @@ make PREFIX=$RPM_BUILD_ROOT%{_prefix} LIBDIR=$RPM_BUILD_ROOT%{_libdir} \
%changelog
* Wed Nov 22 2023 liyanan <liyanan61@h-partners.com> - 4.11.0-3
- Add libpfm-devel requires libpfm
* Tue May 09 2023 Jia Chao <jiac13@chinaunicom.cn> - 4.11.0-2
- Fix: help package contains files about architecture, should not be noarch.