Bump to 4.1.0-2, adding perl build deps in the spec

This commit is contained in:
Nathan Scott 2018-06-15 15:23:39 +10:00
parent 6455ea9ef2
commit 3e63f5a0b0

View File

@ -1,6 +1,6 @@
Name: pcp Name: pcp
Version: 4.1.0 Version: 4.1.0
Release: 1%{?dist} Release: 2%{?dist}
Summary: System-level performance monitoring and performance management Summary: System-level performance monitoring and performance management
License: GPLv2+ and LGPLv2.1+ and CC-BY License: GPLv2+ and LGPLv2.1+ and CC-BY
URL: https://pcp.io URL: https://pcp.io
@ -216,7 +216,8 @@ BuildRequires: boost-devel
%if 0%{?rhel} == 0 || 0%{?rhel} > 5 %if 0%{?rhel} == 0 || 0%{?rhel} > 5
BuildRequires: perl-devel perl-generators BuildRequires: perl-devel perl-generators
%endif %endif
BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(strict) perl(ExtUtils::MakeMaker) perl(LWP::UserAgent) perl(JSON)
BuildRequires: perl(LWP::UserAgent) perl(Time::HiRes) perl(Digest::MD5)
BuildRequires: initscripts man BuildRequires: initscripts man
%if !%{disable_systemd} %if !%{disable_systemd}
BuildRequires: systemd-devel BuildRequires: systemd-devel
@ -3350,8 +3351,9 @@ cd
%endif %endif
%changelog %changelog
* Fri Jun 15 2018 Nathan Scott <nathans@redhat.com> - 4.1.0-1 * Fri Jun 15 2018 Nathan Scott <nathans@redhat.com> - 4.1.0-2
- Rapid compression of PCP log data and metadata (BZ 1293471) - Rapid compression of PCP log data and metadata (BZ 1293471)
- Added Perl package build dependencies.
- Update to latest PCP sources. - Update to latest PCP sources.
* Fri May 11 2018 Mark Goodwin <mgoodwin@redhat.com> - 4.0.2-1 * Fri May 11 2018 Mark Goodwin <mgoodwin@redhat.com> - 4.0.2-1