From 672725e80641dfbb9ff9a5d0d960ee69072a7d08 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Tue, 3 Sep 2013 16:39:22 +0100 Subject: [PATCH] BR: perl(Config) for the test suite (#1003660) --- perl-Path-Tiny.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/perl-Path-Tiny.spec b/perl-Path-Tiny.spec index b0e25fc..538dce2 100644 --- a/perl-Path-Tiny.spec +++ b/perl-Path-Tiny.spec @@ -1,6 +1,6 @@ Name: perl-Path-Tiny Version: 0.031 -Release: 2%{?dist} +Release: 3%{?dist} Summary: File path utility Group: Development/Libraries License: ASL 2.0 @@ -31,6 +31,7 @@ BuildRequires: perl(warnings) # Test Suite BuildRequires: perl(blib) BuildRequires: perl(Capture::Tiny) +BuildRequires: perl(Config) BuildRequires: perl(Devel::Hide) BuildRequires: perl(File::Basename) BuildRequires: perl(File::pushd) @@ -100,6 +101,9 @@ make test %{_mandir}/man3/Path::Tiny.3pm* %changelog +* Tue Sep 3 2013 Paul Howarth - 0.031-3 +- BR: perl(Config) for the test suite (#1003660) + * Mon Sep 2 2013 Paul Howarth - 0.031-2 - Sanitize for Fedora submission