[condor-cloud/f16] New upstream version. Fixed dependencies and documentation issues.

Ian Main imain at fedoraproject.org
Thu Nov 24 20:36:19 UTC 2011


commit df859578eb365ae3f6ff6459d1f59d53856b6203
Author: Ian Main <imain at redhat.com>
Date:   Thu Nov 24 12:35:59 2011 -0800

    New upstream version.  Fixed dependencies and documentation issues.

 .gitignore        |    1 +
 condor-cloud.spec |   17 ++++++++++++-----
 sources           |    2 +-
 3 files changed, 14 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c64a1e0..f6d881e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /condor-cloud-0.1.tar.gz
+/condor-cloud-0.2.tar.gz
diff --git a/condor-cloud.spec b/condor-cloud.spec
index 3e0fd71..ec65285 100644
--- a/condor-cloud.spec
+++ b/condor-cloud.spec
@@ -1,14 +1,14 @@
 Name: condor-cloud
 Summary: Condor Cloud Master Setup
-Version: 0.1
-Release: 3%{?dist}
+Version: 0.2
+Release: 1%{?dist}
 License: ASL 2.0
 Group: Applications/System
 URL: http://imain.fedorapeople.org/condor_cloud/
 Source0: http://imain.fedorapeople.org/condor_cloud/%{name}-%{version}.tar.gz
 Requires: condor-vm-gahp >= 7.7.0
 Requires: libvirt >= 0.8.8
-Requires: deltacloud-core >= 0.3
+Requires: deltacloud-core-condor >= 0.4
 Requires: qemu-kvm >= 0.14
 Conflicts: condor-cloud-node
 
@@ -63,9 +63,9 @@ of multiple nodes in the cloud.
 %dir %attr(0755, root, root) %{_localstatedir}/lib/condor-cloud/shared_images/
 %dir %attr(0755, root, root) %{_localstatedir}/lib/condor-cloud/shared_images/staging/
 %doc COPYING
-# Jobs on the local machine will be run as 'condor' as set in deltacloud API.
+# Jobs on the local machine will be run as 'nobody' as this is what the deltacloud API uses.
 # Local cache must be writable to job submitter.
-%dir %attr(0755, condor, condor) %{_localstatedir}/lib/condor-cloud/local_cache/
+%dir %attr(0755, nobody, nobody) %{_localstatedir}/lib/condor-cloud/local_cache/
 
 %files node
 %doc docs/fedora_install.txt
@@ -78,6 +78,13 @@ of multiple nodes in the cloud.
 %dir %attr(0755, nobody, nobody) %{_localstatedir}/lib/condor-cloud/local_cache/
 
 %changelog
+* Thu Nov 24 2011 Ian Main <imain at redhat.com> 0.2-1
+- Updates to setup docs.
+- Fix dependencies so we depend on deltacloud-core-condor.
+
+* Tue Jul 27 2011 Ian Main <imain at redhat.com> 0.1-4
+- Use 'nobody' for local jobs too.
+
 * Tue Jul 26 2011 Ian Main <imain at redhat.com> 0.1-3
 - Some tweaks as per review.
 
diff --git a/sources b/sources
index 5d5d008..e26a40f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f89011c51bae070f3513510a9c234ad9  condor-cloud-0.1.tar.gz
+6c5a75d9e80b95d58e191edb9cdd5130  condor-cloud-0.2.tar.gz


More information about the scm-commits mailing list