Merge ~kissiel/checkbox-core-snap:fix-verify-lxd into checkbox-core-snap:master

Proposed by Maciej Kisielewski
Status: Merged
Approved by: Jonathan Cave
Approved revision: bfdfc8014470c0ba84bf3b02db2f34316545e10c
Merged at revision: aead5f86cd36ba0f541fc004f0aaf4ad3c2f4068
Proposed branch: ~kissiel/checkbox-core-snap:fix-verify-lxd
Merge into: checkbox-core-snap:master
Diff against target: 12 lines (+1/-0)
1 file modified
snap/snapcraft.yaml (+1/-0)
Reviewer Review Type Date Requested Status
Jonathan Cave (community) Approve
Review via email: mp+389154@code.launchpad.net

Description of the change

add lsb-release package to stage-packages of PPC.

verify_lxd job internally uses 'lsb_release' python module that's provided by the package. Without it the job always fails.

To post a comment you must log in.
Revision history for this message
Jonathan Cave (jocave) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
2index f259dda..8c25ac3 100644
3--- a/snap/snapcraft.yaml
4+++ b/snap/snapcraft.yaml
5@@ -251,6 +251,7 @@ parts:
6 - libasound2
7 - libcap2-bin
8 - libfdt1
9+ - lsb-release
10 - lshw
11 - mesa-utils
12 - mokutil

Subscribers

People subscribed via source and target branches