Updates RPM spec version for SR2
[apex.git] / build / opnfv-apex.spec
1 Name:           opnfv-apex
2 Version:        2.3
3 Release:        %{release}
4 Summary:        Overcloud Disk images for OPNFV Apex OpenDaylight deployment
5
6 Group:          System Environment
7 License:        Apache 2.0
8 URL:            https://gerrit.opnfv.org/gerrit/apex.git
9 Source0:        opnfv-apex.tar.gz
10
11 Provides:       opnfv-apex-sdn
12 BuildArch:      noarch
13 Requires:       opnfv-apex-common opnfv-apex-undercloud
14
15 %description
16 Overcloud Disk images for OPNFV Apex OpenDaylight deployment
17 https://wiki.opnfv.org/apex
18
19 %prep
20 %setup -q
21
22 %install
23 mkdir -p %{buildroot}%{_var}/opt/opnfv/stack/
24 install build/stack/overcloud-full-opendaylight.qcow2 %{buildroot}%{_var}/opt/opnfv/stack/
25
26 %files
27 %defattr(644, root, root, -)
28 %{_var}/opt/opnfv/stack/overcloud-full-opendaylight.qcow2
29
30 %changelog
31 * Mon Apr 24 2016 Tim Rozet <trozet@redhat.com> - 2.3-0
32 - Brahmaputra SR2
33 * Mon Apr 04 2016 Dan Radez <dradez@redhat.com> - 2.2-0
34 - Brahmaputra SR1
35 * Tue Jan 19 2016 Dan Radez <dradez@redhat.com> - 2.1-3
36 - Remove conflicts with other SDN controllers, they can co-exist now
37 - update overcloud image name to specify opendaylight
38 * Thu Jan 14 2016 Dan Radez <dradez@redhat.com> - 2.1-2
39 - Package Split
40 * Wed Jan 13 2016 Dan Radez <dradez@redhat.com> - 2.1-1
41 - Incrementing Minor for Bramaputra RC release
42 * Sun Dec 20 2015 Tim Rozet <trozet@redhat.com> - 2.0-8
43 - Modifies networks to include OPNFV private/storage networks
44 * Tue Dec 15 2015 Dan Radez <dradez@redhat.com> - 2.0-7
45 - Added deploy settings for flat network config
46 - cleaned up files that don't need to be in the rpm
47 * Wed Dec 09 2015 Dan Radez <dradez@redhat.com> - 2.0-6
48 - Updating the OpenDaylight Patch
49 * Sat Dec 05 2015 Dan Radez <dradez@redhat.com> - 2.0-5
50 - Removing glance images
51 * Fri Nov 20 2015 Dan Radez <dradez@redhat.com> - 2.0-4
52 - Adding documentation
53 * Thu Nov 12 2015 Dan Radez <dradez@redhat.com> - 2.0-3
54 - OpenDaylight and Network Isolation support
55 * Wed Oct 21 2015 Dan Radez <dradez@redhat.com> - 2.0-2
56 - Initial deployment success using RPM packaging
57 * Fri Sep 25 2015 Dan Radez <dradez@redhat.com> - 2.0-1
58 - Migrated to RDO Manager
59 * Fri Apr 24 2015 Dan Radez <dradez@redhat.com> - 0.1-1
60 - Initial Packaging