[redhat-lsb] Resolves:rh#745100: Add requires: perl-Digest-MD5

pnemade pnemade at fedoraproject.org
Thu Oct 13 06:47:26 UTC 2011


commit 1952ce74b54b9b37eb89a9218f7eba0b6657e16b
Author: Parag Nemade <pnemade at redhat.com>
Date:   Thu Oct 13 12:17:06 2011 +0530

    Resolves:rh#745100: Add requires: perl-Digest-MD5

 redhat-lsb.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/redhat-lsb.spec b/redhat-lsb.spec
index f0d97a2..68c33cf 100644
--- a/redhat-lsb.spec
+++ b/redhat-lsb.spec
@@ -49,7 +49,7 @@
 Summary: LSB base libraries support for Red Hat Enterprise Linux
 Name: redhat-lsb
 Version: 4.0
-Release: 7%{?dist}
+Release: 8%{?dist}
 URL: http://www.linuxfoundation.org/collaborate/workgroups/lsb
 Source0: %{name}-%{version}-%{srcrelease}.tar.bz2
 #Source1: http://prdownloads.sourceforge.net/lsb/lsb-release-%{upstreamlsbrelver}.tar.gz
@@ -340,6 +340,8 @@ Requires: /usr/sbin/usermod
 # Add split off packages from core perl package
 Requires: perl(Locale::Codes)
 Requires: perl(Class::ISA)
+## following for f17 and above
+Requires: perl(Digest::MD5)
 
 %description
 The Linux Standard Base (LSB) is an attempt to develop a set of
@@ -727,6 +729,9 @@ fi
 
 
 %changelog
+* Thu Oct 13 2011 Parag <pnemade AT redhat DOT com> - 4.0-8
+- Resolves:rh#745100: Add requires: perl-Digest-MD5
+
 * Wed Oct 12 2011 Parag <pnemade AT redhat DOT com> - 4.0-7
 - Resolves:rh#654689,rh#736822
 - Added dependencies for perl-Locale-Codes and perl-Class-ISA


More information about the scm-commits mailing list