support setting OS name and Hostname on BMC (#857878)
This commit is contained in:
parent
b7c66c7bea
commit
8ff094c6f4
1655
ipmitool-cvs-mc-sysinfo-dell.patch
Normal file
1655
ipmitool-cvs-mc-sysinfo-dell.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,7 @@
|
|||||||
Name: ipmitool
|
Name: ipmitool
|
||||||
Summary: Utility for IPMI control
|
Summary: Utility for IPMI control
|
||||||
Version: 1.8.12
|
Version: 1.8.12
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: http://ipmitool.sourceforge.net/
|
URL: http://ipmitool.sourceforge.net/
|
||||||
@ -23,6 +23,7 @@ Patch3: ipmitool-1.8.11-remove-umask0.patch
|
|||||||
Patch4: ipmitool-1.8.11-systemd.patch
|
Patch4: ipmitool-1.8.11-systemd.patch
|
||||||
# https://sourceforge.net/tracker/index.php?func=detail&aid=3564701&group_id=95200&atid=610550
|
# https://sourceforge.net/tracker/index.php?func=detail&aid=3564701&group_id=95200&atid=610550
|
||||||
Patch5: ipmitool-1.8.12-bigendian.patch
|
Patch5: ipmitool-1.8.12-bigendian.patch
|
||||||
|
Patch6: ipmitool-cvs-mc-sysinfo-dell.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package contains a utility for interfacing with devices that support
|
This package contains a utility for interfacing with devices that support
|
||||||
@ -47,6 +48,7 @@ setting LAN configuration, and chassis power control.
|
|||||||
%patch3 -p1 -b .umask
|
%patch3 -p1 -b .umask
|
||||||
%patch4 -p1 -b .systemd
|
%patch4 -p1 -b .systemd
|
||||||
%patch5 -p1 -b .bigendian
|
%patch5 -p1 -b .bigendian
|
||||||
|
%patch6 -p1 -b .mcsysinfodell
|
||||||
|
|
||||||
for f in AUTHORS ChangeLog; do
|
for f in AUTHORS ChangeLog; do
|
||||||
iconv -f iso-8859-1 -t utf8 < ${f} > ${f}.utf8
|
iconv -f iso-8859-1 -t utf8 < ${f} > ${f}.utf8
|
||||||
@ -97,6 +99,9 @@ install -Dpm 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/sysconfig/ipmievd
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 17 2012 Ales Ledvinka <aledvink@redhat.cz> 1.8.12-4
|
||||||
|
- support setting OS name and Hostname on BMC
|
||||||
|
|
||||||
* Tue Sep 04 2012 Dan Horák <dan[at]danny.cz> - 1.8.12-3
|
* Tue Sep 04 2012 Dan Horák <dan[at]danny.cz> - 1.8.12-3
|
||||||
- fix build on big endian arches
|
- fix build on big endian arches
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user