Dan Kenigsberg has uploaded a new change for review. Change subject: rpm: make vdsm-python package noarch ......................................................................
rpm: make vdsm-python package noarch The vdsm-python package should be noarch. It seems that this was simply forgotten previously. This patch fixes this issue. Change-Id: Iea04b78b9e566cdea8538b18a83996739779ce98 Signed-off-by: Yoav Kleinberger <[email protected]> Reviewed-on: http://gerrit.ovirt.org/31071 Reviewed-by: Dan Kenigsberg <[email protected]> --- M vdsm.spec.in 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/61/32361/1 diff --git a/vdsm.spec.in b/vdsm.spec.in index bed4073..bc20332 100644 --- a/vdsm.spec.in +++ b/vdsm.spec.in @@ -330,6 +330,7 @@ Requires: python-cpopen >= 1.2.3-5 Requires: m2crypto Requires: python-ioprocess >= 0.5-1 +BuildArch: noarch %description python Shared libraries between the various VDSM packages. -- To view, visit http://gerrit.ovirt.org/32361 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iea04b78b9e566cdea8538b18a83996739779ce98 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: ovirt-3.5 Gerrit-Owner: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Yoav Kleinberger <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
