From 1952ce74b54b9b37eb89a9218f7eba0b6657e16b Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Thu, 13 Oct 2011 12:17:06 +0530 Subject: [PATCH] Resolves:rh#745100: Add requires: perl-Digest-MD5 --- redhat-lsb.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 - 4.0-8 +- Resolves:rh#745100: Add requires: perl-Digest-MD5 + * Wed Oct 12 2011 Parag - 4.0-7 - Resolves:rh#654689,rh#736822 - Added dependencies for perl-Locale-Codes and perl-Class-ISA