From 893352c1525899a0d2c23788daf11f6afe3f7390 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Sep 04 2015 13:13:05 +0000 Subject: Add BuildRequires perl(Getopt::Long) --- diff --git a/valgrind.spec b/valgrind.spec index 1338f11..4790b73 100644 --- a/valgrind.spec +++ b/valgrind.spec @@ -102,6 +102,9 @@ BuildRequires: procps # Some testcases require g++ to build BuildRequires: gcc-c++ +# check_headers_and_includes uses Getopt::Long +BuildRequires: perl(Getopt::Long) + %{?scl:Requires:%scl_runtime} ExclusiveArch: %{ix86} x86_64 ppc ppc64 ppc64le s390x armv7hl aarch64 @@ -347,6 +350,9 @@ echo ===============END TESTING=============== %endif %changelog +* Fri Sep 04 2015 Mark Wielaard +- Add BuildRequires perl(Getopt::Long) + * Tue Aug 25 2015 Mark Wielaard - 3.10.1-22.svn20150825r15589 - Drop valgrind-3.9.0-stat_h.patch. - Add BuildRequires gcc-c++.