]> granicus.if.org Git - spl/commitdiff
Tighten spl dependency on spl-kmod
authorCyril Plisko <cyril.plisko@mountall.com>
Thu, 14 Nov 2013 21:58:35 +0000 (13:58 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 14 Nov 2013 21:58:35 +0000 (13:58 -0800)
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

rpm/generic/spl.spec.in

index 804584a63bdce0cfbb94f1da8262177a77734a4e..7f4a65ef5ce31be09aca2dac49a9b2c78ac5a012 100644 (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