diff --git a/branding-preset-states b/branding-preset-states index 865da64..3a8f04a 100644 --- a/branding-preset-states +++ b/branding-preset-states @@ -99,7 +99,7 @@ apply_preset_state_changes () { 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<&- diff --git a/systemd-presets-common-SUSE.changes b/systemd-presets-common-SUSE.changes index 110fd2e..956e1ef 100644 --- a/systemd-presets-common-SUSE.changes +++ b/systemd-presets-common-SUSE.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jun 20 08:42:27 UTC 2023 - Antonio Larrosa + +- 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