public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/pdsh] epel10: update to 2.31
@ 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 : 3d5609a74a1ef349a63ae3321b62e6c9eda39013
Author : Tom Callaway <spot@fedoraproject.org>
Date   : 2013-11-25T14:24:18-05:00
Stats  : +20/-10 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/pdsh/c/3d5609a74a1ef349a63ae3321b62e6c9eda39013?branch=epel10

Log:
update to 2.31

---
diff --git a/.gitignore b/.gitignore
index c69d669..2e0cd2f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ pdsh-2.18.tar.bz2
 /pdsh-2.21.tar.bz2
 /pdsh-2.22.tar.bz2
 /pdsh-2.26.tar.bz2
+/pdsh-2.31.zip

diff --git a/pdsh.spec b/pdsh.spec
index 685e62d..222f991 100644
--- a/pdsh.spec
+++ b/pdsh.spec
@@ -1,12 +1,17 @@
+%global githash e1c8e71dd6a2
+
 Name: pdsh
-Version: 2.26
-Release: 7%{?dist}
+Version: 2.31
+Release: 1%{?dist}
 Summary: Parallel remote shell program
 License: GPLv2+
-Url: http://sourceforge.net/projects/pdsh/
+Url: https://pdsh.googlecode.com/
 Group: System Environment/Base
-Source0: http://dl.sourceforge.net/sourceforge/pdsh/pdsh-%{version}.tar.bz2
+# Why make clean tarballs? :P
+# Source0: https://pdsh.googlecode.com/files/%{name}-%{version}.tar.bz2
+Source0: https://pdsh.googlecode.com/archive/%{name}-%{version}.zip
 Requires: pdsh-rcmd
+BuildRequires: autoconf, automake, libtool
 
 # Enabling and disabling pdsh options
 #  defaults:
@@ -237,7 +242,8 @@ Requires:  %{name} = %{version}-%{release}
 Pdsh module providing support for running pdsh on Torque nodes.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{githash}
+chmod +x configure
 
 %build
 %configure \
@@ -293,7 +299,7 @@ fi
 rm $RPM_BUILD_ROOT/%{_libdir}/pdsh/*a
 
 %files
-%doc COPYING README ChangeLog NEWS DISCLAIMER README.KRB4 README.modules README.QsNet
+%doc COPYING README NEWS DISCLAIMER README.KRB4 README.modules README.QsNet
 %{_bindir}/pdsh
 %{_bindir}/pdcp
 %{_bindir}/dshbak
@@ -404,6 +410,9 @@ fi
 %endif
 
 %changelog
+* Mon Nov 25 2013 Tom Callaway <spot@fedoraproject.org> - 2.31-1
+- update to 2.31
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.26-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
@@ -503,11 +512,11 @@ fi
 - Add COPYING file to file list
 - removed .la packages from sub packages.
 
-* Fri Feb 23 2006 Ben Woodard <woodard@redhat.com> 2.8.1-5
+* Fri Feb 24 2006 Ben Woodard <woodard@redhat.com> 2.8.1-5
 - changed source location to point to main site not mirror.
 - inserted version macro in source line
 
-* Thu Feb 22 2006 Ben Woodard <woodard@redhat.com> 2.8.1-4
+* Thu Feb 23 2006 Ben Woodard <woodard@redhat.com> 2.8.1-4
 - changed perms of pdsh and pcp after install so that find-debuginfo.sh finds
   the files and they get stripped.
 - removed change of attributes of pdsh and pcp in files section
@@ -519,7 +528,7 @@ fi
 - remove post section with unexplained removing of cached man pages.
 - removed dots at end of all summaries.
 
-* Wed Feb 16 2006 Ben Woodard <woodard@redhat.com> 2.8.1-3
+* Thu Feb 16 2006 Ben Woodard <woodard@redhat.com> 2.8.1-3
 - removed dot at end of summary
 - removed unused/broken smp build
 - changed to using initrddir macro

diff --git a/sources b/sources
index 97c7f4f..a1044bc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7c7860a8d5133eaf4561dae99d922261  pdsh-2.26.tar.bz2
+eb5931ceae2fbd1116228edf797c3a6b  pdsh-2.31.zip

^ 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.31 Tom Callaway

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