[aeolus-all] initial import

Mohammed Morsi mmorsi at fedoraproject.org
Mon Jul 25 13:52:10 UTC 2011


commit f9fcd294a386f248a99a0ba44e067af10efab589
Author: Mo Morsi <mmorsi at redhat.com>
Date:   Mon Jul 25 09:51:52 2011 -0400

    initial import

 aeolus-all.spec |   43 +++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 43 insertions(+), 0 deletions(-)
---
diff --git a/aeolus-all.spec b/aeolus-all.spec
new file mode 100644
index 0000000..e2d92b1
--- /dev/null
+++ b/aeolus-all.spec
@@ -0,0 +1,43 @@
+Name:		aeolus-all
+Version:	0.3.0
+Release:	2%{?dist}%{?extra_release}
+Summary:	A meta-package to pull in all components for Aeolus
+
+Group:		Applications/Internet
+License:	GPLv2+
+URL:		http://aeolusproject.org
+
+Requires:	aeolus-conductor-daemons = %{version}-%{release}
+Requires:	aeolus-conductor-doc = %{version}-%{release}
+Requires:	condor-deltacloud-gahp
+Requires:	iwhd
+Requires:	aeolus-configure
+Requires:	imagefactory
+Requires:	qpid-cpp-server
+Requires:	rubygem(aeolus-image)
+Requires:	mongodb-server
+Requires:	mod_ssl
+Requires:	deltacloud-core
+Requires:	ntp
+# FIXME: this Requires doesn't actually belong here, it belongs in
+# deltacloud-core.  We leave it in until deltacloud-core is fixed
+Requires:	rubygem(aws)
+Requires:	rubygem(rbvmomi)
+
+BuildArch: noarch
+
+%description
+This is the aeolus meta-package.  If you want to install aeolus and all of its
+dependencies on a single machine, you should install this package and then
+run aeolus-configure to configure everything.
+
+%files
+
+%post
+
+%changelog
+* Thu Jul 21 2011 Mo Morsi <mmorsi at redhat.com> - 0.3.0-2
+- Updates to conform to Fedora guidelines
+
+* Mon Apr 04 2011 Chris Lalancette <clalance at redhat.com> - 0.3.0-1
+- Initial build


More information about the scm-commits mailing list