Dan Kenigsberg has uploaded a new change for review. Change subject: spec: allow all archs in Fedora ......................................................................
spec: allow all archs in Fedora As long as Vdsm is in Fedora, its Fedora build must abide to the rules and allow building on all supported Fedora architectures. Change-Id: I35b4c2e141735351b1069070b01893dc1bdf7043 Bug-Url: https://bugzilla.redhat.com/1141669 Signed-off-by: Dan Kenigsberg <[email protected]> --- M vdsm.spec.in 1 file changed, 3 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/68/33368/1 diff --git a/vdsm.spec.in b/vdsm.spec.in index fe95374..7c57fc3 100644 --- a/vdsm.spec.in +++ b/vdsm.spec.in @@ -66,7 +66,10 @@ Source0: %{vdsm_name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +%if !%{fedora_koji_build} ExclusiveArch: x86_64 ppc64 +%endif + BuildRequires: gcc BuildRequires: python BuildRequires: python-devel -- To view, visit http://gerrit.ovirt.org/33368 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I35b4c2e141735351b1069070b01893dc1bdf7043 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Dan Kenigsberg <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
