From a6c1636eb42c204665811f8e7d52efbf80aeb93d Mon Sep 17 00:00:00 2001 From: Garrett Holmstrom Date: Fri, 23 Sep 2011 20:04:14 -0700 Subject: [PATCH] Add missing dependencies --- cloud-init.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cloud-init.spec b/cloud-init.spec index df98c74..85e13d5 100644 --- a/cloud-init.spec +++ b/cloud-init.spec @@ -49,8 +49,10 @@ Requires: python-boto Requires: python-cheetah Requires: python-configobj Requires: PyYAML +Requires: rsyslog Requires: shadow-utils Requires: xfsprogs +Requires: /usr/bin/run-parts Requires(post): systemd-units Requires(preun): systemd-units Requires(postun): systemd-units @@ -157,6 +159,7 @@ fi %changelog * Sat Sep 24 2011 Garrett Holmstrom - 0.6.2-0.1.bzr457 - Rebased against upstream rev 457 +- Added missing dependencies * Fri Sep 23 2011 Garrett Holmstrom - 0.6.2-0.4.bzr450 - Added more macros to the spec file