public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/pdsh] epel10: Enable SLURM support by default
@ 2026-07-31 15:22 Trey Dockendorf
0 siblings, 0 replies; only message in thread
From: Trey Dockendorf @ 2026-07-31 15:22 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/pdsh
Branch : epel10
Commit : a2e181b2b34510d8d076c948293d01fc711c8107
Author : Trey Dockendorf <tdockendorf@osc.edu>
Date : 2026-07-31T11:14:57-04:00
Stats : +13/-4 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/pdsh/c/a2e181b2b34510d8d076c948293d01fc711c8107?branch=epel10
Log:
Enable SLURM support by default
Disable nodeupdown support for EPEL10
---
diff --git a/pdsh.spec b/pdsh.spec
index f7dc679..ed555b3 100644
--- a/pdsh.spec
+++ b/pdsh.spec
@@ -1,6 +1,6 @@
Name: pdsh
Version: 2.36
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Parallel remote shell program
# Automatically converted from old format: GPLv2+ - review is highly recommended.
License: GPL-2.0-or-later
@@ -13,8 +13,8 @@ BuildRequires: perl-generators
# Enabling and disabling pdsh options
# defaults:
-# enabled: readline, rsh, ssh, dshgroup, netgroup, debug, nodeupdown, genders
-# disabled: rms, mrsh, qshell, mqshell, xcpu, nodeattr, machines, slurm, torque
+# enabled: readline, rsh, ssh, dshgroup, netgroup, debug, nodeupdown, genders, slurm
+# disabled: rms, mrsh, qshell, mqshell, xcpu, nodeattr, machines, torque
#
# To build the various module subpackages, pass --with <pkg> on
# the rpmbuild command line (if your rpm is a recent enough version)
@@ -35,8 +35,13 @@ BuildRequires: perl-generators
%{!?_with_dshgroups: %{!?_without_dshgroups: %global _with_dshgroups --with-dshgroups}}
%{!?_with_netgroup: %{!?_without_netgroup: %global _with_netgroup --with-netgroup}}
%{!?_with_debug: %{!?_without_debug: %global _with_debug --with-debug}}
+%if 0%{?fedora} || 0%{?rhel} == 9
%{!?_with_nodeupdown: %{!?_without_nodeupdown: %global _with_nodeupdown --with-nodeupdown}}
+%else
+%{!?_with_nodeupdown: %{!?_without_nodeupdown: %global _without_nodeupdown --without-nodeupdown}}
+%endif
%{!?_with_genders: %{!?_without_genders: %global _with_genders --with-genders}}
+%{!?_with_slurm: %{!?_without_slurm: %global _with_slurm --with-slurm}}
# These are default DISABLED.
%{!?_with_rms: %{!?_without_rms: %global _without_rms --without-rms}}
%{!?_with_mrsh: %{!?_without_mrsh: %global _without_mrsh --without-mrsh}}
@@ -45,7 +50,6 @@ BuildRequires: perl-generators
%{!?_with_xcpu: %{!?_without_xcpu: %global _without_xcpu --without-xcpu}}
%{!?_with_nodeattr: %{!?_without_nodeattr: %global _without_nodeattr --without-nodeattr}}
%{!?_with_machines: %{!?_without_machines: %global _without_machines --without-machines}}
-%{!?_with_slurm: %{!?_without_slurm: %global _without_slurm --without-slurm}}
%{!?_with_torque: %{!?_without_torque: %global _without_torque --without-torque}}
#
@@ -65,6 +69,7 @@ BuildRequires: readline-devel
%{?_with_nodeupdown:BuildRequires: libnodeupdown-devel}
%{?_with_genders:BuildRequires: libgenders-devel > 1.0}
%{?_with_torque:BuildRequires: torque-devel}
+%{?_with_slurm:BuildRequires: slurm-devel}
%description
Pdsh is a multithreaded remote shell client which executes commands
@@ -391,6 +396,10 @@ fi
%endif
%changelog
+* Fri Jul 31 2026 Trey Dockendorf <treydock@gmail.com> - 2.36-3
+- Enable SLURM support by default
+- Disable nodeupdown support for EPEL10
+
* Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 2.36-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-31 15:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-31 15:22 [rpms/pdsh] epel10: Enable SLURM support by default Trey Dockendorf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox