- FreeIPMI 1.3.2 - 09/10/13

-------------------------
  o Update FreeIPMI tools to check libfreeipmi API error codes
    correctly.
  o Update ipmi-api.h to list mappings of IPMI completion codes and
    RMCPPlus codes to API Error codes.

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/freeipmi?expand=0&rev=30
This commit is contained in:
Klaus Kämpf 2013-10-04 08:03:37 +00:00 committed by Git OBS Bridge
parent d743b5bb8f
commit ae604da92b
4 changed files with 14 additions and 4 deletions

View File

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

3
freeipmi-1.3.2.tar.bz2 Normal file
View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Oct 4 07:56:38 UTC 2013 - kkaempf@suse.com
- FreeIPMI 1.3.2 - 09/10/13
-------------------------
o Update FreeIPMI tools to check libfreeipmi API error codes
correctly.
o Update ipmi-api.h to list mappings of IPMI completion codes and
RMCPPlus codes to API Error codes.
-------------------------------------------------------------------
Mon Aug 26 07:05:01 UTC 2013 - kkaempf@suse.com

View File

@ -18,7 +18,7 @@
%define name freeipmi
%define version 1.3.1
%define version 1.3.2
%if %{?_with_debug:1}%{!?_with_debug:0}
%define release 1.debug%{?dist}
%else