From 984581ea2c2409ba4bce6b769f20b32d7c1f4975197e696e739eca84f89222d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= Date: Fri, 29 Jun 2012 07:19:46 +0000 Subject: [PATCH] - 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 --- freeipmi-1.1.5.tar.gz | 3 --- freeipmi-1.1.6.tar.gz | 3 +++ freeipmi.changes | 35 +++++++++++++++++++++++++++++++++++ freeipmi.spec | 6 +++--- 4 files changed, 41 insertions(+), 6 deletions(-) delete mode 100644 freeipmi-1.1.5.tar.gz create mode 100644 freeipmi-1.1.6.tar.gz diff --git a/freeipmi-1.1.5.tar.gz b/freeipmi-1.1.5.tar.gz deleted file mode 100644 index 52b4fb3..0000000 --- a/freeipmi-1.1.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f26bafe90e6d39a032c73aaad66bde1f2f2542e1e0f2cfe2c1ef81f22b99cad9 -size 3069748 diff --git a/freeipmi-1.1.6.tar.gz b/freeipmi-1.1.6.tar.gz new file mode 100644 index 0000000..8b2e0b8 --- /dev/null +++ b/freeipmi-1.1.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2945b7c4386ff591968390fedd55832fa19492d81e50ef0b6cc870a0ec849158 +size 3080151 diff --git a/freeipmi.changes b/freeipmi.changes index 047cf15..128c4ef 100644 --- a/freeipmi.changes +++ b/freeipmi.changes @@ -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 diff --git a/freeipmi.spec b/freeipmi.spec index 21b40d5..1ebde8a 100644 --- a/freeipmi.spec +++ b/freeipmi.spec @@ -18,7 +18,7 @@ %define name freeipmi -%define version 1.1.5 +%define version 1.1.6 %if %{?_with_debug:1}%{!?_with_debug:0} %define release 1.debug%{?dist} %else @@ -28,12 +28,12 @@ Name: %{name} Version: %{version} Release: %{release} -License: GPL-3.0+ Url: http://www.gnu.org/software/freeipmi/ -Group: Applications/System Source: ftp://ftp.gnu.org/gnu/freeipmi/%{name}-%{version}.tar.gz Summary: FreeIPMI +License: GPL-3.0+ +Group: Applications/System BuildRequires: automake BuildRequires: libgcrypt-devel BuildRequires: libtool