- Update to 1.4.1

Tools - New Features
  --------------------
  o Support 'serialalertsdeferred' workaround in ipmiconsole.
  o Support 'solpacketseq' workaround in ipmiconsole.
  o Fix portability issues for Apple / OS X.

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/freeipmi?expand=0&rev=44
This commit is contained in:
Klaus Kämpf 2014-03-04 12:28:03 +00:00 committed by Git OBS Bridge
parent 6f1954a3ab
commit b12e952313
4 changed files with 16 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Mar 4 12:20:07 UTC 2014 - kkaempf@suse.com
- Update to 1.4.1
Tools - New Features
--------------------
o Support 'serialalertsdeferred' workaround in ipmiconsole.
o Support 'solpacketseq' workaround in ipmiconsole.
o Fix portability issues for Apple / OS X.
-------------------------------------------------------------------
Thu Feb 6 12:58:14 UTC 2014 - kkaempf@suse.com

View File

@ -18,8 +18,8 @@
%define name freeipmi
%define version 1.4.0
%define srcversion %{version}.beta0
%define version 1.4.1
%define srcversion %{version}
%if %{?_with_debug:1}%{!?_with_debug:0}
%define release 1.debug%{?dist}
%else