Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
extensions: adapt for new rpm-ostree support
With coreos/rpm-ostree#2439 and coreos/coreos-assembler#2028, support for extensions is now more robust. The extensions.yaml file is now fed directly to rpm-ostree. We just need to do some minor tweaks: - drop listing usbguard deps, rpm-ostree fetches them automatically - mark `kernel-devel` as a development extension; this will signal the MCO that it's not intended to be directly layered on the host - use `match-base-evr: kernel` to enforce that the kernel development packages have the same EVR as the base kernel package in the OSTree
- Loading branch information