zfs: update kernel versions constraint for linux 4.12
This commit is contained in:
parent
a0f3ce28eb
commit
0518ec00b5
@ -123,7 +123,7 @@ in
|
|||||||
# to be adapted
|
# to be adapted
|
||||||
zfsStable = common {
|
zfsStable = common {
|
||||||
# comment/uncomment if breaking kernel versions are known
|
# comment/uncomment if breaking kernel versions are known
|
||||||
incompatibleKernelVersion = "4.12";
|
incompatibleKernelVersion = null;
|
||||||
|
|
||||||
version = "0.6.5.10";
|
version = "0.6.5.10";
|
||||||
|
|
||||||
@ -139,7 +139,7 @@ in
|
|||||||
};
|
};
|
||||||
zfsUnstable = common {
|
zfsUnstable = common {
|
||||||
# comment/uncomment if breaking kernel versions are known
|
# comment/uncomment if breaking kernel versions are known
|
||||||
incompatibleKernelVersion = null;
|
incompatibleKernelVersion = "4.12";
|
||||||
|
|
||||||
version = "0.7.0-rc4";
|
version = "0.7.0-rc4";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user