Update to latest community sources
This commit is contained in:
parent
4bbcd3121a
commit
c983480cd3
39
pcp.spec
39
pcp.spec
@ -1,6 +1,6 @@
|
||||
Name: pcp
|
||||
Version: 5.2.5
|
||||
Release: 3%{?dist}
|
||||
Version: 5.3.0
|
||||
Release: 1%{?dist}
|
||||
Summary: System-level performance monitoring and performance management
|
||||
License: GPLv2+ and LGPLv2+ and CC-BY
|
||||
URL: https://pcp.io
|
||||
@ -208,6 +208,16 @@ Provides: pcp-webapi = %{version}-%{release}
|
||||
Obsoletes: pcp-manager-debuginfo < 5.2.0
|
||||
Obsoletes: pcp-manager < 5.2.0
|
||||
|
||||
# Some older releases did not update or replace pcp-gui-debuginfo properly
|
||||
%if 0%{?fedora} < 27 && 0%{?rhel} <= 7 && "%{_vendor}" == "redhat"
|
||||
Obsoletes: pcp-gui-debuginfo < 4.1.1
|
||||
%endif
|
||||
|
||||
Obsoletes: pcp-compat < 4.2.0
|
||||
Obsoletes: pcp-monitor < 4.2.0
|
||||
Obsoletes: pcp-collector < 4.2.0
|
||||
Obsoletes: pcp-pmda-nvidia < 3.10.5
|
||||
|
||||
# https://fedoraproject.org/wiki/Packaging "C and C++"
|
||||
BuildRequires: make
|
||||
BuildRequires: gcc gcc-c++
|
||||
@ -279,16 +289,6 @@ Requires: pcp-libs = %{version}-%{release}
|
||||
Requires: pcp-selinux = %{version}-%{release}
|
||||
%endif
|
||||
|
||||
# Some older releases did not update or replace pcp-gui-debuginfo properly
|
||||
%if 0%{?fedora} < 27 && 0%{?rhel} <= 7 && "%{_vendor}" == "redhat"
|
||||
Obsoletes: pcp-gui-debuginfo < 4.1.1
|
||||
%endif
|
||||
|
||||
Obsoletes: pcp-compat < 4.2.0
|
||||
Obsoletes: pcp-monitor < 4.2.0
|
||||
Obsoletes: pcp-collector < 4.2.0
|
||||
Obsoletes: pcp-pmda-nvidia < 3.10.5
|
||||
|
||||
Requires: pcp-libs = %{version}-%{release}
|
||||
|
||||
%global _confdir %{_sysconfdir}/pcp
|
||||
@ -2986,11 +2986,6 @@ pmieconf -c enable dmthin
|
||||
%post
|
||||
PCP_PMNS_DIR=%{_pmnsdir}
|
||||
PCP_LOG_DIR=%{_logsdir}
|
||||
chown -R pcp:pcp %{_logsdir}/pmcd 2>/dev/null
|
||||
chown -R pcp:pcp %{_logsdir}/pmlogger 2>/dev/null
|
||||
chown -R pcp:pcp %{_logsdir}/sa 2>/dev/null
|
||||
chown -R pcp:pcp %{_logsdir}/pmie 2>/dev/null
|
||||
chown -R pcp:pcp %{_logsdir}/pmproxy 2>/dev/null
|
||||
%{install_file "$PCP_PMNS_DIR" .NeedRebuild}
|
||||
%{install_file "$PCP_LOG_DIR/pmlogger" .NeedRewrite}
|
||||
%if !%{disable_systemd}
|
||||
@ -3307,9 +3302,13 @@ chown -R pcp:pcp %{_logsdir}/pmproxy 2>/dev/null
|
||||
%files zeroconf -f pcp-zeroconf-files.rpm
|
||||
|
||||
%changelog
|
||||
* Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 5.2.5-3
|
||||
- Rebuilt for updated systemd-rpm-macros
|
||||
See https://pagure.io/fesco/issue/2583.
|
||||
* Fri Apr 16 2021 Nathan Scott <nathans@redhat.com> - 5.3.0-1
|
||||
- Added conditional lockdown policy access by pmdakvm (BZ 1929259)
|
||||
- Update to latest PCP sources.
|
||||
|
||||
* Mon Feb 08 2021 Andreas Gerstmayr <agerstmayr@redhat.com> - 5.2.5-2
|
||||
- Fixed typo in specfile (pcp-testsuite requires pcp-pmda-hacluster
|
||||
and pcp-pmda-sockets instead of pcp-pmdas-hacluster etc.)
|
||||
|
||||
* Wed Feb 10 2021 Nathan Scott <nathans@redhat.com> - 5.2.5-2
|
||||
- Update to latest PCP sources.
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pcp-5.2.5.src.tar.gz) = c1280214b7783b0dcbe354c2a7da47819a4b0c9f16a262c1bb0c279d79bf2d80f0000efd56d5855479286c0179d81e022a94b8ea91fd2e61302d514914db90e5
|
||||
SHA512 (pcp-5.3.0.src.tar.gz) = d3f61315adb7d112357736537941690f4ceb11cd6158accb8973af542ca673bdc5ed7281d93b0bf88f6af01cc85d2e075261123576dae370c036ff8d493d8b1c
|
||||
|
Loading…
Reference in New Issue
Block a user