From 28967367c9e1e97bbd9745da21e26650b508f6f8 Mon Sep 17 00:00:00 2001 From: Cyril Plisko Date: Mon, 26 Aug 2013 09:04:38 +0300 Subject: [PATCH] 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 Signed-off-by: Brian Behlendorf Closes #1677 --- rpm/generic/zfs.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpm/generic/zfs.spec.in b/rpm/generic/zfs.spec.in index a836a5f5fd..991a63683a 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}