[perl-Tie-EncryptedHash] Specify all dependencies

Petr Pisar ppisar at fedoraproject.org
Tue Jun 12 11:58:10 UTC 2012


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

    Specify all dependencies

 perl-Tie-EncryptedHash.spec |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/perl-Tie-EncryptedHash.spec b/perl-Tie-EncryptedHash.spec
index 0b14eea..3508ad4 100644
--- a/perl-Tie-EncryptedHash.spec
+++ b/perl-Tie-EncryptedHash.spec
@@ -9,10 +9,15 @@ Source0:	http://search.cpan.org/CPAN/authors/id/V/VI/VIPUL/Tie-EncryptedHash-%{v
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 BuildArch:	noarch
+BuildRequires:	perl(ExtUtils::MakeMaker)
+# Run-time
+BuildRequires:  perl(Carp)
 BuildRequires:	perl(Crypt::CBC)
+BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(Digest::MD5)
+# Tests
 BuildRequires:	perl(Crypt::Blowfish)
-BuildRequires:	perl(Crypt::DES)
-BuildRequires:	perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(lib)
 
 %description
 Tie::EncryptedHash augments Perl hash semantics to build secure, encrypting
@@ -62,6 +67,7 @@ default, but can be instructed to employ any cipher supported by Crypt::CBC(3).
 %changelog
 * Tue Jun 12 2012 Petr Pisar <ppisar at redhat.com> - 1.24-9
 - Perl 5.16 rebuild
+- Specify all dependencies
 
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.24-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild


More information about the scm-commits mailing list