|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: pcp
|
|
|
|
Name: pcp
|
|
|
|
Version: 6.0.1
|
|
|
|
Version: 6.0.1
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Release: 5%{?dist}
|
|
|
|
Summary: System-level performance monitoring and performance management
|
|
|
|
Summary: System-level performance monitoring and performance management
|
|
|
|
License: GPLv2+ and LGPLv2+ and CC-BY
|
|
|
|
License: GPLv2+ and LGPLv2+ and CC-BY
|
|
|
|
URL: https://pcp.io
|
|
|
|
URL: https://pcp.io
|
|
|
@ -10,6 +10,7 @@ Source0: %{artifactory}/pcp-source-release/pcp-%{version}.src.tar.gz
|
|
|
|
|
|
|
|
|
|
|
|
Patch0: redhat-bugzilla-2117074-vendored_vmlinux.h.patch
|
|
|
|
Patch0: redhat-bugzilla-2117074-vendored_vmlinux.h.patch
|
|
|
|
Patch1: redhat-bugzilla-2117074-ppc_arm_vmlinux.h.patch
|
|
|
|
Patch1: redhat-bugzilla-2117074-ppc_arm_vmlinux.h.patch
|
|
|
|
|
|
|
|
Patch2: redhat-bugzilla-2219731-hacluster-metrics.patch
|
|
|
|
|
|
|
|
|
|
|
|
# The additional linker flags break out-of-tree PMDAs.
|
|
|
|
# The additional linker flags break out-of-tree PMDAs.
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=2043092
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=2043092
|
|
|
@ -2292,6 +2293,7 @@ updated policy package.
|
|
|
|
%setup -q
|
|
|
|
%setup -q
|
|
|
|
%patch0 -p1
|
|
|
|
%patch0 -p1
|
|
|
|
%patch1 -p1
|
|
|
|
%patch1 -p1
|
|
|
|
|
|
|
|
%patch2 -p1
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
# the buildsubdir macro gets defined in %%setup and is apparently only available in the next step (i.e. the %%build step)
|
|
|
|
# the buildsubdir macro gets defined in %%setup and is apparently only available in the next step (i.e. the %%build step)
|
|
|
@ -3367,6 +3369,9 @@ fi
|
|
|
|
%files zeroconf -f pcp-zeroconf-files.rpm
|
|
|
|
%files zeroconf -f pcp-zeroconf-files.rpm
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Jul 17 2023 Nathan Scott <nathans@redhat.com> - 6.0.1-5
|
|
|
|
|
|
|
|
- Fix hacluster metrics with current Pacemaker (BZ 2222858)
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 17 2023 Nathan Scott <nathans@redhat.com> - 6.0.1-4
|
|
|
|
* Tue Jan 17 2023 Nathan Scott <nathans@redhat.com> - 6.0.1-4
|
|
|
|
- Rebuild for dependency on new version of libbpf (BZ 2159276)
|
|
|
|
- Rebuild for dependency on new version of libbpf (BZ 2159276)
|
|
|
|
|
|
|
|
|
|
|
|