[cloud-init/f16] Add missing dependencies

gholms gholms at fedoraproject.org
Sat Sep 24 23:10:38 UTC 2011


commit a6c1636eb42c204665811f8e7d52efbf80aeb93d
Author: Garrett Holmstrom <gholms at fedoraproject.org>
Date:   Fri Sep 23 20:04:14 2011 -0700

    Add missing dependencies

 cloud-init.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
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 <gholms at fedoraproject.org> - 0.6.2-0.1.bzr457
 - Rebased against upstream rev 457
+- Added missing dependencies
 
 * Fri Sep 23 2011 Garrett Holmstrom <gholms at fedoraproject.org> - 0.6.2-0.4.bzr450
 - Added more macros to the spec file


More information about the scm-commits mailing list