From 7791de298113e07fb3d34d3129623209aa026a6a Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Wed, 23 Aug 2017 14:08:07 -0400 Subject: Updates RPM specs and building Changes Include: - Disables ONOS from rpm and image building - Fixes opnfv-apex package dependency for python34-opnfv-apex - Updates requirements for python34-opnfv-apex - Updates docs - Removes temporary build qcow2 for odl which was being bundled into our dev tars unnecessarily Change-Id: Ief668067181fc35a54553ae118b7950bddce1940 Signed-off-by: Tim Rozet --- build/rpm_specs/opnfv-apex.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'build/rpm_specs/opnfv-apex.spec') diff --git a/build/rpm_specs/opnfv-apex.spec b/build/rpm_specs/opnfv-apex.spec index 1e7c5620..fdda3025 100644 --- a/build/rpm_specs/opnfv-apex.spec +++ b/build/rpm_specs/opnfv-apex.spec @@ -10,7 +10,7 @@ Source0: opnfv-apex.tar.gz 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 @@ -34,6 +34,8 @@ install build/overcloud-full.initrd %{buildroot}%{_var}/opt/opnfv/images/ %{_var}/opt/opnfv/images/overcloud-full.initrd %changelog +* Wed Aug 23 2017 Tim Rozet - 5.0-3 +- Updated requirements * Fri May 26 2017 Tim Rozet - 5.0-2 - Fixes missing ramdisk and kernel * Tue Apr 04 2017 Dan Radez - 5.0-1 -- cgit 1.2.3-korg