Use valgrind_arches macro instead of hardcoding valgrind arch list
This commit is contained in:
parent
bc3e9b12aa
commit
48d33ed18f
3
gcr.spec
3
gcr.spec
@ -1,4 +1,4 @@
|
|||||||
%ifarch %{ix86} x86_64 ppc ppc64 ppc64le s390x armv7hl aarch64
|
%ifarch %{valgrind_arches}
|
||||||
%global has_valgrind 1
|
%global has_valgrind 1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -119,6 +119,7 @@ chrpath --delete $RPM_BUILD_ROOT%{_libexecdir}/gcr-prompter
|
|||||||
%changelog
|
%changelog
|
||||||
* Mon Mar 05 2018 Kalev Lember <klember@redhat.com> - 3.27.92-1
|
* Mon Mar 05 2018 Kalev Lember <klember@redhat.com> - 3.27.92-1
|
||||||
- Update to 3.27.92
|
- Update to 3.27.92
|
||||||
|
- Use valgrind_arches macro instead of hardcoding valgrind arch list
|
||||||
|
|
||||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.20.0-7
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.20.0-7
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user