From c96e11e24574ecdec3c6d19a8a4819456097c52e Mon Sep 17 00:00:00 2001 From: David Harder Date: Fri, 20 Dec 2024 09:38:16 -0600 Subject: [PATCH] snapd: Update confinement warning with a date **Summary** - Add a sentence to the warning which runs for every snap, telling users that snaps will stop working soon. - Part of https://github.com/getsolus/packages/issues/325 --- packages/s/snapd/files/wrapper.sh | 2 ++ packages/s/snapd/package.yml | 2 +- packages/s/snapd/pspec_x86_64.xml | 12 ++++++------ 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/packages/s/snapd/files/wrapper.sh b/packages/s/snapd/files/wrapper.sh index 2e90e910959..53662a5b17a 100644 --- a/packages/s/snapd/files/wrapper.sh +++ b/packages/s/snapd/files/wrapper.sh @@ -36,9 +36,11 @@ if [[ "${CONFINEMENT}" != "strict" ]] && [[ "${DISABLE_CONFINEMENT_WARNING:-n}" --urgency normal \ --icon dialog-warning \ "Snap has ${CONFINEMENT} confinement" \ + "Snaps will stop working in early January 2025." \ "See ${URL} for details." else echo -e "${YELLOW}WARNING:${NC} snap is running with ${CONFINEMENT} confinement." \ + "Snaps will stop working in early January 2025." \ "See ${URL} for details" fi fi diff --git a/packages/s/snapd/package.yml b/packages/s/snapd/package.yml index 6c356de834d..856ef42869c 100644 --- a/packages/s/snapd/package.yml +++ b/packages/s/snapd/package.yml @@ -1,7 +1,7 @@ name : snapd version : 2.63 homepage : https://snapcraft.io/ -release : 82 +release : 83 source : - https://github.com/snapcore/snapd/releases/download/2.63/snapd_2.63.vendor.tar.xz : 2f0083d2c4e087c29f48cd1abb8a92eb2e63cf04cd433256c86fac05d0b28cab license : GPL-3.0-only diff --git a/packages/s/snapd/pspec_x86_64.xml b/packages/s/snapd/pspec_x86_64.xml index 346c139cd6a..7e063cdad4d 100644 --- a/packages/s/snapd/pspec_x86_64.xml +++ b/packages/s/snapd/pspec_x86_64.xml @@ -3,8 +3,8 @@ snapd https://snapcraft.io/ - Silke Hofstra - silke@slxh.eu + David Harder + david@davidjharder.ca GPL-3.0-only desktop @@ -77,12 +77,12 @@ - - 2024-07-10 + + 2024-12-20 2.63 Packaging update - Silke Hofstra - silke@slxh.eu + David Harder + david@davidjharder.ca \ No newline at end of file