diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 5f7d8b8..ccfb605 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: xsos -version: "1.1" +version: "1.2" summary: Summarize system info from sosreports description: The goal of xsos is to make it easy to instantaneously gather information @@ -20,6 +20,7 @@ description: some of the things that are already in line to be worked on. confinement: strict grade: stable +base: core18 apps: xsos: @@ -29,7 +30,7 @@ parts: xsos: source: . plugin: dump - stage-packages: [bsdmainutils, coreutils, locales-all] + stage-packages: [bsdmainutils, coreutils, locales-all, gawk] wrappers: source: snap/ plugin: dump