SPECS: kerneloops.spec - valgrind not available on all arches
glen
glen at pld-linux.org
Tue Jul 15 17:06:09 CEST 2008
Author: glen Date: Tue Jul 15 15:06:09 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- valgrind not available on all arches
---- Files affected:
SPECS:
kerneloops.spec (1.6 -> 1.7)
---- Diffs:
================================================================
Index: SPECS/kerneloops.spec
diff -u SPECS/kerneloops.spec:1.6 SPECS/kerneloops.spec:1.7
--- SPECS/kerneloops.spec:1.6 Mon Jul 14 14:22:44 2008
+++ SPECS/kerneloops.spec Tue Jul 15 17:06:04 2008
@@ -2,7 +2,7 @@
#
# Conditional build:
%bcond_without tests # build without tests
-#
+
Summary: Tool to automatically collect and submit kernel crash signatures
Name: kerneloops
Version: 0.11
@@ -22,8 +22,10 @@
BuildRequires: libnotify-devel
BuildRequires: rpmbuild(macros) >= 1.268
%if %{with tests}
+%ifnarch %{ix86} %{x8664} ppc ppc64
BuildRequires: valgrind
%endif
+%endif
Requires: rc-scripts
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -88,6 +90,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.7 2008/07/15 15:06:04 glen
+- valgrind not available on all arches
+
Revision 1.6 2008/07/14 12:22:44 paszczus
- rel 2
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kerneloops.spec?r1=1.6&r2=1.7&f=u
More information about the pld-cvs-commit
mailing list