diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2018-06-26 00:18:29 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2018-06-26 00:18:29 +0200 |
commit | e0c1c866ffe02e0a0263ea14750eae32940e7e73 (patch) | |
tree | 6160ef5da64195cd4c18375ed6a7eb0bd32e0b2c /doc/ipmiutil.spec | |
parent | afca8e5a682f3b087d9e63cf88a1ab0bdcba523c (diff) | |
parent | cf37726b789ff5344c5ad376cee1fb99459e5785 (diff) |
Update upstream source from tag 'upstream/3.1.1'
Update to upstream version '3.1.1'
with Debian dir 8a00ab19696666598c7c15367cc89d75ebcf338e
Diffstat (limited to 'doc/ipmiutil.spec')
-rw-r--r-- | doc/ipmiutil.spec | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ipmiutil.spec b/doc/ipmiutil.spec index cbca232..27b4b67 100644 --- a/doc/ipmiutil.spec +++ b/doc/ipmiutil.spec @@ -3,7 +3,7 @@ # Copyright (c) 2012 Andy Cress # Name: ipmiutil -Version: 3.1.0 +Version: 3.1.1 Release: 1%{?dist} Summary: Easy-to-use IPMI server management utilities License: BSD @@ -279,6 +279,7 @@ else IPMIret=1 which dmidecode >/dev/null 2>&1 && IPMIret=0 if [ $IPMIret -eq 0 ]; then + IPMIret=1 %{_sbindir}/dmidecode |grep -q IPMI && IPMIret=0 if [ $IPMIret -eq 0 ]; then if [ -d %{_sysconfdir}/cron.daily ]; then |