[ipmiutil] updates for ipmiutil-2.7.5

arcress arcress at fedoraproject.org
Mon May 9 18:02:10 UTC 2011


commit fbc75f7e6bea8c4a563f9dc1856d3c0a29870de9
Author: Andy Cress <arcress at users.sourceforge.net>
Date:   Fri Apr 8 17:24:03 2011 -0400

    updates for ipmiutil-2.7.5

 ipmiutil.spec |   35 +++++++++++++++++++----------------
 sources       |    2 +-
 2 files changed, 20 insertions(+), 17 deletions(-)
---
diff --git a/ipmiutil.spec b/ipmiutil.spec
index a1dd102..12b3dbe 100644
--- a/ipmiutil.spec
+++ b/ipmiutil.spec
@@ -1,6 +1,6 @@
 Name: ipmiutil
-Version: 2.7.1
-Release: 2%{?dist}
+Version: 2.7.5
+Release: 1%{?dist}
 Summary: A package that provides easy-to-use IPMI server management utilities
 License: BSD
 Group: Applications/System
@@ -10,15 +10,17 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildRequires: openssl-devel
 
 %description
-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, and other IPMI tasks.  
-These can be invoked with the metacommand ipmiutil, or via subcommand 
-shortcuts as well.  Man pages are provided.
-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.
-
+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.
 
 %prep
 %setup -q
@@ -120,7 +122,7 @@ then
       # Capture a snapshot of IPMI sensor data once now for later reuse.
       sensorout=$vardir/sensor_out.txt
       if [ ! -f $sensorout ]; then
-         %{_sbindir}/ipmiutil sensor >$sensorout
+         %{_sbindir}/ipmiutil sensor -q >$sensorout
       fi
    fi
 fi
@@ -129,11 +131,13 @@ fi
 # before uninstall,  $1 = 1 if rpm -U, $1 = 0 if rpm -e
 if [ "$1" = "0" ]
 then
-   if [ -x /sbin/chkconfig ]; then
+   if [ -x /sbin/service ]; then
      /sbin/service ipmi_port stop       >/dev/null 2>&1
      /sbin/service ipmiutil_wdt stop    >/dev/null 2>&1
      /sbin/service ipmiutil_asy stop    >/dev/null 2>&1
      /sbin/service ipmiutil_evt stop    >/dev/null 2>&1
+   fi
+   if [ -x /sbin/chkconfig ]; then
      /sbin/chkconfig --del ipmi_port    >/dev/null 2>&1
      /sbin/chkconfig --del ipmiutil_wdt >/dev/null 2>&1
      /sbin/chkconfig --del ipmiutil_asy >/dev/null 2>&1
@@ -143,9 +147,8 @@ fi
 
 
 %changelog
-* Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.7.1-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
-
+* 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
   skip chkconfig --add if not Red Hat
 * Mon Sep 27 2010 Andrew Cress <arcress at users.sourceforge.net> 2.7.0-1
diff --git a/sources b/sources
index 436340b..1b26f4c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-362dbe7d971e58255ac2b1add69589cc  ipmiutil-2.7.1.tar.gz
+f4a3041b432d0118f04d859d5bae5e51  ipmiutil-2.7.5.tar.gz


More information about the scm-commits mailing list