- FreeIPMI 1.3.4 - 12/12/13
------------------------- o Support 'solchannelsupport' workraound in ipmiconsole / IPMICONSOLE_WORKAROUND_SKIP_CHANNEL_PAYLOAD_SUPPORT workaround flag in libipmiconsole. o Fix SDR cache workaround for motherboards with invalid SDR record counts listed. o Workaround Supermicro bug in bmc-watchdog. o Fix error checks in sensor decoding functions, leading to possible problems in ipmi-sensors-config. o Update documentation with additional workarounds for motherboards. o Fix various minor bugs. OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/freeipmi?expand=0&rev=35
This commit is contained in:
parent
26e1c4c5aa
commit
76102d6dda
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8a30a29e43f313cd78bdb0817465359d99f924cddf9ff009e8799e7be5a4b09b
|
|
||||||
size 2174781
|
|
3
freeipmi-1.3.4.tar.bz2
Normal file
3
freeipmi-1.3.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ba705b340cde38ac60263ac6f91d5c266a0feaa2c936bd55e73eebd8aac8c755
|
||||||
|
size 2176024
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 13 07:31:45 UTC 2013 - kkaempf@suse.com
|
||||||
|
|
||||||
|
- FreeIPMI 1.3.4 - 12/12/13
|
||||||
|
-------------------------
|
||||||
|
o Support 'solchannelsupport' workraound in ipmiconsole /
|
||||||
|
IPMICONSOLE_WORKAROUND_SKIP_CHANNEL_PAYLOAD_SUPPORT workaround
|
||||||
|
flag in libipmiconsole.
|
||||||
|
o Fix SDR cache workaround for motherboards with invalid SDR record
|
||||||
|
counts listed.
|
||||||
|
o Workaround Supermicro bug in bmc-watchdog.
|
||||||
|
o Fix error checks in sensor decoding functions, leading to
|
||||||
|
possible problems in ipmi-sensors-config.
|
||||||
|
o Update documentation with additional workarounds for motherboards.
|
||||||
|
o Fix various minor bugs.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 30 08:38:34 UTC 2013 - kkaempf@suse.com
|
Wed Oct 30 08:38:34 UTC 2013 - kkaempf@suse.com
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define name freeipmi
|
%define name freeipmi
|
||||||
%define version 1.3.3
|
%define version 1.3.4
|
||||||
%if %{?_with_debug:1}%{!?_with_debug:0}
|
%if %{?_with_debug:1}%{!?_with_debug:0}
|
||||||
%define release 1.debug%{?dist}
|
%define release 1.debug%{?dist}
|
||||||
%else
|
%else
|
||||||
@ -50,7 +50,8 @@ BuildRequires: fdupes
|
|||||||
BuildRequires: pkgconfig(systemd)
|
BuildRequires: pkgconfig(systemd)
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
Obsoletes: freeipmi-ipmimonitoring
|
Obsoletes: freeipmi-ipmimonitoring < %{version}
|
||||||
|
Provides: freeipmi-ipmimonitoring = %{version}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Requires(post): info
|
Requires(post): info
|
||||||
Requires(preun): info
|
Requires(preun): info
|
||||||
@ -64,7 +65,7 @@ Platform Management Interface specification.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development package for FreeIPMI
|
Summary: Development package for FreeIPMI
|
||||||
Group: Development/System
|
Group: Development/Tools/Other
|
||||||
Requires: freeipmi = %{version}
|
Requires: freeipmi = %{version}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
|
Loading…
Reference in New Issue
Block a user