Fix 2 for moving ips to be static
[genesis.git] / foreman / build / opnfv-genesis.spec
1 Name:           opnfv-genesis
2 Version:        0.2
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, net-tools
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 * Tue Sep 15 2015 Dan Radez <dradez@redhat.com> - 0.2-1
34 - Updating the install files and cleaning up white space
35 * Fri Apr 24 2015 Dan Radez <dradez@redhat.com> - 0.1-1
36 - Initial Packaging