public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/pdsh] epel10: track upstream version 2.10
@ 2026-07-31 15:21 Ben Woodard
  0 siblings, 0 replies; only message in thread
From: Ben Woodard @ 2026-07-31 15:21 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/pdsh
Branch : epel10
Commit : c616bca8f84f0e7eeda40669ef8ceca255db4922
Author : Ben Woodard <kg6fnk@fedoraproject.org>
Date   : 2006-03-30T19:29:11+00:00
Stats  : +13/-12 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/pdsh/c/c616bca8f84f0e7eeda40669ef8ceca255db4922?branch=epel10

Log:
track upstream version 2.10

---
diff --git a/.cvsignore b/.cvsignore
index 405c25e..abf998f 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-pdsh-2.8.1-1.tar.gz
+pdsh-2.10.tar.gz

diff --git a/pdsh.spec b/pdsh.spec
index 54edb49..47c8f40 100644
--- a/pdsh.spec
+++ b/pdsh.spec
@@ -1,14 +1,13 @@
 Name: pdsh
-Version: 2.8.1
-Release: 7
+Version: 2.10
+Release: 2
 
 Summary: Parallel remote shell program
 
 License: GPL
 Url: http://sourceforge.net/projects/pdsh/
 Group: System Environment/Base
-Source: http://dl.sourceforge.net/sourceforge/pdsh/pdsh-%{version}-1.tar.gz
-Patch1: pdsh-load-so.patch
+Source: http://dl.sourceforge.net/sourceforge/pdsh/pdsh-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: pdsh-rcmd
 
@@ -217,8 +216,7 @@ from an allocated SLURM job.
 ##############################################################################
 
 %prep
-%setup -n pdsh-2.8.1-1
-%patch1 -p0
+%setup
 
 ##############################################################################
 
@@ -260,10 +258,6 @@ make CFLAGS="$RPM_OPT_FLAGS"
 rm -rf $RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT
 DESTDIR="$RPM_BUILD_ROOT" make install
-# needed to allow rpm's find-debuginfo.sh to find binaries by default they 
-# are installed with perms that aren't selected by the find in 
-# find-debuginfo.sh
-chmod 755 $RPM_BUILD_ROOT/%{_bindir}/pd{sh,cp}
 if [ -x $RPM_BUILD_ROOT/%{_sbindir}/in.qshd ]; then
    install -D -m644 etc/qshell.xinetd $RPM_BUILD_ROOT/%{_sysconfdir}/xinetd.d/qshell
 fi
@@ -404,6 +398,13 @@ fi
 
 
 %changelog
+* Thu Mar 30 2006 Ben Woodard <woodard@redhat.com> 2.10-2
+- new version 2.10-1 used by upstream
+- remove release from source line to track upstream
+- deleted patch which is no longer needed
+- removed -n from setup line. No longer needed.
+- hack to fix perms so no longer needed
+
 * Mon Mar 13 2006 Ben Woodard <woodard@redhat.com> 2.8.1-7
 - An optimization in pdsh depended on the .la files being there. Removed
   optimization.

diff --git a/sources b/sources
index 4375a46..72d229f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d39b58da791f9437bdb4848da4efd6d1  pdsh-2.8.1-1.tar.gz
+60f7fe11a98c72733a716ee392c0313a  pdsh-2.10.tar.gz

^ 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: track upstream version 2.10 Ben Woodard

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