Skip to content

Commit 3a81bf4

Browse files
authored
Workaround to allow openzfs-zfs-dkms install on Ubuntu
As shown in #15404#issuecomment-1765002181, Ubuntu kernel has 'Provides: zfs-dkms', which will cause uninstall of the kernel, when attempting to install openzfs-zfs-dkms. As a workaround remove the 'Conflicts: zfs-dkms' definition from the debian control file. Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Mart Frauenlob <[email protected]> Closes #15503
1 parent 5caeef0 commit 3a81bf4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

contrib/debian/control

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@ Recommends: openzfs-zfs-zed, openzfs-zfsutils (>= ${source:Version}), ${linux:Re
197197
Suggests: debhelper
198198
Breaks: spl-dkms (<< 0.8.0~rc1)
199199
Replaces: spl-dkms, zfs-dkms
200-
Conflicts: zfs-dkms
201200
Provides: openzfs-zfs-modules
202201
Description: OpenZFS filesystem kernel modules for Linux
203202
OpenZFS is a storage platform that encompasses the functionality of

0 commit comments

Comments
 (0)