public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/pdsh] epel10: Upstream pointed out that I'd missed two new capabilities in pdsh that were
@ 2026-07-31 15:21 Ben Woodard
  0 siblings, 0 replies; only message in thread
From: Ben Woodard @ 2026-07-31 15:21 UTC (permalink / raw)
  To: git-commits

        A new commit has been pushed.

        Repo   : rpms/pdsh
        Branch : epel10
        Commit : 5845d60c8678abd20dcd84a442a597d7b3e984e4
        Author : Ben Woodard <kg6fnk@fedoraproject.org>
        Date   : 2006-03-30T21:52:39+00:00
        Stats  : +47/-5 in 1 file(s)
        URL    : https://src.fedoraproject.org/rpms/pdsh/c/5845d60c8678abd20dcd84a442a597d7b3e984e4?branch=epel10

        Log:
        Upstream pointed out that I'd missed two new capabilities in pdsh that were
added to the 2.10 spec file. I added these to keep in sync with
upstream.

---
diff --git a/pdsh.spec b/pdsh.spec
index 47b25e3..aa152a6 100644
--- a/pdsh.spec
+++ b/pdsh.spec
@@ -1,6 +1,6 @@
 Name: pdsh
 Version: 2.10
-Release: 3%{?dist}
+Release: 4%{?dist}
 
 Summary: Parallel remote shell program
 
@@ -15,9 +15,9 @@ Requires: pdsh-rcmd
 # 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 @@ Requires: pdsh-rcmd
 %{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 @@ Requires: pdsh-rcmd
 %{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 @@ Conflicts: pdsh-rcmd-qshell
 %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 @@ Requires:  whatsup
 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 @@ from an allocated SLURM job.
     %{?_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 @@ rm -rf "$RPM_BUILD_ROOT"
 %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 @@ rm -rf "$RPM_BUILD_ROOT"
 %{_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 @@ fi
 
 
 %changelog
+* Thu Mar 30 2006 Ben Woodard <woodard@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@redhat.com> 2.10-3
 - added dist tag so that I can build on multiple versions
 

^ 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: Upstream pointed out that I'd missed two new capabilities in pdsh that were Ben Woodard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox