ipmitool documentation fix

This commit is contained in:
Ales Ledvinka 2012-12-04 14:36:20 +01:00
parent 081f687d9e
commit a9fc0182f4
2 changed files with 2448 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -32,8 +32,12 @@ Patch5: ipmitool-1.8.12-bigendian.patch
Patch6: ipmitool-cvs-mc-sysinfo-dell.patch
# https://sourceforge.net/tracker/?func=detail&aid=3578022&group_id=95200&atid=610550
Patch7: ipmitool-1.8.12-bigendian2.patch
# http://sourceforge.net/tracker/?func=detail&aid=3588727&group_id=95200&atid=610550
Patch8: ipmitool-1.8.12-ciper-suite-default.patch
# http://sourceforge.net/tracker/?func=detail&aid=3588726&group_id=95200&atid=610550
Patch9: ipmitool-1.8.12-activate-core.patch
# todo
Patch10: ipmitool-1.8.12f-toolman.patch
%description
This package contains a utility for interfacing with devices that support
@ -62,6 +66,7 @@ setting LAN configuration, and chassis power control.
%patch7 -p1 -b .bigendian2
%patch8 -p1 -b .cip
%patch9 -p1 -b .noactivate
%patch10 -p1 -b .toolman
for f in AUTHORS ChangeLog; do
iconv -f iso-8859-1 -t utf8 < ${f} > ${f}.utf8
@ -127,7 +132,10 @@ install -Dm 755 %{SOURCE6} %{buildroot}%{_libexecdir}/exchange-bmc-os-info
%changelog
* Fri Nov 30 2012 Praveen K Paladugu <praveen_paladugu@dell.com> -1.8.12-8
* Tue Dec 4 2012 Ales Ledvinka <aledvink@redhat.com> 1.8.12-9
- fixed ipmitool documentation
* Fri Nov 30 2012 Praveen K Paladugu <praveen_paladugu@dell.com> 1.8.12-8
- service & scripts to allow OS to capture BMC's IP & URL info
- Also pass the OS information to BMC
- patches submitted by Charles Rose (charles_rose[at]dell.com)