Skip to content

Commit 1deb545

Browse files
committed
Build snap with latest version of xsos
Bump version to 0.7.28 and add deps.
1 parent 740e1ba commit 1deb545

2 files changed

Lines changed: 10 additions & 11 deletions

File tree

File renamed without changes.

snap/snapcraft.yaml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: xsos
2-
version: "1.1"
2+
version: "0.7.28"
33
summary: Summarize system info from sosreports
44
description:
55
The goal of xsos is to make it easy to instantaneously gather information
@@ -20,21 +20,20 @@ description:
2020
some of the things that are already in line to be worked on.
2121
confinement: strict
2222
grade: stable
23+
base: core20
24+
environment:
25+
LC_ALL: C.UTF-8
26+
LANG: C.UTF-8
2327

2428
apps:
2529
xsos:
26-
command: wrappers/xsos
30+
command: xsos
2731
plugs: [home, removable-media]
2832
parts:
2933
xsos:
3034
source: .
3135
plugin: dump
32-
stage-packages: [bsdmainutils, coreutils, locales-all]
33-
wrappers:
34-
source: snap/
35-
plugin: dump
36-
stage-packages: [locales-all]
37-
build-packages:
38-
- lsb-release
39-
after:
40-
- xsos
36+
organize:
37+
bin/xsos: snap/local/xsos
38+
stage-packages: [bsdmainutils, coreutils, systemd, dpkg, locales-all, gawk]
39+

0 commit comments

Comments
 (0)