From d38182aa8e279c6642e0f0a003b3a1e4c5080911 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Sat, 28 Aug 2010 12:16:53 +0200 Subject: [PATCH] - no valgrind on s390(x) --- libkate.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libkate.spec b/libkate.spec index f2535ef..6b378e5 100644 --- a/libkate.spec +++ b/libkate.spec @@ -2,7 +2,7 @@ Name: libkate Version: 0.3.7 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Libraries to handle the Kate bitstream format Group: System Environment/Libraries @@ -17,7 +17,9 @@ BuildRequires: liboggz BuildRequires: libpng-devel BuildRequires: bison BuildRequires: flex +%ifnarch s390 s390x BuildRequires: valgrind +%endif BuildRequires: doxygen @@ -134,6 +136,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Aug 28 2010 Dan HorĂ¡k - 0.3.7-3 +- no valgrind on s390(x) + * Wed Jul 21 2010 David Malcolm - 0.3.7-2 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild