Merge ~alfonsosanchezbeato/snappy-hwe-snaps/+git/bluez:add-dbus-slot into ~snappy-hwe-team/snappy-hwe-snaps/+git/bluez:snap-22

Proposed by Alfonso Sanchez-Beato
Status: Merged
Approved by: Alfonso Sanchez-Beato
Approved revision: a0fdc17233c30f9134fd4f4b8b75d0c7169f451d
Merged at revision: d057c744064b0cb1bbb1caf9d542bbb50fcac225
Proposed branch: ~alfonsosanchezbeato/snappy-hwe-snaps/+git/bluez:add-dbus-slot
Merge into: ~snappy-hwe-team/snappy-hwe-snaps/+git/bluez:snap-22
Diff against target: 30 lines (+7/-3)
1 file modified
snapcraft.yaml (+7/-3)
Reviewer Review Type Date Requested Status
System Enablement Bot continuous-integration Approve
Valentin David Approve
Review via email: mp+420624@code.launchpad.net

Commit message

Add dbus-bluez slot to the snap

Otherwise, the store rejects the snap with message:
The store was unable to accept this snap.
  - must use a dbus slot that matches 'bus: system' and 'name: org.bluez'

The slot has now been added to the snap declaration:
https://forum.snapcraft.io/t/request-for-dbus-slot-for-the-bluez-snap/29709

Description of the change

Add dbus-bluez slot to the snap

Otherwise, the store rejects the snap with message:
The store was unable to accept this snap.
  - must use a dbus slot that matches 'bus: system' and 'name: org.bluez'

The slot has now been added to the snap declaration:
https://forum.snapcraft.io/t/request-for-dbus-slot-for-the-bluez-snap/29709

To post a comment you must log in.
Revision history for this message
Valentin David (valentin.david) :
review: Approve
Revision history for this message
System Enablement Bot (system-enablement-ci-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
System Enablement Bot (system-enablement-ci-bot) wrote :

PASSED: Successfully build documentation, rev: a0fdc17233c30f9134fd4f4b8b75d0c7169f451d

Generated documentation is available at https://jenkins.canonical.com/system-enablement/job/snappy-hwe-snaps-snap-docs/1521/

Revision history for this message
System Enablement Bot (system-enablement-ci-bot) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/snapcraft.yaml b/snapcraft.yaml
2index 45bcfe5..cfda06d 100644
3--- a/snapcraft.yaml
4+++ b/snapcraft.yaml
5@@ -26,7 +26,7 @@ apps:
6 command: bin/bluetoothd-wrapper
7 daemon: dbus
8 bus-name: org.bluez
9- slots: [service]
10+ slots: [service, dbus-bluez]
11 plugs: [uhid, uinput, kernel-crypto-api]
12 hciconfig:
13 command: usr/bin/hciconfig
14@@ -55,11 +55,15 @@ apps:
15
16 plugs:
17 client:
18- interface: bluez
19+ interface: bluez
20
21 slots:
22 service:
23- interface: bluez
24+ interface: bluez
25+ dbus-bluez:
26+ interface: dbus
27+ bus: system
28+ name: org.bluez
29
30 parts:
31

Subscribers

People subscribed via source and target branches