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:
Achilleas Koutsou 2023-01-23 14:47:09 +01:00 committed by Tomáš Hozza
parent 60e6107b42
commit 73882b7289
51 changed files with 987 additions and 0 deletions

View file

@ -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": [],