Hello community,

here is the log from the commit of package powerpc-utils for openSUSE:Factory 
checked in at 2020-08-23 09:19:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/powerpc-utils (Old)
 and      /work/SRC/openSUSE:Factory/.powerpc-utils.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "powerpc-utils"

Sun Aug 23 09:19:12 2020 rev:104 rq:827612 version:1.3.7.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/powerpc-utils/powerpc-utils.changes      
2020-06-28 23:07:47.507150688 +0200
+++ /work/SRC/openSUSE:Factory/.powerpc-utils.new.3399/powerpc-utils.changes    
2020-08-23 09:19:14.510620705 +0200
@@ -1,0 +2,7 @@
+Wed Jul 29 14:00:04 CEST 2020 - [email protected]
+
+- add patch fix_kexec_service_name_for_suse.patch
+  on SUSE the service is called kexec-load.service instead
+  of kexec.service (bsc#1174666)
+
+-------------------------------------------------------------------

New:
----
  fix_kexec_service_name_for_suse.patch

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

Other differences:
------------------
++++++ powerpc-utils.spec ++++++
--- /var/tmp/diff_new_pack.gODVQa/_old  2020-08-23 09:19:15.110621038 +0200
+++ /var/tmp/diff_new_pack.gODVQa/_new  2020-08-23 09:19:15.114621040 +0200
@@ -40,6 +40,7 @@
 Patch11:        Fix-ofpathname-Could-not-retrieve-logical-device-nam.patch
 Patch12:        ofpathname-Fix-udevadm-location.patch
 Patch13:        ofpathname-make-goto_dir-canonicalize-directory-argu.patch
+Patch14:        fix_kexec_service_name_for_suse.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  librtas-devel
@@ -79,6 +80,7 @@
 %patch11 -p1
 %patch12 -p1
 %patch13 -p1
+%patch14 -p1
 
 %build
 autoreconf -fvi

++++++ fix_kexec_service_name_for_suse.patch ++++++
--- powerpc-utils-1.3.7/scripts/update_flash    2020/07/29 11:58:57     1.1
+++ powerpc-utils-1.3.7/scripts/update_flash    2020/07/29 11:59:10
@@ -131,7 +131,7 @@
        fi
 
        # kexec service is running
-       systemctl status kexec.service | grep -w "active" >/dev/null 2>&1
+       systemctl status kexec-load.service | grep -w "active" >/dev/null 2>&1
        if [ $? -eq 0 ]; then
                return 0
        fi
@@ -141,7 +141,7 @@
 
 # Stop kexec service
 stop_kexec_service() {
-       systemctl stop kexec.service >/dev/null 2>&1
+       systemctl stop kexec-load.service >/dev/null 2>&1
        if [ $? -ne 0 ]; then
                echo "update_flash: Failed to stop kexec service."
                error $E_KEXEC "Please stop kexec service and retry."
--- powerpc-utils-1.3.7/scripts/update_flash_nv 2020/07/29 11:59:14     1.1
+++ powerpc-utils-1.3.7/scripts/update_flash_nv 2020/07/29 11:59:23
@@ -170,7 +170,7 @@
        fi
 
        # kexec service is running
-       systemctl status kexec.service | grep -w "active" >/dev/null 2>&1
+       systemctl status kexec-load.service | grep -w "active" >/dev/null 2>&1
        if [ $? -eq 0 ]; then
                return 0
        fi
@@ -180,7 +180,7 @@
 
 # Stop kexec service
 stop_kexec_service() {
-       systemctl stop kexec.service >/dev/null 2>&1
+       systemctl stop kexec-load.service >/dev/null 2>&1
        if [ $? -ne 0 ]; then
                echo "update_flash: Failed to stop kexec service."
                error $E_KEXEC "Please stop kexec service and retry."

Reply via email to