Rebase to bug fix release pcp-6.3.2-1
Resolves: RHEL-60891 Resolves: RHEL-57717 Resolves: RHEL-45876 Resolves: RHEL-61597 Resolves: RHEL-61598 Resolves: RHEL-61885 Resolves: RHEL-61501 Resolves: RHEL-58953
This commit is contained in:
parent
cc7e381a79
commit
0550d3b682
20
pcp.spec
20
pcp.spec
@ -1,5 +1,5 @@
|
|||||||
Name: pcp
|
Name: pcp
|
||||||
Version: 6.3.1
|
Version: 6.3.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: System-level performance monitoring and performance management
|
Summary: System-level performance monitoring and performance management
|
||||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later AND CC-BY-3.0
|
License: GPL-2.0-or-later AND LGPL-2.1-or-later AND CC-BY-3.0
|
||||||
@ -3230,10 +3230,11 @@ for PMDA in dm nfsclient openmetrics ; do
|
|||||||
done
|
done
|
||||||
# auto-enable these usually optional pmie rules
|
# auto-enable these usually optional pmie rules
|
||||||
%{run_pmieconf "$PCP_PMIECONFIG_DIR" config.default dmthin}
|
%{run_pmieconf "$PCP_PMIECONFIG_DIR" config.default dmthin}
|
||||||
%if 0%{?rhel} <= 9
|
# managed via /usr/lib/systemd/system-preset/90-default.preset nowadays:
|
||||||
|
%if 0%{?rhel} > 0 && 0%{?rhel} < 10
|
||||||
%if !%{disable_systemd}
|
%if !%{disable_systemd}
|
||||||
systemctl restart pcp-reboot-init pmcd pmlogger pmie >/dev/null 2>&1
|
systemctl restart pmcd pmlogger pmie >/dev/null 2>&1
|
||||||
systemctl enable pcp-reboot-init pmcd pmlogger pmie >/dev/null 2>&1
|
systemctl enable pmcd pmlogger pmie >/dev/null 2>&1
|
||||||
%else
|
%else
|
||||||
/sbin/chkconfig --add pmcd >/dev/null 2>&1
|
/sbin/chkconfig --add pmcd >/dev/null 2>&1
|
||||||
/sbin/chkconfig --add pmlogger >/dev/null 2>&1
|
/sbin/chkconfig --add pmlogger >/dev/null 2>&1
|
||||||
@ -3252,6 +3253,8 @@ PCP_LOG_DIR=%{_logsdir}
|
|||||||
%if !%{disable_systemd}
|
%if !%{disable_systemd}
|
||||||
# clean up any stale symlinks for deprecated pm*-poll services
|
# clean up any stale symlinks for deprecated pm*-poll services
|
||||||
rm -f %{_sysconfdir}/systemd/system/pm*.requires/pm*-poll.* >/dev/null 2>&1 || true
|
rm -f %{_sysconfdir}/systemd/system/pm*.requires/pm*-poll.* >/dev/null 2>&1 || true
|
||||||
|
systemctl restart pcp-reboot-init >/dev/null 2>&1
|
||||||
|
systemctl enable pcp-reboot-init >/dev/null 2>&1
|
||||||
|
|
||||||
%systemd_postun_with_restart pmcd.service
|
%systemd_postun_with_restart pmcd.service
|
||||||
%systemd_post pmcd.service
|
%systemd_post pmcd.service
|
||||||
@ -3599,6 +3602,15 @@ fi
|
|||||||
%files zeroconf -f pcp-zeroconf-files.rpm
|
%files zeroconf -f pcp-zeroconf-files.rpm
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 06 2024 Nathan Scott <nathans@redhat.com> - 6.3.2-1
|
||||||
|
- Add proc PMDA access control for IO metrics (RHEL-60891)
|
||||||
|
- Fix pmdastatsd segfaults within pmdaRehash (RHEL-57717)
|
||||||
|
- Multiple hugepage size NUMA metric support (RHEL-45876)
|
||||||
|
- Improve pcp-xsos command line diagnostics (RHEL-61597, RHEL-61598)
|
||||||
|
- Add pmlogger_farm_check service selinux policy (RHEL-61885)
|
||||||
|
- Fix v3 archive replay on big endian machines (RHEL-61501)
|
||||||
|
- Rebase to latest stable version of PCP (RHEL-58953)
|
||||||
|
|
||||||
* Wed Oct 2 2024 Nathan Scott <nathans@redhat.com> - 6.3.1-1
|
* Wed Oct 2 2024 Nathan Scott <nathans@redhat.com> - 6.3.1-1
|
||||||
- New pcp-xsos utility for rapid system summaries (RHEL-30590)
|
- New pcp-xsos utility for rapid system summaries (RHEL-30590)
|
||||||
- Fix Upgrade scripts to not rewrite pmcd.conf (RHEL-40631)
|
- Fix Upgrade scripts to not rewrite pmcd.conf (RHEL-40631)
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (pcp-6.3.1.src.tar.gz) = 339d6876c1fe2682d66a158572612393eb95375fc6734bcbc9f67ade1ca9f31fa12a08eb35dd5f95f1e193cfad655f1621c15497f33514710a8e67d105051b95
|
SHA512 (pcp-6.3.2.src.tar.gz) = 812ed40b848675092ad27fed7265b5a09f3d4dc054748481d5c0bb4f534ab2caa5e4807b320f2969d8a779d0bbbe705866fec654b14d225bbedd721c91c3e257
|
||||||
|
Loading…
Reference in New Issue
Block a user