diff options
author | Tim Rozet <trozet@redhat.com> | 2017-08-23 14:08:07 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2017-08-24 13:46:14 -0400 |
commit | 7791de298113e07fb3d34d3129623209aa026a6a (patch) | |
tree | 5509be7225ca6179b12a9baab56c8c53452ee0ff /build/rpm_specs/opnfv-apex.spec | |
parent | c6f04a5dee991a131a49c2fde9c5990fe2edac4e (diff) |
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 <trozet@redhat.com>
Diffstat (limited to 'build/rpm_specs/opnfv-apex.spec')
-rw-r--r-- | build/rpm_specs/opnfv-apex.spec | 4 |
1 files changed, 3 insertions, 1 deletions
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 <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 |