- Update to 1.4.3
has freeipmi-1.4.2.patch included, drop local patch - Fix compile bug, add freeipmi-1.4.2.patch OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/freeipmi?expand=0&rev=48
This commit is contained in:
committed by
Git OBS Bridge
parent
1a799b1ab0
commit
a1b51928c0
@@ -1,19 +0,0 @@
|
|||||||
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)
|
|
||||||
{
|
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:35cd0f1de3fdf8d7477f3080d3852ec402f8bcb1644adc6531e3f7b7bd7d670c
|
|
||||||
size 3089147
|
|
3
freeipmi-1.4.3.tar.gz
Normal file
3
freeipmi-1.4.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2d8701555f7fd5c3cdc0186e2e435d2ed7945047d22b66088f1e5417dcc35386
|
||||||
|
size 3089282
|
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 8 06:54:32 UTC 2014 - kkaempf@suse.com
|
||||||
|
|
||||||
|
- Update to 1.4.3
|
||||||
|
has freeipmi-1.4.2.patch included, drop local patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 7 06:17:51 UTC 2014 - kkaempf@suse.com
|
Wed May 7 06:17:51 UTC 2014 - kkaempf@suse.com
|
||||||
|
|
||||||
@@ -7,6 +13,8 @@ Wed May 7 06:17:51 UTC 2014 - kkaempf@suse.com
|
|||||||
o Support 'ipmiping' workaround in ipmipower.
|
o Support 'ipmiping' workaround in ipmipower.
|
||||||
o Minor documentation updates.
|
o Minor documentation updates.
|
||||||
|
|
||||||
|
- Fix compile bug, add freeipmi-1.4.2.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 4 12:20:07 UTC 2014 - kkaempf@suse.com
|
Tue Mar 4 12:20:07 UTC 2014 - kkaempf@suse.com
|
||||||
|
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define name freeipmi
|
%define name freeipmi
|
||||||
%define version 1.4.2
|
%define version 1.4.3
|
||||||
%define srcversion %{version}
|
%define srcversion %{version}
|
||||||
%if %{?_with_debug:1}%{!?_with_debug:0}
|
%if %{?_with_debug:1}%{!?_with_debug:0}
|
||||||
%define release 1.debug%{?dist}
|
%define release 1.debug%{?dist}
|
||||||
@@ -36,8 +36,6 @@ Source0: http://ftp.gnu.org/gnu/freeipmi/%{name}-%{srcversion}.tar.gz
|
|||||||
Source1: bmc-watchdog.service
|
Source1: bmc-watchdog.service
|
||||||
Source2: ipmidetectd.service
|
Source2: ipmidetectd.service
|
||||||
Source3: ipmiseld.service
|
Source3: ipmiseld.service
|
||||||
# PATCH-FIX-UPSTREAM: fix compile without debug, kkaempf@suse.de
|
|
||||||
Patch: %{name}-%{version}.patch
|
|
||||||
Summary: FreeIPMI
|
Summary: FreeIPMI
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
Group: System/Management
|
Group: System/Management
|
||||||
@@ -115,7 +113,6 @@ This service detects and monitors IPMI nodes.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{srcversion}
|
%setup -q -n %{name}-%{srcversion}
|
||||||
%patch -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%if 0%{?suse_version} >= 1110
|
%if 0%{?suse_version} >= 1110
|
||||||
|
Reference in New Issue
Block a user