public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/pdsh] epel10: Hard code readline-devel dependency
@ 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 : 8f8d4785d508c7c4e3ae9b77631e22cc3348a592
Author : Ben Woodard <kg6fnk@fedoraproject.org>
Date : 2006-08-02T18:06:58+00:00
Stats : +5/-4 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/pdsh/c/8f8d4785d508c7c4e3ae9b77631e22cc3348a592?branch=epel10
Log:
Hard code readline-devel dependency
---
diff --git a/pdsh.spec b/pdsh.spec
index 4129871..853bc30 100644
--- a/pdsh.spec
+++ b/pdsh.spec
@@ -1,6 +1,6 @@
Name: pdsh
Version: 2.11
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Parallel remote shell program
@@ -39,8 +39,6 @@ Requires: pdsh-rcmd
%{expand: %def ssh with without}
%{expand: %pdsh_with rsh}
%{expand: %def rsh with without}
-%{expand: %pdsh_with readline}
-%{expand: %def readline with without}
%{expand: %pdsh_with mrsh}
%{expand: %def mrsh without with}
@@ -82,7 +80,7 @@ Requires: pdsh-rcmd
%{?_with_qshell:BuildRequires: qsnetlibs}
%{?_with_mqshell:BuildRequires: qsnetlibs}
-%{?_with_readline:BuildRequires: readline-devel}
+BuildRequires: readline-devel
%{?_with_nodeupdown:BuildRequires: whatsup}
%{?_with_genders:BuildRequires: genders > 1.0}
@@ -437,6 +435,9 @@ fi
%changelog
+* Mon Jul 31 2006 Ben Woodard <woodard@redhat.com> 2.11-2
+- Hardcode readline-devel dependency.
+
* Mon Jul 31 2006 Ben Woodard <woodard@redhat.com> 2.11-1
- Track upstream version
- Added dependency on openssh-clients for rcmd-ssh
^ 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: Hard code readline-devel dependency Ben Woodard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox