[perl-Mozilla-CA] Specify all dependencies

Petr Pisar ppisar at fedoraproject.org
Thu Jan 16 13:48:27 UTC 2014


commit 7be537aa6d485cf1e64a3e7efb5ea7d8426cc240
Author: Petr Písař <ppisar at redhat.com>
Date:   Thu Jan 16 14:46:18 2014 +0100

    Specify all dependencies

 perl-Mozilla-CA.spec |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/perl-Mozilla-CA.spec b/perl-Mozilla-CA.spec
index 3e42fda..61afc49 100644
--- a/perl-Mozilla-CA.spec
+++ b/perl-Mozilla-CA.spec
@@ -2,7 +2,7 @@ Name:           perl-Mozilla-CA
 # You do not need to back-port new version for list of certificates solely.
 # They are taken from ca-certificates package instead per bug #738383.
 Version:        20130114
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Mozilla's CA cert bundle in PEM format
 License:        MPLv1.1 or LGPLv2+ or GPLv2+
 Group:          Development/Libraries
@@ -11,10 +11,13 @@ Source0:        http://www.cpan.org/authors/id/A/AB/ABH/Mozilla-CA-%{version}.ta
 # Bug #738383
 Patch0:         Mozilla-CA-20130114-Redirect-to-ca-certificates-bundle.patch
 BuildArch:      noarch
+BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
-# Tests:
+# Run-time:
 BuildRequires:  ca-certificates
+BuildRequires:  perl(strict)
 BuildRequires:  perl(File::Spec)
+# Tests:
 BuildRequires:  perl(Test)
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 Requires:       ca-certificates
@@ -50,6 +53,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jan 16 2014 Petr Pisar <ppisar at redhat.com> - 20130114-5
+- Specify all dependencies
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 20130114-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list