[ipmiutil/el6/master] update to 2.7.1 for ppc64

arcress arcress at fedoraproject.org
Mon Oct 18 20:47:02 UTC 2010


commit a823f5e97ffc30aa75762ae19e98eee08ca4f2f9
Author: Andy Cress <arcress at users.sourceforge.net>
Date:   Mon Oct 18 16:46:53 2010 -0400

    update to 2.7.1 for ppc64

 .gitignore    |    1 +
 ipmiutil.spec |   20 +++++++++++++-------
 sources       |    2 +-
 3 files changed, 15 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1e8e004..3611817 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /ipmiutil-2.7.0.tar.gz
+/ipmiutil-2.7.1.tar.gz
diff --git a/ipmiutil.spec b/ipmiutil.spec
index 2a7697a..3969b3a 100644
--- a/ipmiutil.spec
+++ b/ipmiutil.spec
@@ -1,5 +1,5 @@
 Name: ipmiutil
-Version: 2.7.0
+Version: 2.7.1
 Release: 1%{?dist}
 Summary: A package that provides easy-to-use IPMI server management utilities
 License: BSD
@@ -107,12 +107,14 @@ then
 
    # If IPMIret==0, the IPMI cmd was successful, and IPMI is enabled locally.
    if [ $IPMIret -eq 0 ]; then
-      # IPMI_IS_ENABLED, so enable services
-      if [ -x /sbin/chkconfig ]; then
-         /sbin/chkconfig --add ipmi_port
-         /sbin/chkconfig --add ipmiutil_wdt
-         /sbin/chkconfig --add ipmiutil_asy 
-         /sbin/chkconfig --add ipmiutil_evt 
+      # IPMI_IS_ENABLED, so enable services, but only if Red Hat
+      if [ -f /etc/redhat-release ]; then
+         if [ -x /sbin/chkconfig ]; then
+            /sbin/chkconfig --add ipmi_port
+            /sbin/chkconfig --add ipmiutil_wdt
+            /sbin/chkconfig --add ipmiutil_asy 
+            /sbin/chkconfig --add ipmiutil_evt 
+         fi
       fi
 
       # Capture a snapshot of IPMI sensor data once now for later reuse.
@@ -141,6 +143,10 @@ fi
 
 
 %changelog
+* 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
+  added fwum, hpm, sunoem, ekanalyzer man pages
 * Mon Jul 19 2010 Andrew Cress <arcress at users.sourceforge.net> 2.6.8-1
   cleaned up two more rpmlint issues 
 * Mon Jul 12 2010 Andrew Cress <arcress at users.sourceforge.net> 2.6.7-1
diff --git a/sources b/sources
index 6833a99..f1e4e6f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-83f2527e55b8ed8602d05d35231fbaa4  ipmiutil-2.7.0.tar.gz
+f7bb0266dc9fc56ba3b47154594903c5  ipmiutil-2.7.1.tar.gz


More information about the scm-commits mailing list