[stow] add explicit BR for Data::Dumper; no longer part of base perl in F18+

Michel Alexandre Salim salimma at fedoraproject.org
Sun Apr 22 03:38:50 UTC 2012


commit 602f009455a1d8120b7f746c917057ab4bb6edb6
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Sun Apr 22 10:38:19 2012 +0700

    add explicit BR for Data::Dumper; no longer part of base perl in F18+

 stow.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/stow.spec b/stow.spec
index 75556aa..8eb72a2 100644
--- a/stow.spec
+++ b/stow.spec
@@ -11,6 +11,8 @@ BuildRoot:    %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:    noarch
 
 # Test dependencies
+# Data::Dumper no longer provided by base perl in F18+
+BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Output)
 


More information about the scm-commits mailing list