[ipmiutil] update to 2.7.1 for ppc64

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


commit c22f93a1a17a1e313467171ffd3892f99929e191
Author: Andy Cress <arcress at users.sourceforge.net>
Date:   Mon Oct 18 16:38:38 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 15731f3..e444a2f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 ipmiutil-2.6.8.tar.gz
 /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