diff --git a/fedora-common-ostree.yaml b/fedora-common-ostree.yaml index feece1e..f278a13 100644 --- a/fedora-common-ostree.yaml +++ b/fedora-common-ostree.yaml @@ -16,6 +16,18 @@ packages: - skopeo - toolbox - xdg-desktop-portal + # HFS filesystem tools for Apple hardware + # See https://github.com/projectatomic/rpm-ostree/issues/1380 + - hfsplus-tools + # Bundle the minimal -devel packages needed to build a kernel. + # This is needed because we can't rely on layering to install these + # due to version conflicts with the base image. + - glibc-devel + - kernel-devel + - elfutils-libelf-devel + # Contains default ostree remote config to be used on client's + # system for fetching ostree update + - fedora-repos-ostree selinux: true documentation: true diff --git a/fedora-silverblue.yaml b/fedora-silverblue.yaml index a16db70..f6cda62 100644 --- a/fedora-silverblue.yaml +++ b/fedora-silverblue.yaml @@ -11,18 +11,6 @@ packages: # Does it really still make sense to ship Qt by default if we # expect people to run apps in containers? - qgnomeplatform - # HFS filesystem tools for Apple hardware - # See https://github.com/projectatomic/rpm-ostree/issues/1380 - - hfsplus-tools - # Bundle the minimal -devel packages needed to build a kernel. - # This is needed because we can't rely on layering to install these - # due to version conflicts with the base image. - - glibc-devel - - kernel-devel - - elfutils-libelf-devel - # Contains default ostree remote config to be used on client's - # system for fetching ostree update - - fedora-repos-ostree repos: - fedora-rawhide