Tighten zfs dependency on zfs-kmod
Make zfs depend on the same version of zfs-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 #1677
This commit is contained in:
parent
227bc96951
commit
28967367c9
|
@ -29,7 +29,7 @@ ExclusiveArch: i386 i686 x86_64
|
|||
ExcludeArch: ppc ppc64
|
||||
|
||||
Requires: spl = %{version}
|
||||
Requires: %{name}-kmod >= %{version}
|
||||
Requires: %{name}-kmod = %{version}
|
||||
Provides: %{name}-kmod-common = %{version}
|
||||
|
||||
%if 0%{?rhel}%{?fedora}%{?suse_version}
|
||||
|
|
Loading…
Reference in New Issue