public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Tom Callaway <spot@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/pdsh] epel10: fix netgroup, update to 2.17
Date: Fri, 31 Jul 2026 15:21:43 GMT	[thread overview]
Message-ID: <178551130322.1.4096343985708429559.rpms-pdsh-ec679c335bf0@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/pdsh
Branch : epel10
Commit : ec679c335bf078adc66cb360d55b0bd49c4699eb
Author : Tom Callaway <spot@fedoraproject.org>
Date   : 2009-01-14T19:28:19+00:00
Stats  : +16/-16 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/pdsh/c/ec679c335bf078adc66cb360d55b0bd49c4699eb?branch=epel10

Log:
fix netgroup, update to 2.17

---
diff --git a/.cvsignore b/.cvsignore
index a815e02..7396094 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-pdsh-2.16.tar.bz2
+pdsh-2.17.tar.bz2

diff --git a/pdsh.spec b/pdsh.spec
index d58c265..3276ed2 100644
--- a/pdsh.spec
+++ b/pdsh.spec
@@ -1,20 +1,17 @@
 Name: pdsh
-Version: 2.16
+Version: 2.17
 Release: 1%{?dist}
 Summary: Parallel remote shell program
 License: GPLv2+
 Url: http://sourceforge.net/projects/pdsh/
 Group: System Environment/Base
 Source0: http://dl.sourceforge.net/sourceforge/pdsh/pdsh-%{version}.tar.bz2
-# Filed upstream:
-# http://sourceforge.net/tracker/index.php?func=detail&aid=2080721&group_id=33530&atid=408635
-Patch0: pdsh-2.16-ARG_MAX.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: pdsh-rcmd
 
 # Enabling and disabling pdsh options
 #  defaults:
-#  enabled:  readline, rsh, ssh, dshgroup, netgroups, debug
+#  enabled:  readline, rsh, ssh, dshgroup, netgroup, debug
 #  disabled: rms, mrsh, qshell, mqshell, xcpu, genders, nodeattr, machines,
 #            nodeupdown, slurm
 #
@@ -35,7 +32,7 @@ Requires: pdsh-rcmd
 %{!?_with_rsh: %{!?_without_rsh: %define _with_rsh --with-rsh}}
 %{!?_with_ssh: %{!?_without_ssh: %define _with_ssh --with-ssh}}
 %{!?_with_dshgroups: %{!?_without_dshgroups: %define _with_dshgroups --with-dshgroups}}
-%{!?_with_netgroups: %{!?_without_netgroups: %define _with_netgroups --with-netgroups}}
+%{!?_with_netgroup: %{!?_without_netgroup: %define _with_netgroup --with-netgroup}}
 %{!?_with_debug: %{!?_without_debug: %define _with_debug --with-debug}}
 # These are default DISABLED.
 %{!?_with_rms: %{!?_without_rms: %define _without_rms --without-rms}}
@@ -217,7 +214,6 @@ from an allocated SLURM job.
 
 %prep
 %setup -q
-%patch0 -p1 -b .ARG_MAX
 
 %build
 %configure \
@@ -328,7 +324,7 @@ rm -rf "$RPM_BUILD_ROOT"
 
 %if %{?_with_nodeattr:1}%{!?_with_nodeattr:0}
 %files mod-nodeattr
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %{_libdir}/pdsh/nodeattr.*
 %endif
 
@@ -340,37 +336,37 @@ rm -rf "$RPM_BUILD_ROOT"
 
 %if %{?_with_rms:1}%{!?_with_rms:0}
 %files mod-rms
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %{_libdir}/pdsh/rms.*
 %endif
 
 %if %{?_with_machines:1}%{!?_with_machines:0}
 %files mod-machines
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %{_libdir}/pdsh/machines.*
 %endif
 
 %if %{?_with_dshgroups:1}%{!?_with_dshgroups:0}
 %files mod-dshgroup
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %{_libdir}/pdsh/dshgroup.*
 %endif
 
 %if %{?_with_netgroup:1}%{!?_with_netgroup:0}
 %files mod-netgroup
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %{_libdir}/pdsh/netgroup.*
 %endif
 
 %if %{?_with_slurm:1}%{!?_with_slurm:0}
 %files mod-slurm
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %{_libdir}/pdsh/slurm.*
 %endif
 
 %if %{?_with_qshell:1}%{!?_with_qshell:0}
 %files qshd
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %{_sbindir}/in.qshd
 %{_sysconfdir}/xinetd.d/qshell
 
@@ -397,6 +393,10 @@ fi
 %endif
 
 %changelog
+* Wed Jan 14 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 2.17-1
+- update to 2.17
+- fix netgroup
+
 * Thu Aug 28 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.16-1
 - attempt to make this package suck... less.
 - fix license tag

diff --git a/sources b/sources
index 090aece..cedfa8b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-44a6905b56eabe7efda9f399699b0b11  pdsh-2.16.tar.bz2
+94c5ca03a3e4bd221aa54e3cb452bea5  pdsh-2.17.tar.bz2

                 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=178551130322.1.4096343985708429559.rpms-pdsh-ec679c335bf0@fedoraproject.org \
    --to=spot@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