Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package systemd-presets-common-SUSE for 
openSUSE:Factory checked in at 2023-06-20 16:39:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/systemd-presets-common-SUSE (Old)
 and      /work/SRC/openSUSE:Factory/.systemd-presets-common-SUSE.new.15902 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "systemd-presets-common-SUSE"

Tue Jun 20 16:39:59 2023 rev:30 rq:1093944 version:15

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/systemd-presets-common-SUSE/systemd-presets-common-SUSE.changes
  2023-06-14 16:29:40.346591047 +0200
+++ 
/work/SRC/openSUSE:Factory/.systemd-presets-common-SUSE.new.15902/systemd-presets-common-SUSE.changes
       2023-06-20 16:40:07.640393433 +0200
@@ -1,0 +2,13 @@
+Tue Jun 20 08:42:27 UTC 2023 - Antonio Larrosa <alarr...@suse.com>
+
+- Fix another case of systemctl being called with an empty
+  argument. This if a preemptive fix for a similar issue to
+  bsc#1212496.
+
+-------------------------------------------------------------------
+Mon Jun 19 12:48:36 UTC 2023 - Thorsten Kukuk <ku...@suse.com>
+
+- Don't call systemctl list-unit-files with an empty argument,
+  this will break enabling of system unit files [bsc#1212496]
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ branding-preset-states ++++++
--- /var/tmp/diff_new_pack.Dttn7J/_old  2023-06-20 16:40:08.200396798 +0200
+++ /var/tmp/diff_new_pack.Dttn7J/_new  2023-06-20 16:40:08.204396823 +0200
@@ -69,7 +69,7 @@
                exec 3<&-
        done
        if test -x /usr/bin/systemctl ; then
-               /usr/bin/systemctl list-unit-files "$GLOBAL"
+               /usr/bin/systemctl list-unit-files $GLOBAL
        fi >systemd_preset-states.rpm-tmp
        exec 3<systemd_preset-states.rpm-tmp
        read -u3 PAD
@@ -99,7 +99,7 @@
                fi
                if test "$ENABLE_OLD" != "$ENABLE_NEW" ; then
                        echo "Resetting $SERVICE to the new default: 
$ENABLE_NEW"
-                       /usr/bin/systemctl preset "$GLOBAL" "$SERVICE" || :
+                       /usr/bin/systemctl preset $GLOBAL "$SERVICE" || :
                fi
        done
        exec 3<&-

Reply via email to