rpms/pdsh/devel pdsh.spec,1.6,1.7

Ben Woodard (kg6fnk) fedora-extras-commits at redhat.com
Thu Aug 24 23:50:53 UTC 2006


Author: kg6fnk

Update of /cvs/extras/rpms/pdsh/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23589

Modified Files:
	pdsh.spec 
Log Message:
Enabled two optional packages and removed their dependencies.



Index: pdsh.spec
===================================================================
RCS file: /cvs/extras/rpms/pdsh/devel/pdsh.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pdsh.spec	2 Aug 2006 18:06:58 -0000	1.6
+++ pdsh.spec	24 Aug 2006 23:50:53 -0000	1.7
@@ -1,6 +1,6 @@
 Name: pdsh
 Version: 2.11
-Release: 2%{?dist}
+Release: 3%{?dist}
 
 Summary: Parallel remote shell program
 
@@ -14,9 +14,9 @@
 #
 # Enabling and disabling pdsh options
 #  defaults:
-#  enabled:  readline, rsh, ssh
+#  enabled:  readline, rsh, ssh, dshgroup, netgroups
 #  disabled: rms, mrsh, qshell, mqshell, xcpu, genders, nodeattr, machines,
-#            nodeupdown, dshgroup, netgroups
+#            nodeupdown
 #
 #  To build the various module subpackages, pass --with <pkg> on
 #   the rpmbuild command line (if your rpm is a recent enough version)
@@ -39,6 +39,10 @@
 %{expand: %def ssh with without}
 %{expand: %pdsh_with rsh}
 %{expand: %def rsh with without}
+%{expand: %pdsh_with dshgroups}
+%{expand: %def dshgroups with without}
+%{expand: %pdsh_with netgroup}
+%{expand: %def netgroup with without}
 
 %{expand: %pdsh_with mrsh}
 %{expand: %def mrsh without with}
@@ -54,10 +58,6 @@
 %{expand: %def nodeattr without with}
 %{expand: %pdsh_with nodeupdown}
 %{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}
@@ -207,7 +207,6 @@
 %package   mod-dshgroup
 Summary:   Provides dsh-style group file support for pdsh
 Group:     System Environment/Base
-Requires:  whatsup
 %description mod-dshgroup
 Pdsh module providing dsh (Dancer's shell) style "group" file support.
 Provides -g groupname and -X groupname options to pdsh.
@@ -215,7 +214,6 @@
 %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.
@@ -435,6 +433,10 @@
 
 
 %changelog
+* Thu Aug 24 2006 Ben Woodard <woodard at redhat.com> 2.11-3
+- Remove whatsup requirement for dshgrp and netgroup
+- Enable dshgroup and netgroup by default
+
 * Mon Jul 31 2006 Ben Woodard <woodard at redhat.com> 2.11-2
 - Hardcode readline-devel dependency.
 




More information about the scm-commits mailing list