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:
parent
c3d9c0df3e
commit
9bd8cbc53d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue