- FreeIPMI 1.1.6 - 06/28/12

- Tools
  ------
  o In ipmi-sel, support Supermicro SEL OEM interpretations in
    --output-event-state.
  o In ipmi-sel and ipmi-sensors, support additional sensor/SEL
    interpretations including:
    - Version Change
    - System Firmware Progress Transition Severity
    - Button/Switch Transition Severity
    - Chassis Transition Severity
    - POST Memory Resize State
    - Cable/Interconnect Transition Severity
    - Boot Error Transition Severity
    - Slot Connector Transition Severity
    - Memory State
    - Memory Transition Severity
  o In bmc-config, ipmi-chassis-config, ipmi-pef-config, and
    ipmi-chassis-config, support cipher suite ID argument.
  o Support Supermicro X9DRi-F OEM sensors and events.
  o Fix Intel S2600JF/Appro 512x OEM SEL interpretations based on
    comments from Intel.
  Libraries
  ---------
  o Support Supermicro SEL OEM interpretations.
  o Support new sensor/SEL interpretations.
  Misc
  ----
  o Various documentation updates and fixes.

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/freeipmi?expand=0&rev=10
This commit is contained in:
Klaus Kämpf 2012-06-29 07:19:46 +00:00 committed by Git OBS Bridge
parent 143bdd60e8
commit 984581ea2c
4 changed files with 41 additions and 6 deletions

View File

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

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

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

View File

@ -1,3 +1,38 @@
-------------------------------------------------------------------
Fri Jun 29 07:02:47 UTC 2012 - kkaempf@suse.com
- FreeIPMI 1.1.6 - 06/28/12
- Tools
------
o In ipmi-sel, support Supermicro SEL OEM interpretations in
--output-event-state.
o In ipmi-sel and ipmi-sensors, support additional sensor/SEL
interpretations including:
- Version Change
- System Firmware Progress Transition Severity
- Button/Switch Transition Severity
- Chassis Transition Severity
- POST Memory Resize State
- Cable/Interconnect Transition Severity
- Boot Error Transition Severity
- Slot Connector Transition Severity
- Memory State
- Memory Transition Severity
o In bmc-config, ipmi-chassis-config, ipmi-pef-config, and
ipmi-chassis-config, support cipher suite ID argument.
o Support Supermicro X9DRi-F OEM sensors and events.
o Fix Intel S2600JF/Appro 512x OEM SEL interpretations based on
comments from Intel.
Libraries
---------
o Support Supermicro SEL OEM interpretations.
o Support new sensor/SEL interpretations.
Misc
----
o Various documentation updates and fixes.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu May 17 21:45:32 UTC 2012 - kkaempf@suse.com Thu May 17 21:45:32 UTC 2012 - kkaempf@suse.com

View File

@ -18,7 +18,7 @@
%define name freeipmi %define name freeipmi
%define version 1.1.5 %define version 1.1.6
%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
@ -28,12 +28,12 @@
Name: %{name} Name: %{name}
Version: %{version} Version: %{version}
Release: %{release} Release: %{release}
License: GPL-3.0+
Url: http://www.gnu.org/software/freeipmi/ Url: http://www.gnu.org/software/freeipmi/
Group: Applications/System
Source: ftp://ftp.gnu.org/gnu/freeipmi/%{name}-%{version}.tar.gz Source: ftp://ftp.gnu.org/gnu/freeipmi/%{name}-%{version}.tar.gz
Summary: FreeIPMI Summary: FreeIPMI
License: GPL-3.0+
Group: Applications/System
BuildRequires: automake BuildRequires: automake
BuildRequires: libgcrypt-devel BuildRequires: libgcrypt-devel
BuildRequires: libtool BuildRequires: libtool