Merge "Moving rpm spec files to a sub directory"
[apex.git] / build / rpm_specs / opnfv-apex-undercloud.spec
1 Name:           opnfv-apex-undercloud
2 Version:        3.0
3 Release:        %{release}
4 Summary:        Scripts and Disk images to launch the Undercloud for OPNFV Apex
5
6 Group:          System Environment
7 License:        Apache 2.0
8 URL:            https://gerrit.opnfv.org/gerrit/apex.git
9 Source0:        opnfv-apex-undercloud.tar.gz
10
11 BuildArch:      noarch
12 BuildRequires:  openvswitch libvirt qemu-kvm python-docutils
13 Requires:       openvswitch libvirt qemu-kvm bridge-utils libguestfs-tools
14
15 %description
16 Scripts and Disk images to launch the Undercloud for OPNFV Apex
17 https://wiki.opnfv.org/apex
18
19 %prep
20 %setup -q
21
22 %install
23 mkdir -p %{buildroot}%{_var}/opt/opnfv/images/
24 mkdir -p %{buildroot}%{_var}/opt/opnfv/nics/
25
26 install build/undercloud.qcow2 %{buildroot}%{_var}/opt/opnfv/images/
27 install build/network-environment.yaml %{buildroot}%{_var}/opt/opnfv/
28 install build/nics-template.yaml.jinja2 %{buildroot}%{_var}/opt/opnfv/
29
30 %files
31 %defattr(644, root, root, -)
32 %{_var}/opt/opnfv/images/undercloud.qcow2
33 %{_var}/opt/opnfv/network-environment.yaml
34 %{_var}/opt/opnfv/nics-template.yaml.jinja2
35
36
37 %changelog
38 * Tue May 24 2016 Tim Rozet <trozet@redhat.com> - 3.0-1
39 - Adds jinja2 nic templates
40 * Mon Apr 04 2016 Dan Radez <dradez@redhat.com> - 3.0-0
41 - Version update for Colorado
42 * Wed Mar 30 2016 Dan Radez <dradez@redhat.com> - 2.1-2
43 - Replacing NIC files with templates
44 * Thu Jan 14 2016 Dan Radez <dradez@redhat.com> - 2.1-1
45 - Package Split