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:
Brian Behlendorf 2013-03-20 11:28:00 -07:00
parent b967600366
commit 7865606a6a

View File

@ -17,7 +17,6 @@ BuildArch: noarch
Requires: dkms >= 2.2.0.2
Requires: spl-dkms = %{version}
Provides: %{module}-kmod = %{version}
Conflicts: %{module}-kmod
%description
This package contains the dkms ZFS kernel modules.