Make spl depend on the same version of spl-kmod, rather than on same or
better. When yum repository contains a number of versions the dependency
resolution breaks on trying to install non-latest version.
Signed-off-by: Cyril Plisko <cyril.plisko@mountall.com>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes zfsonlinux/zfs#1677
# May build but untested on ppc/ppc64
ExcludeArch: ppc ppc64
-Requires: %{name}-kmod >= %{version}
+Requires: %{name}-kmod = %{version}
Provides: %{name}-kmod-common = %{version}
%description