public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Ben Woodard <kg6fnk@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/pdsh] epel10: track upstream version 2.10
Date: Fri, 31 Jul 2026 15:21:37 GMT	[thread overview]
Message-ID: <178551129754.1.8188582654458435238.rpms-pdsh-c616bca8f84f@fedoraproject.org> (raw)

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

                 reply	other threads:[~2026-07-31 15:21 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178551129754.1.8188582654458435238.rpms-pdsh-c616bca8f84f@fedoraproject.org \
    --to=kg6fnk@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox