]> git.proxmox.com Git - mirror_zfs.git/commitdiff
Add explicit Conflicts for zfs-fuse packages
authorRalf Ertzinger <ralf@skytale.net>
Sat, 8 Feb 2014 21:48:53 +0000 (22:48 +0100)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 10 Feb 2014 23:54:27 +0000 (15:54 -0800)
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 <ryao@gentoo.org>
Signed-off-by: Turbo Fredriksson <turbo@bayour.com>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #1866

rpm/generic/zfs.spec.in

index bbe2a7e50343d59a5a69689e9104fac895126e3c..53b73df7c2fce8689363e7d47ac1ddc6fe1ce69e 100644 (file)
@@ -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