Add mtce dependency on ipmitool
ipmitool was recently found to be missing from the load after a rpm cleanup that seemed to remove all dependency on it. Maintenance and its Hardware Monitor use the ipmitool for power / reset control as well as sensor monitoring. This update adds a dependency on ipmitool in the maintenance mtcAgent and hwmon rpm build recipe so that it will always be included in the load with maintenance. Closes-Bug:1821958 Test Plan: PASS: Verify ipmitool in load PASS: Verify mtce and hwmon rpm dependency on ipmitool PASS: Verify system install Change-Id: I958a2365f6df7bdbf942bc57c1aa17ee2ae6a73d Signed-off-by: Eric MacDonald <eric.macdonald@windriver.com>
This commit is contained in:
parent
676828328e
commit
f10b9a5170
@ -5,3 +5,4 @@ libevent
|
|||||||
libevent-devel
|
libevent-devel
|
||||||
resource-agents
|
resource-agents
|
||||||
facter
|
facter
|
||||||
|
ipmitool
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
SRC_DIR="src"
|
SRC_DIR="src"
|
||||||
TIS_PATCH_VER=147
|
TIS_PATCH_VER=148
|
||||||
BUILD_IS_SLOW=5
|
BUILD_IS_SLOW=5
|
||||||
|
@ -66,6 +66,7 @@ Requires: libstdc++.so.6(GLIBCXX_3.4.15)(64bit)
|
|||||||
Requires: libpthread.so.0()(64bit)
|
Requires: libpthread.so.0()(64bit)
|
||||||
Requires: /usr/bin/expect
|
Requires: /usr/bin/expect
|
||||||
Requires: python-rtslib
|
Requires: python-rtslib
|
||||||
|
Requires: /usr/bin/ipmitool
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Titanium Cloud Host Maintenance services. A suite of daemons that provide
|
Titanium Cloud Host Maintenance services. A suite of daemons that provide
|
||||||
@ -167,6 +168,7 @@ Requires: libgcc_s.so.1()(64bit)
|
|||||||
Requires: libstdc++.so.6(GLIBCXX_3.4)(64bit)
|
Requires: libstdc++.so.6(GLIBCXX_3.4)(64bit)
|
||||||
Requires: libstdc++.so.6(GLIBCXX_3.4.15)(64bit)
|
Requires: libstdc++.so.6(GLIBCXX_3.4.15)(64bit)
|
||||||
Requires: libpthread.so.0()(64bit)
|
Requires: libpthread.so.0()(64bit)
|
||||||
|
Requires: /usr/bin/ipmitool
|
||||||
|
|
||||||
%description -n mtce-hwmon
|
%description -n mtce-hwmon
|
||||||
Titanium Cloud Host Maintenance Hardware Monitor Service (hwmond) adds
|
Titanium Cloud Host Maintenance Hardware Monitor Service (hwmond) adds
|
||||||
|
Loading…
Reference in New Issue
Block a user