From d9e9c2f759a97023b889c17b28c0fe4b6faad34e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Wed, 14 Jul 2010 16:17:54 +0000 Subject: [PATCH] - don't run test on s390(x) --- orc.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/orc.spec b/orc.spec index f0921bb..be728bb 100644 --- a/orc.spec +++ b/orc.spec @@ -1,6 +1,6 @@ Name: orc Version: 0.4.5 -Release: 2%{?dist} +Release: 3%{?dist} Summary: The Oil Run-time Compiler Group: System Environment/Libraries @@ -78,7 +78,9 @@ rm -rf %{buildroot} %check +%ifnarch s390 s390x make check +%endif %post -p /sbin/ldconfig @@ -111,6 +113,9 @@ make check %changelog +* Tue Jul 13 2010 Dan HorĂ¡k - 0.4.5-3 +- don't run test on s390(x) + * Sun Jun 13 2010 Fabian Deutsch - 0.4.5-2 - Added removed testing libraries to package.