public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/pdsh] epel10: fix netgroup, update to 2.17
@ 2026-07-31 15:21 Tom Callaway
0 siblings, 0 replies; only message in thread
From: Tom Callaway @ 2026-07-31 15:21 UTC (permalink / raw)
To: git-commits
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
^ 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: fix netgroup, update to 2.17 Tom Callaway
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox