public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Ruben Kerkhof <ruben@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/pdsh] epel10: - Enable nodeupdown module
Date: Fri, 31 Jul 2026 15:21:45 GMT [thread overview]
Message-ID: <178551130514.1.5408643771699162319.rpms-pdsh-6ec2bfab6e5f@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/pdsh
Branch : epel10
Commit : 6ec2bfab6e5f5a5f635bfa0a938c2d463cc93440
Author : Ruben Kerkhof <ruben@fedoraproject.org>
Date : 2009-06-08T12:14:35+00:00
Stats : +9/-6 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/pdsh/c/6ec2bfab6e5f5a5f635bfa0a938c2d463cc93440?branch=epel10
Log:
- Enable nodeupdown module
---
diff --git a/pdsh.spec b/pdsh.spec
index 8924710..95e3860 100644
--- a/pdsh.spec
+++ b/pdsh.spec
@@ -1,6 +1,6 @@
Name: pdsh
Version: 2.18
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Parallel remote shell program
License: GPLv2+
Url: http://sourceforge.net/projects/pdsh/
@@ -11,9 +11,9 @@ Requires: pdsh-rcmd
# Enabling and disabling pdsh options
# defaults:
-# enabled: readline, rsh, ssh, dshgroup, netgroup, debug
+# enabled: readline, rsh, ssh, dshgroup, netgroup, debug, nodeupdown
# disabled: rms, mrsh, qshell, mqshell, xcpu, genders, nodeattr, machines,
-# nodeupdown, slurm
+# slurm
#
# To build the various module subpackages, pass --with <pkg> on
# the rpmbuild command line (if your rpm is a recent enough version)
@@ -34,6 +34,7 @@ Requires: pdsh-rcmd
%{!?_with_dshgroups: %{!?_without_dshgroups: %define _with_dshgroups --with-dshgroups}}
%{!?_with_netgroup: %{!?_without_netgroup: %define _with_netgroup --with-netgroup}}
%{!?_with_debug: %{!?_without_debug: %define _with_debug --with-debug}}
+%{!?_with_nodeupdown: %{!?_without_nodeupdown: %define _with_nodeupdown --with-nodeupdown}}
# These are default DISABLED.
%{!?_with_rms: %{!?_without_rms: %define _without_rms --without-rms}}
%{!?_with_mrsh: %{!?_without_mrsh: %define _without_mrsh --without-mrsh}}
@@ -43,7 +44,6 @@ Requires: pdsh-rcmd
%{!?_with_genders: %{!?_without_genders: %define _without_genders --without-genders}}
%{!?_with_nodeattr: %{!?_without_nodeattr: %define _without_nodeattr --without-nodeattr}}
%{!?_with_machines: %{!?_without_machines: %define _without_machines --without-machines}}
-%{!?_with_nodeupdown: %{!?_without_nodeupdown: %define _without_rms --without-nodeupdown}}
%{!?_with_slurm: %{!?_without_slurm: %define _without_slurm --without-slurm}}
#
@@ -60,7 +60,7 @@ Requires: pdsh-rcmd
%{?_with_qshell:BuildRequires: qsnetlibs}
%{?_with_mqshell:BuildRequires: qsnetlibs}
BuildRequires: readline-devel
-%{?_with_nodeupdown:BuildRequires: whatsup}
+%{?_with_nodeupdown:BuildRequires: libnodeupdown-devel}
%{?_with_genders:BuildRequires: genders > 1.0}
%description
@@ -254,7 +254,7 @@ from an allocated SLURM job.
%{?_without_mrsh} \
%{?_with_mqshell} \
%{?_without_mqshell} \
- %{?_with_xcpu} \
+ %{?_with_xcpu} \
%{?_without_xcpu} \
%{?_with_slurm} \
%{?_without_slurm} \
@@ -408,6 +408,9 @@ fi
%endif
%changelog
+* Sun Jun 07 2009 Ruben Kerkhof <ruben@rubenkerkhof.com> 2.18-2
+- Enable nodeupdown module
+
* Mon Apr 13 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 2.18-1
- update to 2.18
reply other threads:[~2026-07-31 15:21 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=178551130514.1.5408643771699162319.rpms-pdsh-6ec2bfab6e5f@fedoraproject.org \
--to=ruben@fedoraproject.org \
--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