[cloud-init/f16] Fix cloud-init.service dependencies

gholms gholms at fedoraproject.org
Tue Oct 4 19:22:15 UTC 2011


commit 56f9947292a7738caac0b2ceb76b88ff9fafaa19
Author: Garrett Holmstrom <gholms at fedoraproject.org>
Date:   Wed Sep 28 15:48:21 2011 -0700

    Fix cloud-init.service dependencies

 cloud-init-0.6.2-systemd.patch |    2 +-
 cloud-init.spec                |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/cloud-init-0.6.2-systemd.patch b/cloud-init-0.6.2-systemd.patch
index 5417d77..ee72f18 100644
--- a/cloud-init-0.6.2-systemd.patch
+++ b/cloud-init-0.6.2-systemd.patch
@@ -75,7 +75,7 @@ Index: cloud-init/systemd/cloud-init.service
 +Description=Initial cloud-init job (metadata service crawler)
 +After=local-fs.target network.target cloud-init-local.service
 +Requires=network.target
-+Wants=local-fs.target
++Wants=local-fs.target cloud-init-local.service
 +
 +[Service]
 +Type=oneshot
diff --git a/cloud-init.spec b/cloud-init.spec
index 4ffd553..ea7b27b 100644
--- a/cloud-init.spec
+++ b/cloud-init.spec
@@ -154,6 +154,7 @@ fi
 %changelog
 * Wed Sep 28 2011 Garrett Holmstrom <gholms at fedoraproject.org> - 0.6.2-0.6.bzr457
 - Consolidated selinux file context patches
+- Fixed cloud-init.service dependencies
 
 * Sat Sep 24 2011 Garrett Holmstrom <gholms at fedoraproject.org> - 0.6.2-0.5.bzr457
 - Rebased against upstream rev 457


More information about the scm-commits mailing list