[perl-rpm-build-perl] Specify all dependencies

Petr Pisar ppisar at fedoraproject.org
Tue Jun 12 10:27:20 UTC 2012


commit b1017c23b2b2cd6761b35117b35491eefcd4db0a
Author: Petr Písař <ppisar at redhat.com>
Date:   Tue Jun 12 12:27:13 2012 +0200

    Specify all dependencies

 perl-rpm-build-perl.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/perl-rpm-build-perl.spec b/perl-rpm-build-perl.spec
index 960664b..0767633 100644
--- a/perl-rpm-build-perl.spec
+++ b/perl-rpm-build-perl.spec
@@ -19,6 +19,7 @@ BuildRequires:  perl(Exporter)
 BuildRequires:  perl(File::Spec::Functions)
 BuildRequires:  perl(version)
 # Tests
+BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Try::Tiny)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@@ -72,6 +73,7 @@ make test
 %changelog
 * Mon Jun 11 2012 Petr Pisar <ppisar at redhat.com> - 0.80-2
 - Perl 5.16 rebuild
+- Specify all dependencies
 
 * Fri Jan 27 2012 Petr Pisar <ppisar at redhat.com> - 0.80-1
 - 0.80 bump


More information about the scm-commits mailing list