diff --git a/gdb.changes b/gdb.changes index 56096ec..d5c27eb 100644 --- a/gdb.changes +++ b/gdb.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Sep 10 15:45:17 UTC 2019 - matz@suse.com + +- Disable use of valgrind on old s390 (31bit) distros. + ------------------------------------------------------------------- Fri Aug 23 16:00:18 UTC 2019 - Tom de Vries diff --git a/gdb.spec b/gdb.spec index d716700..b4f739a 100644 --- a/gdb.spec +++ b/gdb.spec @@ -377,8 +377,11 @@ BuildRequires: fpc %endif %endif %if 0%{?suse_version} >= 1200 +%ifnarch s390 +# s390 (for SLE12) doesn't have valgrind BuildRequires: valgrind %endif +%endif %endif # %%{with testsuite}