bcac1a9410ece7bce65df26286e9fb37f6dc4f79
[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}/root/genesis
25 cp -r foreman/ %{buildroot}/root/genesis
26 cp -r common/ %{buildroot}/root/genesis
27
28 %files
29 /root/genesis
30
31
32 %changelog
33 * Fri Apr 24 2015 Dan Radez <dradez@redhatcom> - 0.1-1
34 - Initial Packaging