From cf669c8885fd82f727a9529d7287d1db2455cc91 Mon Sep 17 00:00:00 2001 From: olf Date: Thu, 21 Sep 2023 00:06:45 +0200 Subject: [PATCH 1/2] [post_sfos-upgrade] Omit incorrect quoting --- bin/post_sfos-upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/post_sfos-upgrade b/bin/post_sfos-upgrade index 8ef40ff..806194a 100644 --- a/bin/post_sfos-upgrade +++ b/bin/post_sfos-upgrade @@ -54,7 +54,7 @@ primuser="$(loginctl list-sessions | fgrep seat0 | tr -s ' ' | cut -d ' ' -f 4)" # Paths for SailfishOS ≥ 2.2.1 rsp. SailfishOS < 2.2.1, see chapter "Final clean up" at https://docs.sailfishos.org/Support/Help_Articles/Updating_Sailfish_OS/#final-clean-up rm -f "/home/${primuser}/.cache/sailfish-osupdateservice/os-info" "/home/${primuser}/.cache/store-client/os-info" -printf '%s\n' "- Cleansing ssu(d)\'s caches and restarting it." +printf '%s\n' "- Cleansing ssu(d)'s caches and restarting it." for i in -TERM -INT -TERM -HUP -KILL -Failed_to_kill_ssud do if pgrep -x ssud > /dev/null From b4b26fa5c5c4136ba6ef46d6cc8df4eb9190b77d Mon Sep 17 00:00:00 2001 From: olf Date: Thu, 21 Sep 2023 00:25:36 +0200 Subject: [PATCH 2/2] [sfos-upgrade.spec] Post release version increase --- rpm/sfos-upgrade.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpm/sfos-upgrade.spec b/rpm/sfos-upgrade.spec index 0b2de7b..2f2743f 100644 --- a/rpm/sfos-upgrade.spec +++ b/rpm/sfos-upgrade.spec @@ -3,7 +3,7 @@ Summary: Scripts for fail-safe upgrading of SailfishOS at the command lin # The Git tag format must adhere to / since 2023-05-18. # The tag must adhere to semantic versioning, for details see # https://semver.org/ -Version: 3.11.2 +Version: 3.11.3 # The tag comprises one of {alpha,beta,rc,release} postfixed with a # natural number greater or equal to 1 (e.g., "beta3") and may additionally be # postfixed with a plus character ("+"), the name of the packager and a release