From 0b8450c2890e9d92043c75fd0980fa3b7ef5dc76 Mon Sep 17 00:00:00 2001 From: Chris Lalancette Date: Aug 12 2011 13:20:58 +0000 Subject: Make oz require openssh-clients. Signed-off-by: Chris Lalancette --- diff --git a/oz.spec b/oz.spec index 298d2d6..42ffda7 100644 --- a/oz.spec +++ b/oz.spec @@ -1,7 +1,7 @@ Summary: Library and utilities for automated guest OS installs Name: oz Version: 0.5.0 -Release: 3%{?dist} +Release: 4%{?dist} License: LGPLv2 Group: Development/Libraries URL: http://aeolusproject.org/oz.html @@ -22,7 +22,7 @@ Requires: mkisofs Requires: numpy Requires: mtools Requires: python-uuid -Requires: openssh +Requires: openssh-clients Requires: m2crypto Requires: pyparted @@ -82,6 +82,9 @@ fi %changelog +* Fri Aug 12 2011 Chris Lalancette - 0.5.0-4 +- Make oz require openssh-clients to get the ssh binary + * Wed Jul 27 2011 Chris Lalancette - 0.5.0-3 - Minor cleanups to the spec file