- Update to 1.4.2

o In ipmi-oem, support Supermicro get-power-supply-status and
    get-pmbus-power-supply-status commands.
  o Support 'ipmiping' workaround in ipmipower.
  o Minor documentation updates.

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/freeipmi?expand=0&rev=47
This commit is contained in:
Klaus Kämpf 2014-05-07 06:28:05 +00:00 committed by Git OBS Bridge
parent bb692c58a3
commit 1a799b1ab0
5 changed files with 35 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a6ad19d92dbe6f56aebe366adb1cc8fedda67f8d325e47b84073d56f0824f9e2
size 3085238

19
freeipmi-1.4.2.patch Normal file
View File

@ -0,0 +1,19 @@
diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x autom4te.cache -x .deps -x .libs ../orig-freeipmi-1.4.2/ipmipower/ipmipower_ping.c ./ipmipower/ipmipower_ping.c
--- ../orig-freeipmi-1.4.2/ipmipower/ipmipower_ping.c 2014-03-20 00:02:25.000000000 +0100
+++ ./ipmipower/ipmipower_ping.c 2014-05-07 08:23:35.006832873 +0200
@@ -405,6 +405,7 @@
exit (EXIT_FAILURE);
}
+#ifndef NDEBUG
if (cmd_args.rmcpdump)
{
char hdrbuf[DEBUG_UTIL_HDR_BUFLEN];
@@ -429,6 +430,7 @@
tmpl_cmd_get_channel_authentication_capabilities_rs) < 0)
IPMIPOWER_DEBUG (("ipmi_dump_lan_packet: %s", strerror (errno)));
}
+#endif /* NDEBUG */
if ((checksum_ret = ipmi_lan_check_packet_checksum (buf, len)) < 0)
{

3
freeipmi-1.4.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:35cd0f1de3fdf8d7477f3080d3852ec402f8bcb1644adc6531e3f7b7bd7d670c
size 3089147

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed May 7 06:17:51 UTC 2014 - kkaempf@suse.com
- Update to 1.4.2
o In ipmi-oem, support Supermicro get-power-supply-status and
get-pmbus-power-supply-status commands.
o Support 'ipmiping' workaround in ipmipower.
o Minor documentation updates.
-------------------------------------------------------------------
Tue Mar 4 12:20:07 UTC 2014 - kkaempf@suse.com

View File

@ -18,7 +18,7 @@
%define name freeipmi
%define version 1.4.1
%define version 1.4.2
%define srcversion %{version}
%if %{?_with_debug:1}%{!?_with_debug:0}
%define release 1.debug%{?dist}
@ -36,6 +36,8 @@ Source0: http://ftp.gnu.org/gnu/freeipmi/%{name}-%{srcversion}.tar.gz
Source1: bmc-watchdog.service
Source2: ipmidetectd.service
Source3: ipmiseld.service
# PATCH-FIX-UPSTREAM: fix compile without debug, kkaempf@suse.de
Patch: %{name}-%{version}.patch
Summary: FreeIPMI
License: GPL-3.0+
Group: System/Management
@ -113,6 +115,7 @@ This service detects and monitors IPMI nodes.
%prep
%setup -q -n %{name}-%{srcversion}
%patch -p1
%build
%if 0%{?suse_version} >= 1110