From 8eb1e27b3c96ab0ce6cbf8ffad3959e996e78a63 Mon Sep 17 00:00:00 2001 From: Kelven Yang Date: Mon, 23 Aug 2010 14:16:43 -0700 Subject: [PATCH 1/2] Update eclipse project classpath file to work with renamed vmware jar files --- core/.classpath | 43 ++++++++++++++++++++++--------------------- 1 file changed, 22 insertions(+), 21 deletions(-) diff --git a/core/.classpath b/core/.classpath index d5ea1df23fc..d21c3e31c11 100644 --- a/core/.classpath +++ b/core/.classpath @@ -18,26 +18,27 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + From a9a22c7c81a2262b31da419084e308bfc5311032 Mon Sep 17 00:00:00 2001 From: "Manuel Amador (Rudd-O)" Date: Mon, 23 Aug 2010 15:02:10 -0700 Subject: [PATCH 2/2] fedora 12 is the test for dependency of cloud-qemu --- cloud.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud.spec b/cloud.spec index fd215a8ddfa..1901f9f1ca7 100644 --- a/cloud.spec +++ b/cloud.spec @@ -232,7 +232,7 @@ Requires: %{name}-daemonize Requires: /sbin/service Requires: /sbin/chkconfig Requires: kvm -%if 0%{?fedora} >= 13 +%if 0%{?fedora} >= 12 Requires: cloud-qemu-system-x86 %endif Requires: libcgroup