Disable automatic dependencies in zfs-test package

All of the ZTS test scripts specify /bin/ksh as the interpreter.
Unfortunately, as of Fedora 27 only /usr/bin/ksh is provided by
the package manager.  Rather than change all the scripts to
accommodate the latest Fedora disable automatic dependencies
for the zfs-test package.  Functionally this will not cause
any problems since /bin is a symlink to /usr/bin.

Reviewed-by: George Melikov <mail@gmelikov.ru>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #6868
This commit is contained in:
Brian Behlendorf 2017-11-15 09:12:52 -08:00 committed by Tony Hutter
parent fedc1d96a8
commit d4cf31275b

View File

@ -178,10 +178,12 @@ Requires: lsscsi
Requires: mdadm Requires: mdadm
Requires: bc Requires: bc
Requires: ksh Requires: ksh
Requires: fio Requires: fio
Requires: acl Requires: acl
Requires: sudo Requires: sudo
Requires: sysstat Requires: sysstat
Requires: rng-tools
AutoReqProv: no
%description test %description test
This package contains test infrastructure and support scripts for This package contains test infrastructure and support scripts for