rpms/pdsh/FC-4 pdsh.spec,1.3,1.4

Ben Woodard (kg6fnk) fedora-extras-commits at redhat.com
Thu Mar 30 21:55:11 UTC 2006


Author: kg6fnk

Update of /cvs/extras/rpms/pdsh/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30061

Modified Files:
	pdsh.spec 
Log Message:
Upsteam pointed out that they had added two new subpackages that I'd failed to include. Added these to keep in sync with upstream.


Index: pdsh.spec
===================================================================
RCS file: /cvs/extras/rpms/pdsh/FC-4/pdsh.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pdsh.spec	30 Mar 2006 20:11:57 -0000	1.3
+++ pdsh.spec	30 Mar 2006 21:55:11 -0000	1.4
@@ -1,6 +1,6 @@
 Name: pdsh
 Version: 2.10
-Release: 3%{?dist}
+Release: 4%{?dist}
 
 Summary: Parallel remote shell program
 
@@ -15,9 +15,9 @@
 # Enabling and disabling pdsh options
 #  defaults:
 #  enabled:  readline, rsh, ssh
-#  disabled: rms, mrsh, qshell, mqshell, genders, nodeattr, machines,
-#            nodeupdown
-
+#  disabled: rms, mrsh, qshell, mqshell, xcpu, genders, nodeattr, machines,
+#            nodeupdown, dshgroup, netgroups
+#
 #  To build the various module subpackages, pass --with <pkg> on
 #   the rpmbuild command line (if your rpm is a recent enough version)
 #  
@@ -48,6 +48,8 @@
 %{expand: %def qshell without with}
 %{expand: %pdsh_with mqshell}
 %{expand: %def mqshell without with}
+%{expand: %pdsh_with xcpu}
+%{expand: %def xcpu without with}
 %{expand: %pdsh_with genders}
 %{expand: %def genders without with}
 %{expand: %pdsh_with nodeattr}
@@ -56,6 +58,8 @@
 %{expand: %def nodeupdown without with}
 %{expand: %pdsh_with dshgroups}
 %{expand: %def dshgroups without with}
+%{expand: %pdsh_with netgroup}
+%{expand: %def netgroup without with}
 %{expand: %pdsh_with machines}
 %{expand: %def machines without with}
 %{expand: %pdsh_with slurm}
@@ -153,6 +157,13 @@
 %description rcmd-mqshell
 Pdsh module for mqshell rcmd functionality.
 
+%package   rcmd-xcpu
+Summary:   Provides xcpu rcmd capability to pdsh
+Group:     System Environment/Base
+Provides:  pdsh-xcpu
+%description rcmd-xcpu
+Pdsh module for xcpu rcmd functionality.
+
 %package   mod-genders
 Summary:   Provides libgenders support for pdsh
 Group:     System Environment/Base
@@ -202,6 +213,13 @@
 Pdsh module providing dsh (Dancer's shell) style "group" file support.
 Provides -g groupname and -X groupname options to pdsh.
 
+%package   mod-netgroup
+Summary:   Provides netgroup support for pdsh
+Group:     System Environment/Base
+Requires:  whatsup
+%description mod-netgroup
+Pdsh module providing support for targeting hosts based on netgroup.
+Provides -g groupname and -X groupname options to pdsh.
 
 %package   mod-slurm
 Summary:   Provides support for running pdsh under SLURM allocations
@@ -245,10 +263,15 @@
     %{?_without_mrsh}       \
     %{?_with_mqshell}       \
     %{?_without_mqshell}    \
+    %{?_with_xcpu}	    \
+    %{?_without_xcpu}       \
     %{?_with_slurm}         \
     %{?_without_slurm}      \
     %{?_with_dshgroups}     \
-    %{?_without_dshgroups}
+    %{?_without_dshgroups}  \
+    %{?_with_netgroup}      \
+    %{?_without_netgroup}
+
 # FIXME: build fails when trying to build with _smp_mflags if qsnet is enabled
 # make %{_smp_mflags} CFLAGS="$RPM_OPT_FLAGS"
 make CFLAGS="$RPM_OPT_FLAGS"
@@ -318,6 +341,13 @@
 %endif
 ##############################################################################
 
+%if %{?_with_xcpu:1}%{!?_with_xcpu:0}
+%files rcmd-xcpu
+%defattr(-,root,root)
+%{_libdir}/pdsh/xcpucmd.*
+%endif
+##############################################################################
+
 %if %{?_with_genders:1}%{!?_with_genders:0}
 %files mod-genders
 %defattr(-,root,root)
@@ -359,6 +389,14 @@
 %{_libdir}/pdsh/dshgroup.*
 %endif
 ##############################################################################
+
+%if %{?_with_netgroup:1}%{!?_with_netgroup:0}
+%files mod-netgroup
+%defattr(-,root,root)
+%{_libdir}/pdsh/netgroup.*
+%endif
+##############################################################################
+
 %if %{?_with_slurm:1}%{!?_with_slurm:0}
 %files mod-slurm
 %defattr(-,root,root)
@@ -398,6 +436,10 @@
 
 
 %changelog
+* Thu Mar 30 2006 Ben Woodard <woodard at redhat.com> 2.10-4
+- upstream pointed out that they had added two new subpackages
+  that I'd failed to include.
+
 * Thu Mar 30 2006 Ben Woodard <woodard at redhat.com> 2.10-3
 - added dist tag so that I can build on multiple versions
 




More information about the fedora-extras-commits mailing list