diff options
-rw-r--r-- | php-horde-Horde-Crypt-Blowfish.spec | 4 |
1 files changed, 4 insertions, 0 deletions
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 \ |