From af6576e448d415512232b2699c0cdcefa4b100d9 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Mon, 29 Apr 2024 11:26:35 +0200 Subject: Upgrade SnapCraft to Core24 --- snap/snapcraft.yaml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'snap') diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 6a3a4a46..fc04a255 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: glances -version: '4.0.0+beta1' ## '4.0.0' +version: '4.0.0+rc01' ## '4.0.0' summary: Glances an Eye on your system. A top/htop alternative. description: | @@ -8,14 +8,14 @@ description: | Web based interface. It can adapt dynamically the displayed information depending on the user interface size. -base: core22 +base: core24 grade: devel ## stable confinement: strict apps: glances: command: bin/glances - plugs: + plugs: # https://snapcraft.io/docs/supported-interfaces - network - system-observe - mount-observe @@ -26,6 +26,11 @@ apps: - upower-observe - home - network-bind + - uio + - raw-volume + - removable-media + - power-control + - process-control environment: LANG: C.UTF-8 LC_ALL: C.UTF-8 -- cgit v1.2.3