summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCyril Plisko <[email protected]>2013-08-26 09:04:38 +0300
committerBrian Behlendorf <[email protected]>2013-11-14 14:28:35 -0800
commit28967367c9e1e97bbd9745da21e26650b508f6f8 (patch)
tree5e460326f6e0a7e7915a850708b6753428579956
parent227bc96951c020a6ea16dbb244901d65d5ee4ba1 (diff)
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 <[email protected]> Signed-off-by: Brian Behlendorf <[email protected]> Closes #1677
-rw-r--r--rpm/generic/zfs.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpm/generic/zfs.spec.in b/rpm/generic/zfs.spec.in
index a836a5f5f..991a63683 100644
--- a/rpm/generic/zfs.spec.in
+++ b/rpm/generic/zfs.spec.in
@@ -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}