Michael Burns has uploaded a new change for review. Change subject: update some of the kickstart/recipes ......................................................................
update some of the kickstart/recipes it was not including the plugin rpm, so no vdsm Change-Id: I01208cb1d19fbabd2f6dd11d9bfc5e7c0f2a840c Signed-off-by: Mike Burns <[email protected]> --- M ovirt-node-plugin-vdsm.spec.in M recipe/vdsm-plugin-iso.ks 2 files changed, 5 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node-plugin-vdsm refs/changes/81/17281/1 diff --git a/ovirt-node-plugin-vdsm.spec.in b/ovirt-node-plugin-vdsm.spec.in index 8487bf3..bbe512f 100644 --- a/ovirt-node-plugin-vdsm.spec.in +++ b/ovirt-node-plugin-vdsm.spec.in @@ -1,7 +1,7 @@ Summary: A plugin to make oVirt Node installs compatible with oVirt Engine and vdsm Name: ovirt-node-plugin-vdsm Version: @VERSION@ -Release: 2%{?BUILD_NUMBER}%{?extra_release}%{?dist} +Release: 3%{?BUILD_NUMBER}%{?extra_release}%{?dist} Source0: %{name}-%{version}.tar.gz License: GPLv2+ Group: Applications/System diff --git a/recipe/vdsm-plugin-iso.ks b/recipe/vdsm-plugin-iso.ks index 28bb232..8f68336 100644 --- a/recipe/vdsm-plugin-iso.ks +++ b/recipe/vdsm-plugin-iso.ks @@ -1 +1,5 @@ %include ovirt-node-image.ks +%packages --excludedocs --nobase +ovirt-node-plugin-vdsm +%end +%include vdsm-plugin-minimizer -- To view, visit http://gerrit.ovirt.org/17281 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I01208cb1d19fbabd2f6dd11d9bfc5e7c0f2a840c Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node-plugin-vdsm Gerrit-Branch: master Gerrit-Owner: Michael Burns <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
