zfs{Stable,Unstable}: mark as incompatible with 4.19

This commit is contained in:
Jörg Thalheim 2018-10-29 07:42:14 +00:00
parent f1ba745392
commit 8609ff17ed
No known key found for this signature in database
GPG Key ID: CA4106B8D7CC79FA

View File

@ -158,7 +158,7 @@ in {
# to be adapted
zfsStable = common {
# comment/uncomment if breaking kernel versions are known
# incompatibleKernelVersion = null;
incompatibleKernelVersion = "4.19";
# this package should point to the latest release.
version = "0.7.11";
@ -177,7 +177,7 @@ in {
zfsUnstable = common rec {
# comment/uncomment if breaking kernel versions are known
incompatibleKernelVersion = null;
incompatibleKernelVersion = "4.19";
# this package should point to a version / git revision compatible with the latest kernel release
version = "0.8.0-rc1";