From 40e1625e1a032c535b9a58b51e97605446d5b484 Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Tue, 14 May 2019 01:18:46 -0400 Subject: [PATCH] Add perl(JSON::PP) BuildRequires for trace2 tests The JSON::PP perl module is used by t0212-trace2-event. It is available on all supported Fedora and EPEL releases. --- git.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/git.spec b/git.spec index 19d8ec2..ca6057f 100644 --- a/git.spec +++ b/git.spec @@ -212,6 +212,7 @@ BuildRequires: perl(Digest::MD5) BuildRequires: perl(HTTP::Date) BuildRequires: perl(IO::Pty) BuildRequires: perl(JSON) +BuildRequires: perl(JSON::PP) BuildRequires: perl(Mail::Address) BuildRequires: perl(Memoize) BuildRequires: perl(Test::More) @@ -963,6 +964,7 @@ rmdir --ignore-fail-on-non-empty "$testdir" - Update to 2.22.0-rc0 - Ensure a consistent format for test output - Improve JGIT test prereq (jgit on Fedora >= 30 is broken) +- Add perl(JSON::PP) BuildRequires for trace2 tests * Sun Feb 24 2019 Todd Zullinger - 2.21.0-1 - Update to 2.21.0