[instack] Initial import (#1067002).

slagle slagle at fedoraproject.org
Mon Mar 24 20:37:10 UTC 2014


commit dcb0f5f6ffe53e3f826db4964e986c1632138cb3
Author: James Slagle <jslagle at redhat.com>
Date:   Mon Mar 24 16:36:55 2014 -0400

    Initial import (#1067002).

 .gitignore   |    1 +
 instack.spec |   59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 sources      |    1 +
 3 files changed, 61 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..cc8352e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/instack-0.0.3.tar.gz
diff --git a/instack.spec b/instack.spec
new file mode 100644
index 0000000..fd5a990
--- /dev/null
+++ b/instack.spec
@@ -0,0 +1,59 @@
+%global repo_name instack
+
+Name:			instack
+Version:		0.0.3
+Release:		1%{?dist}
+Summary:		OpenStack installation tool for diskimage-builder style elements
+Group:			Development/Languages
+License:		ASL 2.0
+URL:			https://github.com/agroup/instack
+Source0:		https://github.com/agroup/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
+
+BuildArch:		noarch
+BuildRequires:		python-setuptools
+BuildRequires:		python2-devel
+BuildRequires:		python-d2to1
+BuildRequires:		python-pbr
+
+Requires:		python-argparse
+Requires:		diskimage-builder
+
+%description
+Instack is an installation tool for diskimage-builder style elements. It
+installs the the elements onto the running system, and can be used to install
+OpenStack locally from both diskimage-builder elements and
+openstack-tripleo-image-elements.
+
+%prep
+%setup -q
+
+%build
+%{__python2} setup.py build
+
+%install
+%{__python2} setup.py install -O1 --skip-build --root %{buildroot}
+
+%files
+%doc README.md
+%doc LICENSE
+%{_bindir}/instack
+%{python2_sitelib}/instack
+%{python2_sitelib}/*.egg-info
+
+%changelog
+* Wed Mar 19 2014 James Slagle <jslagle at redhat.com> 0.0.3-1
+- Bump to 0.0.3
+
+* Tue Mar 18 2014 James Slagle <jslagle at redhat.com> 0.0.2-3
+- Switch to using agroup github repo for the source
+
+* Wed Mar 12 2014 James Slagle <jslagle at redhat.com> 0.0.2-2
+- Switch __python to __python2 macro
+- Switch python_sitelib to python2_sitelib macro
+
+* Mon Feb 24 2014 James Slagle <jslagle at redhat.com> 0.0.2-1
+- Don't use shortcommit
+- Bump version to 0.0.2
+
+* Tue Feb 18 2014 James Slagle <jslagle at redhat.com> 0.0.1-1
+- Initial rpm build.
diff --git a/sources b/sources
index e69de29..1aeddab 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+ff19d3c97a4a2e1d2d97bb091f10a255  instack-0.0.3.tar.gz


More information about the scm-commits mailing list