public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/pdsh] epel10: update to 2.26
@ 2026-07-31 15:21 Tom spot Callaway
  0 siblings, 0 replies; only message in thread
From: Tom spot Callaway @ 2026-07-31 15:21 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/pdsh
Branch : epel10
Commit : b3aa4254f746fa9bfae99dfa01d7c528d94dacee
Author : Tom "spot" Callaway <tcallawa@redhat.com>
Date   : 2011-05-01T15:12:51-07:00
Stats  : +7/-25 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/pdsh/c/b3aa4254f746fa9bfae99dfa01d7c528d94dacee?branch=epel10

Log:
update to 2.26

---
diff --git a/.gitignore b/.gitignore
index a888ea3..c69d669 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 pdsh-2.18.tar.bz2
 /pdsh-2.21.tar.bz2
 /pdsh-2.22.tar.bz2
+/pdsh-2.26.tar.bz2

diff --git a/pdsh.spec b/pdsh.spec
index 81d3029..6ac4634 100644
--- a/pdsh.spec
+++ b/pdsh.spec
@@ -1,12 +1,11 @@
 Name: pdsh
-Version: 2.22
-Release: 2%{?dist}
+Version: 2.26
+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
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: pdsh-rcmd
 
 # Enabling and disabling pdsh options
@@ -268,7 +267,6 @@ from an allocated SLURM job.
 make CFLAGS="$RPM_OPT_FLAGS"
 
 %install
-rm -rf $RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT
 DESTDIR="$RPM_BUILD_ROOT" make install
 if [ -x $RPM_BUILD_ROOT/%{_sbindir}/in.qshd ]; then
@@ -281,11 +279,7 @@ fi
 # .la's don't need to be packaged.
 rm $RPM_BUILD_ROOT/%{_libdir}/pdsh/*a
 
-%clean
-rm -rf "$RPM_BUILD_ROOT"
-
 %files
-%defattr(-,root,root,-)
 %doc COPYING README ChangeLog NEWS DISCLAIMER README.KRB4 README.modules README.QsNet
 %{_bindir}/pdsh
 %{_bindir}/pdcp
@@ -297,91 +291,76 @@ rm -rf "$RPM_BUILD_ROOT"
 
 %if %{?_with_rsh:1}%{!?_with_rsh:0}
 %files rcmd-rsh
-%defattr(-,root,root,-)
 %{_libdir}/pdsh/xrcmd.*
 %endif
 
 %if %{?_with_ssh:1}%{!?_with_ssh:0}
 %files rcmd-ssh
-%defattr(-,root,root,-)
 %{_libdir}/pdsh/sshcmd.*
 %endif
 
 %if %{?_with_qshell:1}%{!?_with_qshell:0}
 %files rcmd-qshell
-%defattr(-,root,root,-)
 %{_libdir}/pdsh/qcmd.*
 %endif
 
 %if %{?_with_mrsh:1}%{!?_with_mrsh:0}
 %files rcmd-mrsh
-%defattr(-,root,root,-)
 %{_libdir}/pdsh/mcmd.*
 %endif
 
 %if %{?_with_mqshell:1}%{!?_with_mqshell:0}
 %files rcmd-mqshell
-%defattr(-,root,root,-)
 %{_libdir}/pdsh/mqcmd.*
 %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,-)
 %{_libdir}/pdsh/genders.*
 %endif
 
 %if %{?_with_nodeattr:1}%{!?_with_nodeattr:0}
 %files mod-nodeattr
-%defattr(-,root,root,-)
 %{_libdir}/pdsh/nodeattr.*
 %endif
 
 %if %{?_with_nodeupdown:1}%{!?_with_nodeupdown:0}
 %files mod-nodeupdown
-%defattr(-,root,root)
 %{_libdir}/pdsh/nodeupdown.*
 %endif
 
 %if %{?_with_rms:1}%{!?_with_rms:0}
 %files mod-rms
-%defattr(-,root,root,-)
 %{_libdir}/pdsh/rms.*
 %endif
 
 %if %{?_with_machines:1}%{!?_with_machines:0}
 %files mod-machines
-%defattr(-,root,root,-)
 %{_libdir}/pdsh/machines.*
 %endif
 
 %if %{?_with_dshgroups:1}%{!?_with_dshgroups:0}
 %files mod-dshgroup
-%defattr(-,root,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,-)
 %{_libdir}/pdsh/slurm.*
 %endif
 
 %if %{?_with_qshell:1}%{!?_with_qshell:0}
 %files qshd
-%defattr(-,root,root,-)
 %{_sbindir}/in.qshd
 %{_sysconfdir}/xinetd.d/qshell
 
@@ -395,7 +374,6 @@ fi
 
 %if %{?_with_mqshell:1}%{!?_with_mqshell:0}
 %files mqshd
-%defattr(-,root,root)
 %{_sbindir}/in.mqshd
 %{_sysconfdir}/xinetd.d/mqshell
 
@@ -408,6 +386,9 @@ fi
 %endif
 
 %changelog
+* Sun May  1 2011 Tom Callaway <spot@fedoraproject.org> - 2.26-1
+- update to 2.26
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.22-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 

diff --git a/sources b/sources
index ec85144..97c7f4f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-151b7a67079e88da0309a5c60432f4a9  pdsh-2.22.tar.bz2
+7c7860a8d5133eaf4561dae99d922261  pdsh-2.26.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: update to 2.26 Tom spot Callaway

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