rpms/pdsh/devel pdsh.spec,1.15,1.16

Ruben Kerkhof ruben at fedoraproject.org
Mon Jun 8 12:15:05 UTC 2009


Author: ruben

Update of /cvs/pkgs/rpms/pdsh/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11829

Modified Files:
	pdsh.spec 
Log Message:
* Sun Jun 07 2009 Ruben Kerkhof <ruben at rubenkerkhof.com> 2.18-2
- Enable nodeupdown module



Index: pdsh.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pdsh/devel/pdsh.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- pdsh.spec	13 Apr 2009 15:57:11 -0000	1.15
+++ pdsh.spec	8 Jun 2009 12:14:35 -0000	1.16
@@ -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 at rubenkerkhof.com> 2.18-2
+- Enable nodeupdown module
+
 * Mon Apr 13 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 2.18-1
 - update to 2.18
 




More information about the fedora-extras-commits mailing list