[ipmiutil/el6] updated to new upstream ipmiutil-2.7.7, includes fix for bug 720249

arcress arcress at fedoraproject.org
Fri Jul 15 21:34:33 UTC 2011


commit 0af4bfa5ece5badfadd5ab06aa0550cb9571715a
Author: Andy Cress <arcress at users.sourceforge.net>
Date:   Fri Jul 15 17:30:35 2011 -0400

    updated to new upstream ipmiutil-2.7.7, includes fix for bug 720249

 .gitignore    |    1 +
 ipmiutil.spec |   29 +++++++++++++++--------------
 sources       |    2 +-
 3 files changed, 17 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c6a3643..1f723a9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /ipmiutil-2.7.0.tar.gz
 /ipmiutil-2.7.1.tar.gz
 /ipmiutil-2.7.6.tar.gz
+/ipmiutil-2.7.7.tar.gz
diff --git a/ipmiutil.spec b/ipmiutil.spec
index 63c2abc..e3ccc43 100644
--- a/ipmiutil.spec
+++ b/ipmiutil.spec
@@ -1,26 +1,25 @@
 Name: ipmiutil
-Version: 2.7.6
+Version: 2.7.7
 Release: 1%{?dist}
 Summary: A package that provides easy-to-use IPMI server management utilities
 License: BSD
-Group: Applications/System
+Group: System/Management
 Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 URL: http://ipmiutil.sourceforge.net
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
-BuildRequires: openssl-devel
+BuildRequires: openssl-devel gcc gcc-c++
 
 %description
-IPMIUTIL performs a series of common IPMI server management
-functions to allow administrators to perform management functions without a
-learning curve.
-It can get FRU inventory data, SEL firmware log, sensors, watchdog, power
-control, health, monitoring, and has an SOL console.   It can write sensor
-thresholds, FRU asset tags, and has a full IPMI configuration save/restore.
-The Intelligent Platform Management Interface (IPMI) is an open standard for
-monitoring, logging, recovery, inventory, and control of hardware that is
-implemented independent of the main CPU.
-A separate Baseboard Management Controller (BMC) runs the IPMI firmware
-regardless of the condition of the main CPU, even if the system is turned off.
+The ipmiutil package provides easy-to-use utilities to view the SEL,
+perform an IPMI chassis reset, set up the IPMI LAN and Platform Event Filter
+entries to allow SNMP alerts, Serial-Over-LAN console, event daemon, and 
+other IPMI tasks.
+These can be invoked with the metacommand ipmiutil, or via subcommand
+shortcuts as well.  IPMIUTIL can also write sensor thresholds, FRU asset tags, 
+and has a full IPMI configuration save/restore.
+An IPMI driver can be provided by either the OpenIPMI driver (/dev/ipmi0)
+or the Intel IPMI driver (/dev/imb), etc.  If used locally and no driver is
+detected, ipmiutil will use user-space direct I/Os instead.
 
 %prep
 %setup -q
@@ -147,6 +146,8 @@ fi
 
 
 %changelog
+* Tue May 10 2011 Andrew Cress <arcress at users.sourceforge.net> 2.7.7-1
+  add gcc,gcc-c++ to BuildRequires to detect broken build systems
 * Fri Nov 12 2010 Andrew Cress <arcress at users.sourceforge.net> 2.7.3-1
   updated package description
 * Fri Oct 15 2010 Andrew Cress <arcress at users.sourceforge.net> 2.7.1-1
diff --git a/sources b/sources
index 98eddcb..25fcb30 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5ba93d038e00e70b7b7decbb316f4523  ipmiutil-2.7.6.tar.gz
+c782471c9289ccb5251a1c3fb0ae59c6  ipmiutil-2.7.7.tar.gz


More information about the scm-commits mailing list