- FreeIPMI 1.2.8 - 06/21/13
------------------------- o Fix portability build bug on ARM systems. o Add 'internal IPMI error' troubleshooting to manpages. o Fix bmc-info corner case on Bull 510 systems. OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/freeipmi?expand=0&rev=22
This commit is contained in:
parent
27a242e05d
commit
2eeb792477
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:622b2450d19938fbd3f253742d07211226025b25bdbab7463621c7fc5d806e12
|
||||
size 2174046
|
3
freeipmi-1.2.8.tar.bz2
Normal file
3
freeipmi-1.2.8.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:81cff4c0176f28fea716f8e5dc4b284e5356d11e8d87390c586ca7b0eab2fa5b
|
||||
size 2172846
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 24 07:13:38 UTC 2013 - kkaempf@suse.com
|
||||
|
||||
- FreeIPMI 1.2.8 - 06/21/13
|
||||
-------------------------
|
||||
o Fix portability build bug on ARM systems.
|
||||
o Add 'internal IPMI error' troubleshooting to manpages.
|
||||
o Fix bmc-info corner case on Bull 510 systems.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 30 07:05:07 UTC 2013 - kkaempf@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define name freeipmi
|
||||
%define version 1.2.6
|
||||
%define version 1.2.8
|
||||
%if %{?_with_debug:1}%{!?_with_debug:0}
|
||||
%define release 1.debug%{?dist}
|
||||
%else
|
||||
@ -32,8 +32,6 @@ Version: %{version}
|
||||
Release: %{release}
|
||||
Url: http://www.gnu.org/software/freeipmi/
|
||||
Source: ftp://ftp.gnu.org/gnu/freeipmi/%{name}-%{version}.tar.bz2
|
||||
# Automake 1.13 needs AC_CONFIG_HEADERS, kkaempf@suse.de
|
||||
Patch2: automake-1_13.patch
|
||||
Summary: FreeIPMI
|
||||
License: GPL-3.0+
|
||||
Group: System/Management
|
||||
@ -101,7 +99,6 @@ This service detects and monitors IPMI nodes.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch2 -p1
|
||||
|
||||
%build
|
||||
%if 0%{?suse_version} >= 1110
|
||||
|
Loading…
Reference in New Issue
Block a user