public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/pdsh] epel10: - Enable nodeupdown module
@ 2026-07-31 15:21 Ruben Kerkhof
0 siblings, 0 replies; only message in thread
From: Ruben Kerkhof @ 2026-07-31 15:21 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-31 15:21 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:21 [rpms/pdsh] epel10: - Enable nodeupdown module Ruben Kerkhof
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox