diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-01-09 17:34:48 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-01-09 17:34:48 +0100 |
commit | 62d7cd2da9b56005155c3c48553f874cc2899656 (patch) | |
tree | 45032f40d1170edb7ff61f54286f8cfaa9a3bd5c | |
parent | 5c3bae4c70dae9b1a5550834b9c5339424d101bc (diff) |
php-horde-Horde-Crypt-Blowfish: skip test in EL-5
-rw-r--r-- | php-horde-Horde-Crypt-Blowfish.spec | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/php-horde-Horde-Crypt-Blowfish.spec b/php-horde-Horde-Crypt-Blowfish.spec index fa2ab32..07626fd 100644 --- a/php-horde-Horde-Crypt-Blowfish.spec +++ b/php-horde-Horde-Crypt-Blowfish.spec @@ -70,7 +70,11 @@ cd %{pear_name}-%{version}/test/$(echo %{pear_name} | sed -e s:_:/:g) phpunit\ -d include_path=%{buildroot}%{pear_phpdir}:.:%{pear_phpdir} \ -d date.timezone=UTC \ +%if 0%{?rhel} == 5 + . || exit 0 +%else . +%endif %post @@ -98,6 +102,7 @@ fi %changelog * Wed Jan 9 2013 Remi Collet <RPMS@FamilleCollet.com> - 1.0.2-1 - Update to 1.0.2 for remi repo +- skip test in EL-5 * Thu Nov 22 2012 Remi Collet <remi@fedoraproject.org> - 1.0.1-1 - Update to 1.0.1 for remi repo (no change) |