Only require spl-devel-kmod = %{version}
authorBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 2 Apr 2013 21:37:47 +0000 (14:37 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 2 Apr 2013 23:05:45 +0000 (16:05 -0700)
commitc8122d2504e215170b900f955f0fda19ecfe6f04
tree3785297a80f3ebf7f60264cdf36ed98d4a98bff6
parent5b5a65b02225e6281b42b12a4d87bb210334b714
Only require spl-devel-kmod = %{version}

Commit f6fb7651a0d05b357dc179cc4853263ce15da6ed introduced the idea
of working builds which work correctly.  However, because the zfs-kmod
depends on a specific 'spl-devel-kmod = {version}-%{release}' package
and the release component is unique the dependency is never satisfied.

This requires line was introduced to ensure the correct version of the
spl is always used.  In this context only the version number is required
so the release component has been dropped to satisfy the dependency.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
rpm/generic/zfs-kmod.spec.in