[ipmiutil] updated to upstream ipmiutil-2.7.7, v2.7.2 and later has fix for bug 720249

arcress arcress at fedoraproject.org
Fri Jul 15 19:14:23 UTC 2011


commit b0327bcc71b54d6d8f33632d0dbd373fa935e4c7
Author: Andy Cress <arcress at users.sourceforge.net>
Date:   Fri Jul 15 15:10:52 2011 -0400

    updated to upstream ipmiutil-2.7.7, v2.7.2 and later has fix for bug 720249

 ifru-a.patch  |   19 -------------------
 ipmiutil.spec |   37 ++++++++++++++++---------------------
 sources       |    2 +-
 3 files changed, 17 insertions(+), 41 deletions(-)
---
diff --git a/ipmiutil.spec b/ipmiutil.spec
index 9c6bd18..e3ccc43 100644
--- a/ipmiutil.spec
+++ b/ipmiutil.spec
@@ -1,31 +1,28 @@
 Name: ipmiutil
-Version: 2.7.6
-Release: 2%{?dist}
+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
-Patch: ifru-a.patch
+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
-%patch
 
 %build
 %configure
@@ -149,10 +146,8 @@ fi
 
 
 %changelog
-* Wed May 25 2011 Andrew Cress <arcress at users.sourceforge.net> 2.7.6-2
-- added ifru-a.patch to fix fru bug with -a and not -b
-* Tue May 10 2011 Andrew Cress <arcress at users.sourceforge.net> 2.7.6-1
-- updated to latest upstream version to fix sparc64 build issue
+* 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