rpms/pdsh/devel pdsh.spec,1.5,1.6

Ben Woodard (kg6fnk) fedora-extras-commits at redhat.com
Wed Aug 2 18:06:59 UTC 2006


Author: kg6fnk

Update of /cvs/extras/rpms/pdsh/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30240

Modified Files:
	pdsh.spec 
Log Message:
Hard code readline-devel dependency




Index: pdsh.spec
===================================================================
RCS file: /cvs/extras/rpms/pdsh/devel/pdsh.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pdsh.spec	31 Jul 2006 23:29:23 -0000	1.5
+++ pdsh.spec	2 Aug 2006 18:06:58 -0000	1.6
@@ -1,6 +1,6 @@
 Name: pdsh
 Version: 2.11
-Release: 1%{?dist}
+Release: 2%{?dist}
 
 Summary: Parallel remote shell program
 
@@ -39,8 +39,6 @@
 %{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 @@
 
 %{?_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 @@
 
 
 %changelog
+* Mon Jul 31 2006 Ben Woodard <woodard at redhat.com> 2.11-2
+- Hardcode readline-devel dependency.
+
 * Mon Jul 31 2006 Ben Woodard <woodard at redhat.com> 2.11-1
 - Track upstream version
 - Added dependency on openssh-clients for rcmd-ssh




More information about the fedora-extras-commits mailing list