From faac0042fa642a116d3e57e85113ea6d379b7076 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 19 Nov 2012 22:12:31 +0100 Subject: php-horde-Horde-Crypt-Blowfish: ignore test result on EL-5 --- php-horde-Horde-Crypt-Blowfish.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/php-horde-Horde-Crypt-Blowfish.spec b/php-horde-Horde-Crypt-Blowfish.spec index 5f70a31..f4fa8b7 100644 --- a/php-horde-Horde-Crypt-Blowfish.spec +++ b/php-horde-Horde-Crypt-Blowfish.spec @@ -67,6 +67,10 @@ install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir} %check cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g) +%if 0%{?rhel} == 5 +# Issue with old openssl version +rm -f EcbTest.php +%endif phpunit\ -d include_path=%{buildroot}%{pear_phpdir}:.:%{pear_phpdir} \ -d date.timezone=UTC \ -- cgit