Created attachment 1067239 [details] spec change Description of problem: Hyphen installs Valgrind on x86(-64) but then uses it only on x86 because it failed on x86-64 in past. But nowadays we have Valgrind support on all architectures with exception of s390. I tested on primary (x86, x86-64, arm), aarch64, ppc64(le), s390(x) and package built on all of them except arm (so I disabled test for it). Version-Release number of selected component (if applicable): 2.8.8-2 How reproducible: always Steps to Reproduce: 1. enable valgrind 2. do builds on primary and secondary architectures Actual results: tests with valgrind are done on x86 only Expected results: tests with valgrind are done on as many architectures as possible Additional info:
pushed to rawhide