Build the gold plugin on all supported architectures

rhbz#1623305
This commit is contained in:
Tom Stellard 2018-08-29 03:46:42 +00:00
parent 93d2074b7b
commit 9b2b71b935

View file

@ -1,5 +1,6 @@
# Components enabled if supported by target architecture: # Components enabled if supported by target architecture:
%ifarch %ix86 x86_64 %define gold_arches %ix86 x86_64 %arm aarch64 %{power64} s390x
%ifarch %gold_arches
%bcond_without gold %bcond_without gold
%else %else
%bcond_with gold %bcond_with gold
@ -30,7 +31,7 @@
Name: %{pkg_name} Name: %{pkg_name}
Version: %{maj_ver}.%{min_ver}.%{patch_ver} Version: %{maj_ver}.%{min_ver}.%{patch_ver}
Release: 6%{?dist} Release: 7%{?dist}
Summary: The Low Level Virtual Machine Summary: The Low Level Virtual Machine
License: NCSA License: NCSA
@ -314,6 +315,9 @@ fi
%endif %endif
%changelog %changelog
* Wed Aug 29 2018 Tom Stellard <tstellar@redhat.com> - 6.0.1-7
- Build the gold plugin on all supported architectures
* Mon Aug 06 2018 Tom Stellard <tstellar@redhat.com> - 6.0.1-6 * Mon Aug 06 2018 Tom Stellard <tstellar@redhat.com> - 6.0.1-6
- Backport some fixes needed by mesa and rust - Backport some fixes needed by mesa and rust