Vinzenz Feenstra has uploaded a new change for review. Change subject: spec: Only build x86_64 and ppc64 architectures ......................................................................
spec: Only build x86_64 and ppc64 architectures We're not supporting any other architectures than x86_64 and ppc64 at the moment. This patch restricts the rpm builds to those architectures. Change-Id: Iab30dd4eba6fd068e9605312bfc1c90b03b01564 Signed-off-by: Vinzenz Feenstra <[email protected]> Reviewed-on: http://gerrit.ovirt.org/32125 Reviewed-by: Dan Kenigsberg <[email protected]> Tested-by: Michal Skrivanek <[email protected]> (cherry picked from commit 565bb6cba89af6278e3d4e5ae03884d36a2d803e) --- M vdsm.spec.in 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/52/32152/1 diff --git a/vdsm.spec.in b/vdsm.spec.in index ecac369..a25389e 100644 --- a/vdsm.spec.in +++ b/vdsm.spec.in @@ -61,6 +61,7 @@ Source0: %{vdsm_name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +ExclusiveArch: x86_64 ppc64 BuildRequires: gcc BuildRequires: python BuildRequires: python-devel -- To view, visit http://gerrit.ovirt.org/32152 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iab30dd4eba6fd068e9605312bfc1c90b03b01564 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: ovirt-3.5 Gerrit-Owner: Vinzenz Feenstra <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
