Merge "Adds clean script for Foreman/QuickStack Install Server"
[genesis.git] / foreman / build / opnfv-genesis.spec
1 Name:           opnfv-genesis
2 Version:        0.1
3 Release:        1
4 Summary:        The files from the OPNFV genesis repo
5
6 Group:          System Environment
7 License:        Apache 2.0
8 URL:            https://gerrit.opnfv.org/gerrit/genesis.git
9 Source0:        opnfv-genesis.tar.gz
10
11 #BuildRequires: 
12 Requires:       vagrant, VirtualBox-4.3
13
14 %description
15 The files from the OPNFV genesis repo
16
17 %prep
18 %setup -q
19
20
21 %build
22
23 %install
24 mkdir -p %{buildroot}/usr/bin/
25 cp foreman/ci/deploy.sh %{buildroot}/usr/bin/
26
27 %files
28 /usr/bin/deploy.sh
29
30
31 %changelog
32 * Fri Apr 24 2015 Dan Radez <dradez@redhatcom> - 0.1-1
33 - Initial Packaging