Skip to content

Commit

Permalink
Disable automatic dependencies in zfs-test package
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes openzfs#6868
  • Loading branch information
behlendorf authored Nov 15, 2017
1 parent 71788d9 commit 13589da
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions rpm/generic/zfs.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -180,11 +180,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
Expand Down

0 comments on commit 13589da

Please sign in to comment.