import pcp-5.2.5-5.el8_4

This commit is contained in:
CentOS Sources 2021-08-10 08:03:32 -04:00 committed by Andrew Lukoshko
parent e13ffd55ed
commit a1f274c5f2
2 changed files with 2425 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
Name: pcp
Version: 5.2.5
Release: 4%{?dist}
Release: 5%{?dist}
Summary: System-level performance monitoring and performance management
License: GPLv2+ and LGPLv2+ and CC-BY
URL: https://pcp.io
@ -10,6 +10,7 @@ Source0: %{bintray}/pcp/source/pcp-%{version}.src.tar.gz
Patch000: redhat-bugzilla-1926756.patch
Patch001: redhat-bugzilla-1930284.patch
Patch002: redhat-bugzilla-1980067.patch
%if 0%{?fedora} >= 26 || 0%{?rhel} > 7
%global __python2 python2
@ -2249,6 +2250,7 @@ updated policy package.
%setup -q
%patch000 -p1
%patch001 -p1
%patch002 -p1
%build
# fix up build version
@ -3490,6 +3492,9 @@ chown -R pcp:pcp %{_logsdir}/pmproxy 2>/dev/null
%endif
%changelog
* Fri Jul 16 2021 Nathan Scott <nathans@redhat.com> - 5.2.5-5
- Pacemaker location constraints as labels (BZs 1980067, 1972277)
* Fri Feb 19 2021 Nathan Scott <nathans@redhat.com> - 5.2.5-4
- Revert removal of pmcd unit dependencies (BZs 1929556, 1930284)