test: update customized test manifests to include bluez
Our 'customize' test manifests include an option to disable the bluetooth.service. Originally this option was added for image types that included bluez in their default package set (Fedora IoT commit) but it was later copied to the qcow2 image type as a way of testing customizations. Until recently, building these caused no issues. On distros with more recent versions of systemd, disabling a non-existent service causes an error and these manifests fail to build. Added the 'bluez' package to all manifests that include the 'disable bluetooth.service' customization and updated the manifests. These should all be buildable now.
This commit is contained in:
parent
60e6107b42
commit
73882b7289
51 changed files with 987 additions and 0 deletions
|
|
@ -705,6 +705,10 @@
|
|||
{
|
||||
"name": "bash",
|
||||
"version": "*"
|
||||
},
|
||||
{
|
||||
"name": "bluez",
|
||||
"version": "*"
|
||||
}
|
||||
],
|
||||
"modules": [],
|
||||
|
|
@ -787,6 +791,10 @@
|
|||
{
|
||||
"name": "bash",
|
||||
"version": "*"
|
||||
},
|
||||
{
|
||||
"name": "bluez",
|
||||
"version": "*"
|
||||
}
|
||||
],
|
||||
"modules": [],
|
||||
|
|
@ -873,6 +881,10 @@
|
|||
{
|
||||
"name": "bash",
|
||||
"version": "*"
|
||||
},
|
||||
{
|
||||
"name": "bluez",
|
||||
"version": "*"
|
||||
}
|
||||
],
|
||||
"modules": [],
|
||||
|
|
@ -948,6 +960,10 @@
|
|||
{
|
||||
"name": "bash",
|
||||
"version": "*"
|
||||
},
|
||||
{
|
||||
"name": "bluez",
|
||||
"version": "*"
|
||||
}
|
||||
],
|
||||
"modules": [],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue