[pgp-tools] Fix dependency declaration for Digest::MD5

Paul Howarth pghmcfc at fedoraproject.org
Mon Apr 30 14:12:20 UTC 2012


commit 22798322cd1f01d19bc61f6bc509da8b1746545b
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Apr 30 15:12:03 2012 +0100

    Fix dependency declaration for Digest::MD5

 pgp-tools.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/pgp-tools.spec b/pgp-tools.spec
index f6d8da3..67b93d3 100644
--- a/pgp-tools.spec
+++ b/pgp-tools.spec
@@ -2,7 +2,7 @@
 %define debian_version 1.1.3
 Name:           pgp-tools
 Version:        %{debian_version}
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Collection of several utilities related to OpenPGP
 Group:          Applications/System
 License:        BSD and GPLv2+
@@ -12,7 +12,7 @@ Patch0:         %{name}-1.1-drop-pgpring.patch
 
 # for gpgdir test suite
 BuildRequires:  gpg, perl(GnuPG::Interface), perl(Term::ReadKey), perl(Class::MethodMaker)
-BuildRequires:  perl-Digest-MD5
+BuildRequires:  perl(Digest::MD5)
 Requires:       gpg, perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires:       coreutils, sed, /usr/sbin/sendmail, perl(Locale::Recode)
 Requires:       perl(Class::MethodMaker), perl(Term::ReadKey)
@@ -110,6 +110,9 @@ exit $RC
 %doc __fedora_docs/*
 
 %changelog
+* Mon Apr 30 2012 Paul Howarth <paul at city-fan.org> - 1.1.3-7
+- Fix dependency declaration for Digest::MD5
+
 * Mon Apr 30 2012 Peter Robinson <pbrobinson at fedoraproject.org> - 1.1.3-6
 - Add missing perl module to fix FTBFS
 


More information about the scm-commits mailing list