summaryrefslogtreecommitdiffstats
path: root/foreman/build/opnfv-genesis.spec
diff options
context:
space:
mode:
authorDan Radez <dradez@redhat.com>2015-04-24 10:34:03 -0400
committerDan Radez <dradez@redhat.com>2015-05-04 12:03:37 -0400
commitbd101b2edba9928cafddabb4612186ac825b7343 (patch)
treeb4260ab049034b9d254d395eaf305c13f54cfd20 /foreman/build/opnfv-genesis.spec
parent4266577cd0a7c0816cd3bf951522c7ad1633f02b (diff)
adding rpmbuild to the Makefile for the foreman build
This will allow content in the genesis repo to be provided to the centos install via rpm Change-Id: Ib84759211c56006007913010fb3f73f84271b57d JIRA: BGS-41 Signed-off-by: Dan Radez <dradez@redhat.com>
Diffstat (limited to 'foreman/build/opnfv-genesis.spec')
-rw-r--r--foreman/build/opnfv-genesis.spec33
1 files changed, 33 insertions, 0 deletions
diff --git a/foreman/build/opnfv-genesis.spec b/foreman/build/opnfv-genesis.spec
new file mode 100644
index 0000000..674760f
--- /dev/null
+++ b/foreman/build/opnfv-genesis.spec
@@ -0,0 +1,33 @@
+Name: opnfv-genesis
+Version: 0.1
+Release: 1
+Summary: The files from the OPNFV genesis repo
+
+Group: System Environment
+License: Apache 2.0
+URL: https://gerrit.opnfv.org/gerrit/genesis.git
+Source0: opnfv-genesis.tar.gz
+
+#BuildRequires:
+Requires: vagrant, VirtualBox-4.3
+
+%description
+The files from the OPNFV genesis repo
+
+%prep
+%setup -q
+
+
+%build
+
+%install
+mkdir -p %{buildroot}/usr/bin/
+cp foreman/ci/deploy.sh %{buildroot}/usr/bin/
+
+%files
+/usr/bin/deploy.sh
+
+
+%changelog
+* Fri Apr 24 2015 Dan Radez <dradez@redhatcom> - 0.1-1
+- Initial Packaging