[pdsh] update to 2.31

Tom Callaway spot at fedoraproject.org
Mon Nov 25 19:24:25 UTC 2013


commit 3d5609a74a1ef349a63ae3321b62e6c9eda39013
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Mon Nov 25 14:24:18 2013 -0500

    update to 2.31

 .gitignore |    1 +
 pdsh.spec  |   27 ++++++++++++++++++---------
 sources    |    2 +-
 3 files changed, 20 insertions(+), 10 deletions(-)
---
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 at fedoraproject.org> - 2.31-1
+- update to 2.31
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at 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 at redhat.com> 2.8.1-5
+* Fri Feb 24 2006 Ben Woodard <woodard at 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 at redhat.com> 2.8.1-4
+* Thu Feb 23 2006 Ben Woodard <woodard at 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 at redhat.com> 2.8.1-3
+* Thu Feb 16 2006 Ben Woodard <woodard at 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


More information about the scm-commits mailing list