Anatoly Litovsky has uploaded a new change for review. Change subject: Adding openIPMI pkg requirement ......................................................................
Adding openIPMI pkg requirement In order to allow node editing and support node ipmi plugin we are adding openIPMI as pre installed package Change-Id: I224b9f7f40ab2e72ddcf2cf0628a71a128323ab9 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1281660 Signed-off-by: Tolik Litovsky <[email protected]> --- M configure.ac M recipe/common-pkgs.ks 2 files changed, 4 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/99/48599/1 diff --git a/configure.ac b/configure.ac index ebef419..0308cdd 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ define([VERSION_MAJOR], [3]) define([VERSION_MINOR], [7]) -define([VERSION_FIX], [0]) +define([VERSION_FIX], [999]) define([VERSION_NUMBER], VERSION_MAJOR[.]VERSION_MINOR[.]VERSION_FIX) define([VERSION_RELEASE], [0.0]) define([VERSION_SUFFIX], [master]) diff --git a/recipe/common-pkgs.ks b/recipe/common-pkgs.ks index 9949ae4..e552be4 100644 --- a/recipe/common-pkgs.ks +++ b/recipe/common-pkgs.ks @@ -121,3 +121,6 @@ libicu xfsprogs + +#ipmi for edit node +openIPMI -- To view, visit https://gerrit.ovirt.org/48599 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I224b9f7f40ab2e72ddcf2cf0628a71a128323ab9 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Anatoly Litovsky <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
