debian-forge-composer/internal/distro/rhel86
Tomas Hozza 8eb71484d9 RHEL-8.6: fix package set of the image-installer image type
The commit adding distro-specific package set to RHEL-8.6 [1] introduced
a bug in the `image-installer` image type due to a typo. The
`insights-client` package have been removed from the
`bareMetalPackageSet` and moved to `distroSpecificPackageSet`. However
the `distroBuildPackageSet` got appended to `bareMetalPackageSet`,
instead of `distroSpecificPackageSet`, which caused `insights-client` to
be removed from the image's package set.

This issue have been found by the test case which tests manifests from
image test cases, including the package set depsolving.

[1] ed0cb5ea24#

Signed-off-by: Tomas Hozza <thozza@redhat.com>
2021-11-19 19:50:25 +01:00
..
distro.go internal: mandate installation device for the simplified installer 2021-11-18 18:10:09 +01:00
distro_internal_test.go distro/rhel86: copy all definitions from rhel85 2021-10-11 09:49:15 +02:00
distro_test.go RHEL-8.6: add support for official EC2 SAP image 2021-10-11 09:49:15 +02:00
package_sets.go RHEL-8.6: fix package set of the image-installer image type 2021-11-19 19:50:25 +01:00
partition_tables.go distro/rhel86: copy all definitions from rhel85 2021-10-11 09:49:15 +02:00
pipelines.go edge-simplified-installer: use coreos-installer-dracut 2021-11-18 18:07:52 +01:00
stage_inputs.go distro/rhel86: copy all definitions from rhel85 2021-10-11 09:49:15 +02:00
stage_options.go edge-simplified-installer: use coreos-installer-dracut 2021-11-18 18:07:52 +01:00