Remove zfs-dkms conflict with zfs-kmod
Because the zfs-dkms package also provides zfs-kmod for the zfs user package yum flags this as a conflict. To avoid the problem remove the Conflicts tag from zfs-dkms and just rely on the one in zfs-kmod. zfs-dkms-0.6.0-rc14.fc18.noarch has installed conflicts zfs-kmod: zfs-dkms-0.6.0-rc14.fc18.noarch Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
This commit is contained in:
parent
b967600366
commit
7865606a6a
|
@ -17,7 +17,6 @@ BuildArch: noarch
|
||||||
Requires: dkms >= 2.2.0.2
|
Requires: dkms >= 2.2.0.2
|
||||||
Requires: spl-dkms = %{version}
|
Requires: spl-dkms = %{version}
|
||||||
Provides: %{module}-kmod = %{version}
|
Provides: %{module}-kmod = %{version}
|
||||||
Conflicts: %{module}-kmod
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package contains the dkms ZFS kernel modules.
|
This package contains the dkms ZFS kernel modules.
|
||||||
|
|
Loading…
Reference in New Issue