Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ipmiutil for openSUSE:Factory 
checked in at 2021-11-21 23:52:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ipmiutil (Old)
 and      /work/SRC/openSUSE:Factory/.ipmiutil.new.1895 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ipmiutil"

Sun Nov 21 23:52:18 2021 rev:22 rq:932781 version:3.1.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/ipmiutil/ipmiutil.changes        2021-10-16 
22:47:58.524708865 +0200
+++ /work/SRC/openSUSE:Factory/.ipmiutil.new.1895/ipmiutil.changes      
2021-11-21 23:52:47.482135082 +0100
@@ -1,0 +2,6 @@
+Sun Oct 31 09:23:58 UTC 2021 - Stefan Seyfried <seife+...@b1-systems.com>
+
+- try to fix postinstall scripts (they are totally broken and
+  useless anyway, but at least fix obvious errors)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ipmiutil.spec ++++++
--- /var/tmp/diff_new_pack.LwUOlj/_old  2021-11-21 23:52:47.998133418 +0100
+++ /var/tmp/diff_new_pack.LwUOlj/_new  2021-11-21 23:52:47.998133418 +0100
@@ -178,6 +178,7 @@
 
 %post devel -p /sbin/ldconfig
 %postun devel -p /sbin/ldconfig
+
 %pre
 %service_add_pre ipmi_port.service ipmiutil_evt.service ipmiutil_asy.service 
ipmiutil_wdt.service
 
@@ -196,8 +197,10 @@
    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
+     IPMIret=1
      # Run some ipmiutil command to see if any IPMI interface works.
      # Some may not have IPMI on the motherboard, so need to check, but
      # some kernels may have IPMI driver partially loaded, which breaks this
@@ -239,6 +242,7 @@
    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

Reply via email to