Tighten spl dependency on spl-kmod

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
This commit is contained in:
Cyril Plisko 2013-11-14 13:58:35 -08:00 committed by Brian Behlendorf
parent c3d9c0df3e
commit 9bd8cbc53d
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ ExclusiveArch: i386 i686 x86_64
# May build but untested on ppc/ppc64
ExcludeArch: ppc ppc64
Requires: %{name}-kmod >= %{version}
Requires: %{name}-kmod = %{version}
Provides: %{name}-kmod-common = %{version}
%description