- Drop munge and mrsh support for TW and Leap 16: the biggest
consumer of munge authentication has been Slurm. Slurm can
now be used without it, therefore, it is a good time to start
phasing it out. `mrsh` has been a 'drop-in' replacement for
`rsh`, `pdsh` is perfectly capable of using `ssh` and we may
assume that this is the preferred way to use a parallel shell
today.
- Do not build Slurm support for s390x and i586: Slurm no longer
builds for s390x or 32bit.
OBS-URL: https://build.opensuse.org/request/show/1237536
OBS-URL: https://build.opensuse.org/package/show/network:utilities/pdsh?expand=0&rev=85
- Backport a number of features and fixes from the git master branch
(boo#1206795):
* Add '-C' option on Slrum plugin to restrict selected nodes to ones
with the specified features present:
slurm-add-C-features-constraint.patch
slurm-add-documentation-for-C.patch
* Add option '-k' to the ssh plugin to fail faster on connection failures:
fail-fast-on-ssh-errors-or-non-zero-return-code.patch
doc-fast-fail-update.patch
* Fix use of strchr
hostlist-fix-use-of-strchr.patch
* Dshbak: Fix uninitialized use of $tag on empty input
dshbak-fix-uninitialized-use-of-tag-on-empty-input.patch
* Dsh: Release a lock that is no longer used in dsh()
Release-a-lock-that-is-no-longer-used-in-dsh.patch
OBS-URL: https://build.opensuse.org/request/show/1046437
OBS-URL: https://build.opensuse.org/package/show/network:utilities/pdsh?expand=0&rev=72