diff options
author | Dan Radez <dradez@redhat.com> | 2016-04-25 14:49:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-04-25 14:49:58 +0000 |
commit | 038f1c9dd79eb1319f013b4353d6133bce725b85 (patch) | |
tree | 7d6e4c696e245096e407124f4a1f1c9e8ce6d3b9 | |
parent | b2ec591fe91649640f70aa70b62256ecf74eed29 (diff) | |
parent | 5582a7f1f04762085a44fbd01c04c9c3c594783f (diff) |
Merge "Updates RPM spec version for SR2" into stable/brahmaputrabrahmaputra.3.0stable/brahmaputra
-rw-r--r-- | build/opnfv-apex-common.spec | 4 | ||||
-rw-r--r-- | build/opnfv-apex-opendaylight-sfc.spec | 4 | ||||
-rw-r--r-- | build/opnfv-apex-undercloud.spec | 4 | ||||
-rw-r--r-- | build/opnfv-apex.spec | 4 |
4 files changed, 12 insertions, 4 deletions
diff --git a/build/opnfv-apex-common.spec b/build/opnfv-apex-common.spec index d1f64d7c..05926031 100644 --- a/build/opnfv-apex-common.spec +++ b/build/opnfv-apex-common.spec @@ -1,5 +1,5 @@ Name: opnfv-apex-common -Version: 2.2 +Version: 2.3 Release: %{release} Summary: Scripts for OPNFV deployment using RDO Manager @@ -80,6 +80,8 @@ install config/inventory/pod_example_settings.yaml %{buildroot}%{_docdir}/opnfv/ %doc %{_docdir}/opnfv/inventory.yaml.example %changelog +* Mon Apr 24 2016 Tim Rozet <trozet@redhat.com> - 2.3-0 +- Brahmaputra SR2 * Mon Apr 11 2016 Tim Rozet <trozet@redhat.com> - 2.2-1 - adding opnfv-util * Mon Apr 04 2016 Dan Radez <dradez@redhat.com> - 2.2-0 diff --git a/build/opnfv-apex-opendaylight-sfc.spec b/build/opnfv-apex-opendaylight-sfc.spec index 55939bc6..43a0ba7a 100644 --- a/build/opnfv-apex-opendaylight-sfc.spec +++ b/build/opnfv-apex-opendaylight-sfc.spec @@ -1,5 +1,5 @@ Name: opnfv-apex-opendaylight-sfc -Version: 2.2 +Version: 2.3 Release: %{release} Summary: Overcloud Disk images for OPNFV Apex OpenDaylight with SFC deployment @@ -28,6 +28,8 @@ install build/stack/overcloud-full-opendaylight-sfc.qcow2 %{buildroot}%{_var}/op %{_var}/opt/opnfv/stack/overcloud-full-opendaylight-sfc.qcow2 %changelog +* Mon Apr 24 2016 Tim Rozet <trozet@redhat.com> - 2.3-0 +- Brahmaputra SR2 * Mon Apr 04 2016 Dan Radez <dradez@redhat.com> - 2.2-0 - Brahmaputra SR1 * Tue Jan 19 2016 Dan Radez <dradez@redhat.com> - 2.1-1 diff --git a/build/opnfv-apex-undercloud.spec b/build/opnfv-apex-undercloud.spec index 4a093d0c..7c859aa2 100644 --- a/build/opnfv-apex-undercloud.spec +++ b/build/opnfv-apex-undercloud.spec @@ -1,5 +1,5 @@ Name: opnfv-apex-undercloud -Version: 2.2 +Version: 2.3 Release: %{release} Summary: Scripts and Disk images to launch Instack Undercloud for OPNFV Apex @@ -90,6 +90,8 @@ install build/instackenv.json.example %{buildroot}%{_var}/opt/opnfv/ %{_var}/opt/opnfv/instackenv.json.example %changelog +* Mon Apr 24 2016 Tim Rozet <trozet@redhat.com> - 2.3-0 +- Brahmaputra SR2 * Mon Apr 04 2016 Dan Radez <dradez@redhat.com> - 2.2-0 - Brahmaputra SR1 * Thu Jan 14 2016 Dan Radez <dradez@redhat.com> - 2.1-1 diff --git a/build/opnfv-apex.spec b/build/opnfv-apex.spec index a34e3e7a..02d998d3 100644 --- a/build/opnfv-apex.spec +++ b/build/opnfv-apex.spec @@ -1,5 +1,5 @@ Name: opnfv-apex -Version: 2.2 +Version: 2.3 Release: %{release} Summary: Overcloud Disk images for OPNFV Apex OpenDaylight deployment @@ -28,6 +28,8 @@ install build/stack/overcloud-full-opendaylight.qcow2 %{buildroot}%{_var}/opt/op %{_var}/opt/opnfv/stack/overcloud-full-opendaylight.qcow2 %changelog +* Mon Apr 24 2016 Tim Rozet <trozet@redhat.com> - 2.3-0 +- Brahmaputra SR2 * Mon Apr 04 2016 Dan Radez <dradez@redhat.com> - 2.2-0 - Brahmaputra SR1 * Tue Jan 19 2016 Dan Radez <dradez@redhat.com> - 2.1-3 |