Use valgrind_arches macro instead of hardcoding valgrind arch list

This commit is contained in:
Kalev Lember 2018-03-29 22:41:22 +02:00
parent eeaf5bcc3c
commit c6dc4b71e9

View File

@ -1,7 +1,7 @@
# first two digits of version
%global release_version %%(echo %{version} | awk -F. '{print $1"."$2}')
%ifarch %{ix86} x86_64 ppc ppc64 ppc64le s390x armv7hl aarch64
%ifarch %{valgrind_arches}
%global has_valgrind 1
%endif
@ -90,6 +90,7 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%changelog
* Thu Mar 29 2018 Kalev Lember <klember@redhat.com> - 0.18.6-1
- Update to 0.18.6
- Use valgrind_arches macro instead of hardcoding valgrind arch list
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.18.5-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild