From e9832eb2721ce1695fa8bdaa908cdde9690f95df Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Wed, 3 Jul 2013 14:22:34 -0700 Subject: [PATCH] Remove zfs-dracut and zfs-test dependencies Remove from the zfs package the depenencies on the zfs-dracut and zfs-test subpackages. Neither of these packages are required for normal operation and they bring in many unnecessary dependencies during installation. Signed-off-by: Brian Behlendorf Closes #1395 --- rpm/generic/zfs.spec.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/rpm/generic/zfs.spec.in b/rpm/generic/zfs.spec.in index ddbee84..8b57e6e 100644 --- a/rpm/generic/zfs.spec.in +++ b/rpm/generic/zfs.spec.in @@ -29,8 +29,6 @@ ExclusiveArch: i386 i686 x86_64 ExcludeArch: ppc ppc64 Requires: spl = %{version} -Requires: zfs-dracut = %{version} -Requires: zfs-test = %{version} Requires: %{name}-kmod >= %{version} Provides: %{name}-kmod-common = %{version} -- 1.8.3.1