Bump RPM versions to 6.0 for Fraser
[apex.git] / build / rpm_specs / opnfv-apex.spec
index a74733c..18fafa6 100644 (file)
@@ -1,6 +1,6 @@
 Name:          opnfv-apex
-Version:       4.0
-Release:       %{release}
+Version:       6.0
+Release:       %{_release}
 Summary:       Overcloud Disk images for OPNFV Apex OpenDaylight deployment
 
 Group:         System Environment
@@ -8,9 +8,9 @@ License:        Apache 2.0
 URL:           https://gerrit.opnfv.org/gerrit/apex.git
 Source0:       opnfv-apex.tar.gz
 
-Provides:       opnfv-apex-sdn
+Provides:      opnfv-apex-sdn
 BuildArch:     noarch
-Requires:      opnfv-apex-common opnfv-apex-undercloud
+Requires:      python34-opnfv-apex opnfv-apex-undercloud
 
 %description
 Overcloud Disk images for OPNFV Apex OpenDaylight deployment
@@ -19,15 +19,29 @@ https://wiki.opnfv.org/apex
 %prep
 %setup -q
 
+%build
+
 %install
 mkdir -p %{buildroot}%{_var}/opt/opnfv/images/
 install build/overcloud-full-opendaylight.qcow2 %{buildroot}%{_var}/opt/opnfv/images/
+install build/overcloud-full.vmlinuz %{buildroot}%{_var}/opt/opnfv/images/
+install build/overcloud-full.initrd  %{buildroot}%{_var}/opt/opnfv/images/
 
 %files
 %defattr(644, root, root, -)
 %{_var}/opt/opnfv/images/overcloud-full-opendaylight.qcow2
+%{_var}/opt/opnfv/images/overcloud-full.vmlinuz
+%{_var}/opt/opnfv/images/overcloud-full.initrd
 
 %changelog
+* Wed Nov 29 2017 Tim Rozet <trozet@redhat.com> - 6.0-0
+  Bump version for Fraser
+* Wed Aug 23 2017 Tim Rozet <trozet@redhat.com> - 5.0-3
+- Updated requirements
+* Fri May 26 2017 Tim Rozet <trozet@redhat.com> - 5.0-2
+- Fixes missing ramdisk and kernel
+* Tue Apr 04 2017 Dan Radez <dradez@redhat.com> - 5.0-1
+- Version update for Euphrates
 * Wed Dec 7 2016 Tim Rozet <trozet@redhat.com> - 4.0-2
 - Make install path consistent
 * Wed Nov 2 2016 Dan Radez <dradez@redhat.com> - 4.0-1