[perl-Net-Appliance-Session] Specify all dependencies

Petr Pisar ppisar at fedoraproject.org
Tue Feb 10 11:57:52 UTC 2015


commit 165a7b884611110cb3e57b1071dc8975ade91286
Author: Petr Písař <ppisar at redhat.com>
Date:   Tue Feb 10 12:57:25 2015 +0100

    Specify all dependencies

 perl-Net-Appliance-Session.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/perl-Net-Appliance-Session.spec b/perl-Net-Appliance-Session.spec
index ffe578b..3a29e0a 100644
--- a/perl-Net-Appliance-Session.spec
+++ b/perl-Net-Appliance-Session.spec
@@ -1,6 +1,6 @@
 Name:           perl-Net-Appliance-Session
 Version:        4.131260
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Run command-line sessions to network appliances
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -8,6 +8,8 @@ URL:            http://search.cpan.org/dist/Net-Appliance-Session/
 Source0:        http://www.cpan.org/authors/id/O/OL/OLIVER/Net-Appliance-Session-%{version}.tar.gz
 BuildArch:      noarch
 
+BuildRequires:  perl
+BuildRequires:  perl(Class::Load)
 BuildRequires:  perl(Cwd)
 BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -23,6 +25,7 @@ BuildRequires:  perl(Text::Glob)
 BuildRequires:  perl(Text::ParseWords)
 BuildRequires:  perl(Try::Tiny)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(Class::Load)
 Requires:       perl(Net::CLI::Interact) >= 1.122100
 
 %description
@@ -57,6 +60,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Feb 10 2015 Petr Pisar <ppisar at redhat.com> - 4.131260-4
+- Specify all dependencies
+
 * Fri Aug 29 2014 Jitka Plesnikova <jplesnik at redhat.com> - 4.131260-3
 - Perl 5.20 rebuild
 


More information about the scm-commits mailing list