zfs: update kernel versions constraint for linux 4.12

This commit is contained in:
Jörg Thalheim 2017-07-04 17:14:38 +01:00
parent a0f3ce28eb
commit 0518ec00b5

View file

@ -123,7 +123,7 @@ in
# to be adapted
zfsStable = common {
# comment/uncomment if breaking kernel versions are known
incompatibleKernelVersion = "4.12";
incompatibleKernelVersion = null;
version = "0.6.5.10";
@ -139,7 +139,7 @@ in
};
zfsUnstable = common {
# comment/uncomment if breaking kernel versions are known
incompatibleKernelVersion = null;
incompatibleKernelVersion = "4.12";
version = "0.7.0-rc4";