From 1749e33629bd2a437da5aadda01cf5dc47fec7ab Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Wed, 15 Nov 2017 09:12:52 -0800 Subject: [PATCH] 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 Signed-off-by: Brian Behlendorf Closes #6868 --- rpm/generic/zfs.spec.in | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/rpm/generic/zfs.spec.in b/rpm/generic/zfs.spec.in index 47d04d646d55..22f44fbf5b3d 100644 --- a/rpm/generic/zfs.spec.in +++ b/rpm/generic/zfs.spec.in @@ -191,11 +191,12 @@ Requires: lsscsi Requires: mdadm Requires: bc Requires: ksh -Requires: fio -Requires: acl -Requires: sudo -Requires: sysstat -Requires: rng-tools +Requires: fio +Requires: acl +Requires: sudo +Requires: sysstat +Requires: rng-tools +AutoReqProv: no %description test This package contains test infrastructure and support scripts for