From 381114ce832414b2a4afb46ef58d5c69b7f3c706 Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Mar 17 2014 14:32:33 +0000 Subject: add BR for perl-Digest-MD5, which is required by the test-suite --- diff --git a/curl.spec b/curl.spec index 1b9d296..1cd03a4 100644 --- a/curl.spec +++ b/curl.spec @@ -1,7 +1,7 @@ Summary: A utility for getting files from remote servers (FTP, HTTP, and others) Name: curl Version: 7.35.0 -Release: 3%{?dist} +Release: 4%{?dist} License: MIT Group: Applications/Internet Source: http://curl.haxx.se/download/%{name}-%{version}.tar.lzma @@ -48,6 +48,11 @@ BuildRequires: pkgconfig BuildRequires: stunnel BuildRequires: zlib-devel +# perl-Digest-MD5 (formerly part of perl) is required by the test-suite +%if 19 < 0%{?fedora} || 6 < 0%{?rhel} +BuildRequires: perl-Digest-MD5 +%endif + # require valgrind to boost test coverage on i386 and x86_64 %ifarch %{ix86} x86_64 BuildRequires: valgrind @@ -229,6 +234,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/aclocal/libcurl.m4 %changelog +* Mon Mar 17 2014 Kamil Dudka 7.35.0-4 +- add BR for perl-Digest-MD5, which is required by the test-suite + * Wed Mar 05 2014 Kamil Dudka 7.35.0-3 - avoid spurious failure of test1086 on s390(x) koji builders (#1072273)