diff options
author | Tim Rozet <trozet@redhat.com> | 2017-08-24 23:23:09 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-08-24 23:23:09 +0000 |
commit | 9d33c1cb043b10a16e245eac798cc1203b037789 (patch) | |
tree | 40454425831c0d646c6c00ea785dd1824e2970ca /build/rpm_specs | |
parent | 974e251a7c6461805443e35f78e21a8bfe88a67b (diff) | |
parent | 7791de298113e07fb3d34d3129623209aa026a6a (diff) |
Merge "Updates RPM specs and building"
Diffstat (limited to 'build/rpm_specs')
-rw-r--r-- | build/rpm_specs/opnfv-apex-common.spec | 11 | ||||
-rw-r--r-- | build/rpm_specs/opnfv-apex.spec | 4 |
2 files changed, 10 insertions, 5 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 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 |