public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Trey Dockendorf <tdockendorf@osc.edu>
To: git-commits@fedoraproject.org
Subject: [rpms/pdsh] epel9: Enable SLURM support by default
Date: Fri, 31 Jul 2026 15:59:32 GMT	[thread overview]
Message-ID: <178551357273.1.10877292880271800292.rpms-pdsh-a2e181b2b345@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/pdsh
            Branch : epel9
            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=epel9

            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
 

                 reply	other threads:[~2026-07-31 15:59 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178551357273.1.10877292880271800292.rpms-pdsh-a2e181b2b345@fedoraproject.org \
    --to=tdockendorf@osc.edu \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox