[mussh] Add requires for openssh-clients. Fixes bug #842048

Kevin Fenzi kevin at fedoraproject.org
Sat Jul 21 18:16:58 UTC 2012


commit 2f9ab124ef4d82a2d079dd32cb75ed342cbf6845
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Sat Jul 21 12:16:56 2012 -0600

    Add requires for openssh-clients. Fixes bug #842048

 mussh.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/mussh.spec b/mussh.spec
index 244aaee..47fbf57 100644
--- a/mussh.spec
+++ b/mussh.spec
@@ -1,6 +1,6 @@
 Name:           mussh
 Version:        1.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Multihost SSH wrapper
 
 Group:          Applications/System
@@ -10,6 +10,7 @@ Source0:        http://downloads.sourceforge.net/mussh/mussh-%{version}.tgz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
+Requires:       openssh-clients
 
 %description
 Mussh is a shell script that allows you to execute a command or script
@@ -40,6 +41,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/*
 
 %changelog
+* Sat Jul 21 2012 Kevin Fenzi <kevin at scrye.com> - 1.0-3
+- Add requires for openssh-clients. Fixes bug #842048
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list