summaryrefslogtreecommitdiffstats
path: root/foreman/build/opnfv-genesis.spec
diff options
context:
space:
mode:
authorStefan K. Berg <stefan.k.berg@ericsson.com>2015-09-25 07:26:28 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2015-09-25 07:26:28 +0000
commit48914ddcaaf2d4aa1b62f9799a220065e2578b11 (patch)
tree2ab9ce6d8bd74520182c75112fe0cc32fa418b7f /foreman/build/opnfv-genesis.spec
parent5383bd288bd6915fe706fee3bc09cce2ee015b23 (diff)
parent19353295cc1e3bf5dff72ab48d794087767c62d7 (diff)
Merge "Removed obsolete Fuel patches"
Diffstat (limited to 'foreman/build/opnfv-genesis.spec')
-rw-r--r--foreman/build/opnfv-genesis.spec17
1 files changed, 10 insertions, 7 deletions
diff --git a/foreman/build/opnfv-genesis.spec b/foreman/build/opnfv-genesis.spec
index 674760f..30692b4 100644
--- a/foreman/build/opnfv-genesis.spec
+++ b/foreman/build/opnfv-genesis.spec
@@ -1,5 +1,5 @@
Name: opnfv-genesis
-Version: 0.1
+Version: 0.2
Release: 1
Summary: The files from the OPNFV genesis repo
@@ -8,8 +8,8 @@ License: Apache 2.0
URL: https://gerrit.opnfv.org/gerrit/genesis.git
Source0: opnfv-genesis.tar.gz
-#BuildRequires:
-Requires: vagrant, VirtualBox-4.3
+#BuildRequires:
+Requires: vagrant, VirtualBox-4.3, net-tools
%description
The files from the OPNFV genesis repo
@@ -21,13 +21,16 @@ The files from the OPNFV genesis repo
%build
%install
-mkdir -p %{buildroot}/usr/bin/
-cp foreman/ci/deploy.sh %{buildroot}/usr/bin/
+mkdir -p %{buildroot}/root/genesis
+cp -r foreman/ %{buildroot}/root/genesis
+cp -r common/ %{buildroot}/root/genesis
%files
-/usr/bin/deploy.sh
+/root/genesis
%changelog
-* Fri Apr 24 2015 Dan Radez <dradez@redhatcom> - 0.1-1
+* Tue Sep 15 2015 Dan Radez <dradez@redhat.com> - 0.2-1
+- Updating the install files and cleaning up white space
+* Fri Apr 24 2015 Dan Radez <dradez@redhat.com> - 0.1-1
- Initial Packaging