public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/pdsh] epel10: Added the dist tag so that I can build for FC4 & FC5. Removed unneeded
@ 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 : 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
^ 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: Added the dist tag so that I can build for FC4 & FC5. Removed unneeded Ben Woodard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox