| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: pdsh | Distribution: SUSE Linux Enterprise 15 |
| Version: 2.35 | Vendor: SUSE LLC <https://www.suse.com/> |
| Release: 150500.46.3.1 | Build date: Thu Feb 8 15:46:40 2024 |
| Group: Productivity/Clustering/Computing | Build host: nebbiolo |
| Size: 877431 | Source RPM: pdsh-2.35-150500.46.3.1.src.rpm |
| Packager: https://www.suse.com/ | |
| Url: https://github.com/chaos/pdsh | |
| Summary: Parallel remote shell program | |
Pdsh is a multithreaded remote shell client which executes commands on multiple remote hosts in parallel. Pdsh can use several different remote shell services, including Kerberos IV and ssh.
GPL-2.0-or-later
* Wed Jan 17 2024 eich@suse.com
- Update to version 2.35
* slurm: call slurm_init() once before any call to Slurm API (Egbert Eich)
Removed:
Add-call-to-slurm_init-this-makes-sure-the-config-options-are-set.patch
* slurm: fix compile of slurm plugin against Slurm >= 23.x
Removed:
Hack-to-work-around-a-generic-type-name-breakage-introduced-by-latest-Slurm.patch
* log module option errors with -d (Erik Jacobson)
* fail fast on connect error or non-zero return code (Jerry Mannil)
Removed: fail-fast-on-ssh-errors-or-non-zero-return-code.patch
Removed: doc-fast-fail-update.patch
* Release a lock that is no longer used (ycaibb)
Removed: Release-a-lock-that-is-no-longer-used-in-dsh.patch
* build: use LDADD instead of LDFLAGS for libcommon.la (orbea)
* slurm: add -C to restrict hostlist to nodes with features (Dylan Simon)
Removed: slurm-add-C-features-constraint.patch
slurm-add-documentation-for-C.patch
* ssh: fix sshcmd_signal on macos
* dsbak: fix handling of empty input lines
Removed: dshbak-fix-uninitialized-use-of-tag-on-empty-input.patch
* Removed additional backport:
hostlist-fix-use-of-strchr.patch
- Remove outdated and defunct project URI on Google. The content
can still be found in the archives at:
https://code.google.com/archive/p/pdsh/.
The project has moved to github entirely.
* Mon Jul 03 2023 eich@suse.com
- Only call slurm_init() if Slurm > 21.02 (bsc#1212946).
* Thu Jun 08 2023 eich@suse.com
- Preparing pdsh for Slurm 23.02.
* Mon Mar 13 2023 eich@suse.com
- Fix slurm plugin: make sure slurm_init() is called before using
the Slurm API. This has been the case since version 20.11 (bsc#1209216).
Add-call-to-slurm_init-this-makes-sure-the-config-options-are-set.patch
* Thu Mar 02 2023 eich@suse.com
- Hack-to-work-around-a-generic-type-name-breakage-introduced-by-latest-Slurm.patch
Schedmd did it again! Slurm 23.02 broke the pdsh-internal
List type by exposing it thru it's public API. The way to
protect from it no longer works as types are actually used
in the header.
This is a hot fix on the pdsh side, that is hopefully sufficiently
generic. (boo#1208846).
* Tue Jan 03 2023 eich@suse.com
- 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
* Mon Oct 31 2022 eich@suse.com
- Preparing pdsh for Slurm 22.05.
* No later version of Slurm builds on 32 bit.
* Thu Feb 25 2021 eich@suse.com
- Add an explicit Conflicts: when pdsh is rebuilt for a
non-default version of Slurm.
* Thu Jan 28 2021 eich@suse.com
- Preparing pdsh for Slurm 20.11.
* Wed Jan 27 2021 eich@suse.com
- Simplify convoluted condition - no need for Leap 42.2 support.
* Sat Apr 18 2020 eich@suse.com
- Bring QA to the package build: add %%check stage
* Fri Apr 10 2020 eich@suse.com
- Since the build for the SLE-12 HPC Module got fixed, simplify
spec file and remove legacy workarounds.
- Remove _multibuild file where not needed.
* Tue Mar 31 2020 eich@suse.com
- Add better legacy support.
- Make sure to not ship duplicate files with builds for multiple
SLURM versions.
* Fri Mar 27 2020 eich@suse.com
- Define %%make_build for all products that do have it defined.
* Thu Mar 26 2020 eich@suse.com
- Do not build for SLURM on 32bit platforms on Factory: SLURM 20.02
doesn't support this.
* Thu Mar 26 2020 aguerrero@suse.com
- Spec cleanup
* Wed Mar 25 2020 eich@suse.com
- Update to version pdsh-2.34 (2020-01-07) (bsc#1167704)
* Fix for output corruption with no newlines (#114)
* pipecmd: fix result check error handling (Dylan Simon)
* slurm: workaround slurm export of internal List interfaces
* readline: add application name as argv[0] (#112)
* Fix errors from lgtm.com scan
- Remove obsolete patches:
Change-typedef-List-to-typedef-xList.patch
pdsh-rename-list-to-xlist.patch
* Tue Feb 18 2020 eich@suse.com
- Add Change-typedef-List-to-typedef-xList.patch:
* Change 'typedef List' to 'typedef xList'.
Since SLURM exposes a type List in its public API without proper
namespacing we need to change this type in pdsh.
To remain compatible with older versions of SLURM whose type List
was identical to pdsh's we need to rename not only the struct.
* Sat Dec 07 2019 eich@suse.com
- Add support for an alternative SLURM version when building the
slurm plugin.
- Use %license macro
* Thu Mar 29 2018 jjolly@suse.com
- removed patch: pdsh-exclude-slurm-list-namespace.patch:
Patch is not an acceptable work-around for upstream
- added patch: pdsh-rename-list-to-xlist.patch
Renamed 'struct list' to 'struct xlist' to match upstream slurm
change (bsc#1086736).
Original upstream commit message:
to avoid name collisions with c++ list types. gdb started showing
the wrong type when the full lib was created.
* Wed Mar 28 2018 jjolly@suse.com
- added patch: pdsh-exclude-slurm-list-namespace.patch:
Defined __list_datatypes_defined in list.h to prevent conflict
with slurm 17.11 (bsc#1086736).
* Tue Feb 20 2018 eich@suse.com
- Since the different host-list plugins have conflicting
options and a 'the first one wins' policy is not well
defined, package all of them separately and make ones
with identical options conflict (bsc#1081673).
* Fri Feb 16 2018 eich@suse.com
- Add genders support to pdsh (FATE#325288).
- Put SLURM plugin into separate package (FATE#325289).
* Wed Oct 11 2017 eich@suse.com
- Update to version 2.33 for SLE-12 (HPC) (FATE#324169).
* Mon Oct 09 2017 eich@suse.com
- Removed deprecated %leap_version from spec file.
* Sat Oct 07 2017 jengelh@inai.de
- Remove --with-pic which is a no-op due to --disable-static.
- Replace old RPM constructs.
* Fri Oct 06 2017 eich@suse.com
- Update to 2.33:
* Fix segfault and build issues on Mac OSX (#95)
* Always pass RTLD_GLOBAL to dlopen(3) of modules. Fixes missing symbol
errors from modules using libraries that also use dlopen() (e.g.
nodeupdown, slurm)
From 2.32:
* Autotools update
* Switch to dlopen(3)/dlsym(3) instead of using libltdl
* Drop qshell, mqshell, rmsquery, nodeattr and sdr modules.
* Fix issue 70: dshbak: handle hostname of "0"
* Allow PDSH_CONNECT_TIMEOUT and PDSH_COMMAND_TIMEOUT environment
variables (Erik Jacobson)
* Fix some old URLs in documentation (Al Chu)
* Avoid exporting POSIXLY_CORRECT to child processes (Dorian Krause)
* Fix mcmd start offset bug in max bytes calculation (Egbert Eich)
- Removed:
mcmd-Account-for-start-offset-when-providing-max-bytes-to-read.patch:
Obsoleted by update.
* Fri Mar 10 2017 eich@suse.com
- Fix %if clause in spec file.
* Thu Feb 16 2017 eich@suse.com
- mcmd-Account-for-start-offset-when-providing-max-bytes-to-read.patch
Fix a write past the end of a buffer.
* Wed Feb 15 2017 eich@suse.com
- Add 'Recommends: mrsh':
pdsh should be run using the mrsh protocol but can get by using
ssh as well, thus adding as a recommended dependency.
* Mon Nov 21 2016 eich@suse.com
- Disable support for slurm and mrsh until it is in Factory.
* Tue Nov 08 2016 eich@suse.com
- Add support for: pam, exec, mrsh and slurm
genders will follow later. We don't have support for this lib, yet.
* Sat Oct 22 2016 eich@suse.com
- Replace tarball with official tarball of 2.31. (Content identical).
(Add download rpm).
- Add _service for download_files.
- Remove .la files from installation.
* Wed Oct 19 2016 eich@suse.com
- Importing to SLE-12-SP2 for FATE#321714.
* Mon Aug 10 2015 jkeil@suse.de
- Don't include the rsh module, because rsh is outdated, deprecated and upstream
is dead. Removing the dependency makes it possible to drop the rsh package.
/usr/bin/dshbak /usr/bin/pdcp /usr/bin/pdsh /usr/bin/rpdcp /usr/lib64/pdsh /usr/lib64/pdsh/execcmd.so /usr/lib64/pdsh/mcmd.so /usr/lib64/pdsh/sshcmd.so /usr/share/doc/packages/pdsh /usr/share/doc/packages/pdsh/DISCLAIMER.LLNS /usr/share/doc/packages/pdsh/DISCLAIMER.UC /usr/share/doc/packages/pdsh/NEWS /usr/share/doc/packages/pdsh/README /usr/share/doc/packages/pdsh/README.KRB4 /usr/share/doc/packages/pdsh/README.modules /usr/share/doc/packages/pdsh/TODO /usr/share/licenses/pdsh /usr/share/licenses/pdsh/COPYING /usr/share/man/man1/dshbak.1.gz /usr/share/man/man1/pdcp.1.gz /usr/share/man/man1/pdsh.1.gz /usr/share/man/man1/rpdcp.1.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon Mar 9 16:30:14 2026