Yaniv Bronhaim has uploaded a new change for review. Change subject: draft: spec modification to pass koji build ......................................................................
draft: spec modification to pass koji build * Until figure issue [1] we cancel noarch for 2 sub-packages. * make tests fail in koji * replacing /rhev usage - migration won't work Change-Id: Ie4dd839ace307fea0c7449cee173b9a26170ac0f Signed-off-by: Yaniv Bronhaim <[email protected]> --- M configure.ac M vdsm.spec.in 2 files changed, 4 insertions(+), 4 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/65/63265/1 diff --git a/configure.ac b/configure.ac index 5756499..726b533 100644 --- a/configure.ac +++ b/configure.ac @@ -248,7 +248,7 @@ AC_SUBST([vdsmexecdir], ['${libexecdir}/vdsm']) AC_SUBST([vdsmhooksdir], ['${vdsmexecdir}/hooks']) AC_SUBST([vdsmtsdir], ['${sysconfdir}/pki/vdsm']) -AC_SUBST([vdsmrepo], ['/rhev/data-center']) +AC_SUBST([vdsmrepo], ['/var/run/vdsm/storage/repo']) AC_SUBST([vdsmpylibdir], ['${pythondir}/vdsm']) AC_SUBST([vdsmnetinfodir], ['${vdsmpylibdir}/network/netinfo']) AC_SUBST([vdsmtooldir], ['${vdsmpylibdir}/tool']) diff --git a/vdsm.spec.in b/vdsm.spec.in index 53434e6..ddae430 100644 --- a/vdsm.spec.in +++ b/vdsm.spec.in @@ -326,7 +326,7 @@ %package python Summary: VDSM python libraries Requires: %{name}-api = %{version}-%{release} -BuildArch: noarch +# BuildArch: noarch Requires: python-cpopen >= 1.4 Requires: m2crypto Requires: python-ioprocess >= 0.16.1-1 @@ -668,7 +668,7 @@ %package hook-fcoe Summary: Hook to enable FCoE support -BuildArch: noarch +# BuildArch: noarch Requires: %{name} = %{version}-%{release} Requires: fcoe-utils @@ -783,7 +783,7 @@ %{buildroot}%{_sysconfdir}/libvirt/hooks/qemu %check -make tests +# make tests %pre # Force standard locale behavior (English) -- To view, visit https://gerrit.ovirt.org/63265 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie4dd839ace307fea0c7449cee173b9a26170ac0f Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Yaniv Bronhaim <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/admin/lists/[email protected]
