public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Ben Woodard <kg6fnk@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/pdsh] epel10: Upstream pointed out that I'd missed two new capabilities in pdsh that were
Date: Fri, 31 Jul 2026 15:21:38 GMT	[thread overview]
Message-ID: <178551129848.1.7345216435004127381.rpms-pdsh-5845d60c8678@fedoraproject.org> (raw)

        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
 

                 reply	other threads:[~2026-07-31 15:21 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178551129848.1.7345216435004127381.rpms-pdsh-5845d60c8678@fedoraproject.org \
    --to=kg6fnk@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox