diff options
author | Brian Behlendorf <[email protected]> | 2013-07-03 14:22:34 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2013-07-03 14:58:42 -0700 |
commit | e9832eb2721ce1695fa8bdaa908cdde9690f95df (patch) | |
tree | f22b0d01e174b9f338621171a2490e4383d0f2d8 /rpm | |
parent | 91604b298c24c84fe03bc6c028abb961ca3e6fcf (diff) |
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 <[email protected]>
Closes #1395
Diffstat (limited to 'rpm')
-rw-r--r-- | rpm/generic/zfs.spec.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rpm/generic/zfs.spec.in b/rpm/generic/zfs.spec.in index ddbee84a4..8b57e6e72 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} |