From f12971e6f5cf0e84e385eb9636fbe2ae313ab257 Mon Sep 17 00:00:00 2001 From: Ralf Ertzinger Date: Sat, 8 Feb 2014 22:48:53 +0100 Subject: [PATCH] Add explicit Conflicts for zfs-fuse packages zfs-fuse provides the same commands and man page names as ZoL. Changing the names on either side would make each incompatible with all existing documentation about ZFS. Providing bit identical files is not possible due to differing codebases. Signed-off-by: Richard Yao Signed-off-by: Turbo Fredriksson Signed-off-by: Brian Behlendorf Closes #1866 --- rpm/generic/zfs.spec.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rpm/generic/zfs.spec.in b/rpm/generic/zfs.spec.in index bbe2a7e50..53b73df7c 100644 --- a/rpm/generic/zfs.spec.in +++ b/rpm/generic/zfs.spec.in @@ -48,6 +48,10 @@ Requires: spl = %{version} Requires: %{name}-kmod = %{version} Provides: %{name}-kmod-common = %{version} +# zfs-fuse provides the same commands and man pages that ZoL does. Renaming +# those on either side would conflict with all available documentation. +Conflicts: zfs-fuse + %if 0%{?rhel}%{?fedora}%{?suse_version} BuildRequires: zlib-devel BuildRequires: libuuid-devel