[python-django-sahara/f20] Initial import BZ1085132

Michael McCune mimccune at fedoraproject.org
Mon Apr 21 13:42:39 UTC 2014


commit 2698c39e91ea0ae4586f1c12351b29dd95dfdcfc
Author: Michael McCune <mimccune at redhat.com>
Date:   Mon Apr 21 09:32:57 2014 -0400

    Initial import BZ1085132

 .gitignore                |    1 +
 python-django-sahara.spec |   74 +++++++++++++++++++++++++++++++++++++++++++++
 sources                   |    1 +
 3 files changed, 76 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..417baed 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/sahara-dashboard-2014.1.rc1.tar.gz
diff --git a/python-django-sahara.spec b/python-django-sahara.spec
new file mode 100644
index 0000000..a4fe762
--- /dev/null
+++ b/python-django-sahara.spec
@@ -0,0 +1,74 @@
+Name:          python-django-sahara
+Version:       2014.1.rc1
+Release:       1%{?dist}
+Provides:      python-django-savanna = %{version}-%{release}
+Obsoletes:     python-django-savanna <= 2014.1.b3-3
+Summary:       Sahara project dashboard
+License:       ASL 2.0
+URL:           https://launchpad.net/sahara
+Source0:       http://tarballs.openstack.org/sahara-dashboard/sahara-dashboard-%{version}.tar.gz
+BuildArch:     noarch
+
+BuildRequires: python-pbr
+BuildRequires: python2-devel
+BuildRequires: python-setuptools
+
+Requires: python-django-horizon
+Requires: python-saharaclient >= 0.7.0
+
+
+
+%description
+Sahara plugin for the OpenStack Dashboard.
+
+
+%prep
+%setup -q -n sahara-dashboard-%{version}
+rm -rf sahara_dashboard.egg-info
+rm -f tools/pip-requires
+
+
+%build
+%{__python2} setup.py build
+
+
+%install
+%{__python2} setup.py install --skip-build --root %{buildroot}
+
+%check
+# There are unittests for this package but they rely on the dashboard to be
+# running.
+
+%files
+%doc LICENSE ChangeLog README.rst
+%{python_sitelib}/saharadashboard
+%{python_sitelib}/sahara_dashboard-%{version}-py?.?.egg-info
+
+
+%changelog
+* Mon Apr 07 2014 Michael McCune <mimccune at redhat> - 2014.1.rc1-1
+- 2014.1.rc1 release and rename from python-django-savanna
+
+* Fri Mar 14 2014 Matthew Farrellee <matt at redhat> - 2014.1.b3-2
+- Update savannaclient dependency version
+
+* Fri Mar 14 2014 Matthew Farrellee <matt at redhat> - 2014.1.b3-1
+- 2014.1.b3 release
+
+* Mon Jan 27 2014 Matthew Farrellee <matt at redhat> - 2014.1.b2-1
+- 2014.1.b2 release
+
+* Sat Jan 18 2014 Matthew Farrellee <matt at redhat> - 2014.1.b1-1
+- 2014.1.b1 release
+
+* Sun Oct 20 2013 Matthew Farrellee <matt at redhat> - 0.3-1
+- 0.3 release
+
+* Fri Oct 11 2013 Matthew Farrellee <matt at redhat> - 0.3-0.2
+- 0.3 rc3 build
+
+* Sun Aug 25 2013 Matthew Farrellee <matt at redhat> - 0.2-2
+- Include template files
+
+* Mon Jul 15 2013 Matthew Farrellee <matt at redhat> - 0.2-1
+- Initial package
diff --git a/sources b/sources
index e69de29..c3d372c 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+c3b9bd93b981c6a5e158da3e99d05274  sahara-dashboard-2014.1.rc1.tar.gz


More information about the scm-commits mailing list