From 3d5b742994460c952b9b17026566688b6c227b87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <[email protected]> Date: Wed, 25 Jan 2017 16:24:34 +0100 Subject: Add missing build-requires
Discovered in the review. --- perl-Git-Wrapper.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/perl-Git-Wrapper.spec b/perl-Git-Wrapper.spec index bcbc2fb..841c0c6 100644 --- a/perl-Git-Wrapper.spec +++ b/perl-Git-Wrapper.spec @@ -7,7 +7,9 @@ Group: Development/Libraries URL: http://search.cpan.org/dist/Git-Wrapper/ Source0: http://www.cpan.org/authors/id/G/GE/GENEHACK/Git-Wrapper-%{version}.tar.gz BuildArch: noarch +BuildRequires: findutils BuildRequires: git-core +BuildRequires: make BuildRequires: perl BuildRequires: perl-generators BuildRequires: perl(:VERSION) >= 5.6 -- cgit v1.1 https://src.fedoraproject.org/cgit/perl-Git-Wrapper.git/commit/?h=epel7&id=3d5b742994460c952b9b17026566688b6c227b87 _______________________________________________ perl-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]
