From: Cyril Plisko Date: Thu, 14 Nov 2013 21:58:35 +0000 (-0800) Subject: Tighten spl dependency on spl-kmod X-Git-Tag: spl-0.6.3~30 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9bd8cbc53d46c09d2f465d4207eaa00c26e29fc5;p=spl 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 Signed-off-by: Brian Behlendorf Closes zfsonlinux/zfs#1677 --- diff --git a/rpm/generic/spl.spec.in b/rpm/generic/spl.spec.in index 804584a..7f4a65e 100644 --- a/rpm/generic/spl.spec.in +++ b/rpm/generic/spl.spec.in @@ -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