There is a new pull request by robertek against master on the void-packages repository https://github.com/robertek/void-packages zfs https://github.com/void-linux/void-packages/pull/42484 zfs: divide under subpackages The main intention of this PR is to separate the zfs tools from the kernel module. This change introduce several new subpackages for the `zfs` package. Namely: - zfs-tools - zfs-dkms - zfs-test - zfs-zed The original zfs package remain as a metapackage for the needed subpackages. This helps the transition (eg: for those having zfs installed, the system update will only introduce several new packages and will work as before). It is now possible to install purely the zfs-tools package if a non-distributed kernel is built with zfs. I have outplaced the ztest to a new subpackage which is not as part of the zfs metapackage any more. Ztest is intended to be run only on testing systems. I may provide additional information if needed. For example the contents of the packages, etc. #### Testing the changes - I tested the changes in this PR: **YES** - Tested on native x86-64-glibc #### Local build testing - I built this PR locally for my native architecture, (x86-64-glibc) - I built this PR locally for these architectures (if supported. mark crossbuilds): - aarch64 (cross) - x86-64-musl A patch file from https://github.com/void-linux/void-packages/pull/42484.patch is attached