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: Added the dist tag so that I can build for FC4 & FC5. Removed unneeded
Date: Fri, 31 Jul 2026 15:21:38 GMT	[thread overview]
Message-ID: <178551129801.1.6778619692405637534.rpms-pdsh-7e76a0866e9c@fedoraproject.org> (raw)

        A new commit has been pushed.

        Repo   : rpms/pdsh
        Branch : epel10
        Commit : 7e76a0866e9c388ed279e9bbc665b3e00ebc924c
        Author : Ben Woodard <kg6fnk@fedoraproject.org>
        Date   : 2006-03-30T20:07:06+00:00
        Stats  : +4/-19 in 2 file(s)
        URL    : https://src.fedoraproject.org/rpms/pdsh/c/7e76a0866e9c388ed279e9bbc665b3e00ebc924c?branch=epel10

        Log:
        Added the dist tag so that I can build for FC4 & FC5. Removed unneeded
patch.

---
diff --git a/pdsh-load-so.patch b/pdsh-load-so.patch
deleted file mode 100644
index 8bd8591..0000000
--- a/pdsh-load-so.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Index: src/pdsh/mod.c
-===================================================================
---- src/pdsh/mod.c	(revision 1012)
-+++ src/pdsh/mod.c	(working copy)
-@@ -720,13 +720,6 @@ _mod_load_dynamic_modules(const char *di
- 
-         strcpy(p, entry->d_name);
- 
--        /*
--         *  As an efficiency enhancement, only attempt to open 
--         *    libtool ".la" files.
--         */
--        if (strcmp(&p[strlen(p) - 3], ".la") != 0)
--            continue;
--
-         if (stat(path, &st) < 0)
-             continue; 
-         if (!S_ISREG(st.st_mode))

diff --git a/pdsh.spec b/pdsh.spec
index 47c8f40..47b25e3 100644
--- a/pdsh.spec
+++ b/pdsh.spec
@@ -1,6 +1,6 @@
 Name: pdsh
 Version: 2.10
-Release: 2
+Release: 3%{?dist}
 
 Summary: Parallel remote shell program
 
@@ -398,6 +398,9 @@ fi
 
 
 %changelog
+* Thu Mar 30 2006 Ben Woodard <woodard@redhat.com> 2.10-3
+- added dist tag so that I can build on multiple versions
+
 * 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

                 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=178551129801.1.6778619692405637534.rpms-pdsh-7e76a0866e9c@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