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-common.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-common.spec')
-rw-r--r-- | build/rpm_specs/opnfv-apex-common.spec | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/build/rpm_specs/opnfv-apex-common.spec b/build/rpm_specs/opnfv-apex-common.spec index 42bc42f9..37e32145 100644 --- a/build/rpm_specs/opnfv-apex-common.spec +++ b/build/rpm_specs/opnfv-apex-common.spec @@ -1,6 +1,6 @@ %global srcname opnfv-apex -Name: python3-%{srcname} +Name: python34-%{srcname} Version: 5.0 Release: %{_release} Summary: Scripts for OPNFV deployment using Apex @@ -12,10 +12,11 @@ Source0: opnfv-apex-common.tar.gz BuildArch: noarch BuildRequires: python-docutils python34-devel -Requires: opnfv-apex-sdn opnfv-apex-undercloud openvswitch qemu-kvm bridge-utils libguestfs-tools libvirt-python -Requires: initscripts net-tools iputils iproute iptables python34 python34-yaml python34-jinja2 python3-ipmi python2-virtualbmc +Requires: opnfv-apex-sdn opnfv-apex-undercloud openvswitch qemu-kvm bridge-utils libguestfs-tools python34-libvirt +Requires: initscripts net-tools iputils iproute iptables python34 python34-yaml python34-jinja2 python3-ipmi python34-virtualbmc Requires: ipxe-roms-qemu >= 20160127-1 -Requires: libvirt-devel +Requires: libvirt-devel ansible +Requires: python34-iptables python34-cryptography python34-pbr %description Scripts for OPNFV deployment using Apex @@ -112,6 +113,8 @@ install config/inventory/pod_example_settings.yaml %{buildroot}%{_docdir}/opnfv/ %doc %{_docdir}/opnfv/inventory.yaml.example %changelog +* Wed Aug 23 2017 Tim Rozet <trozet@redhat.com> - 5.0-5 +- Updated requirements * Mon Aug 14 2017 Tim Rozet <trozet@redhat.com> - 5.0-4 - Updated for python refactoring * Mon May 08 2017 Dan Radez <dradez@redhat.com> - 5.0-3 |