From 6da9811491956a34835d24ef56fee44b72f104cf Mon Sep 17 00:00:00 2001 From: Erich Cordoba Date: Wed, 25 Sep 2019 15:35:15 -0500 Subject: [PATCH] Set version to 1.0.0 in opensuse specfiles All opensuse version are being standardize with the same format, this requires that all components will change from 1.0 to 1.0.0. Story: 2006508 Task: 36811 Change-Id: I301759895e4ed816633daa6595d5f60f2f1d59c7 Signed-off-by: Erich Cordoba --- fm-api/opensuse/fm-api.spec | 2 +- fm-common/opensuse/fm-common.spec | 2 +- fm-doc/opensuse/fm-doc.spec | 2 +- fm-mgr/opensuse/fm-mgr.spec | 2 +- fm-rest-api/opensuse/fm-rest-api.spec | 2 +- python-fmclient/opensuse/python-fmclient.spec | 2 +- snmp-audittrail/opensuse/snmp-audittrail.spec | 2 +- snmp-ext/opensuse/snmp-ext.spec | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/fm-api/opensuse/fm-api.spec b/fm-api/opensuse/fm-api.spec index 32ea7ae9..97e11af9 100644 --- a/fm-api/opensuse/fm-api.spec +++ b/fm-api/opensuse/fm-api.spec @@ -1,6 +1,6 @@ %define debug_package %{nil} Name: fm-api -Version: 1.0 +Version: 1.0.0 Release: %{tis_patch_ver}%{?_tis_dist} Summary: StarlingX Platform Fault Management Python API Package License: Apache-2.0 diff --git a/fm-common/opensuse/fm-common.spec b/fm-common/opensuse/fm-common.spec index 9598d310..c6d37956 100644 --- a/fm-common/opensuse/fm-common.spec +++ b/fm-common/opensuse/fm-common.spec @@ -3,7 +3,7 @@ %define cgcs_doc_deploy_dir /opt/deploy/cgcs_doc %define pythonroot %{_libdir}/python2.7/site-packages Name: fm-common -Version: 1.0 +Version: 1.0.0 Release: %{tis_patch_ver}%{?_tis_dist} Summary: StarlingX Platform Fault Management Common Package License: Apache-2.0 diff --git a/fm-doc/opensuse/fm-doc.spec b/fm-doc/opensuse/fm-doc.spec index 0def2d00..03b3b05a 100644 --- a/fm-doc/opensuse/fm-doc.spec +++ b/fm-doc/opensuse/fm-doc.spec @@ -1,6 +1,6 @@ %define cgcs_doc_deploy_dir /opt/deploy/cgcs_doc Name: fm-doc -Version: 1.0 +Version: 1.0.0 Release: stx Summary: StarlingX Platform Fault Management Documentation Package License: Apache-2.0 diff --git a/fm-mgr/opensuse/fm-mgr.spec b/fm-mgr/opensuse/fm-mgr.spec index 8ddc5fcf..8c8617ac 100644 --- a/fm-mgr/opensuse/fm-mgr.spec +++ b/fm-mgr/opensuse/fm-mgr.spec @@ -1,7 +1,7 @@ %define local_dir %{_prefix}/local %define local_bindir %{local_dir}/bin Name: fm-mgr -Version: 1.0 +Version: 1.0.0 Release: %{tis_patch_ver}%{?_tis_dist} Summary: StarlingX Platform Fault Manager Package License: Apache-2.0 diff --git a/fm-rest-api/opensuse/fm-rest-api.spec b/fm-rest-api/opensuse/fm-rest-api.spec index 28411212..5fd8a182 100644 --- a/fm-rest-api/opensuse/fm-rest-api.spec +++ b/fm-rest-api/opensuse/fm-rest-api.spec @@ -1,5 +1,5 @@ Name: fm-rest-api -Version: 1.0 +Version: 1.0.0 Release: %{tis_patch_ver}%{?_tis_dist} Summary: Fault Management Openstack REST API License: Apache-2.0 diff --git a/python-fmclient/opensuse/python-fmclient.spec b/python-fmclient/opensuse/python-fmclient.spec index 1196569d..1d654c7a 100644 --- a/python-fmclient/opensuse/python-fmclient.spec +++ b/python-fmclient/opensuse/python-fmclient.spec @@ -6,7 +6,7 @@ %global pypi_name fmclient Name: python-%{pypi_name} -Version: 1.0 +Version: 1.0.0 Release: %{tis_patch_ver}%{?_tis_dist} Summary: A python client library for Fault Management License: Apache-2.0 diff --git a/snmp-audittrail/opensuse/snmp-audittrail.spec b/snmp-audittrail/opensuse/snmp-audittrail.spec index 7b6123c3..5df34cdb 100644 --- a/snmp-audittrail/opensuse/snmp-audittrail.spec +++ b/snmp-audittrail/opensuse/snmp-audittrail.spec @@ -1,5 +1,5 @@ Name: snmp-audittrail -Version: 1.0 +Version: 1.0.0 Release: %{tis_patch_ver}%{?_tis_dist} Summary: StarlingX SNMP Audit Trail License: Apache-2.0 diff --git a/snmp-ext/opensuse/snmp-ext.spec b/snmp-ext/opensuse/snmp-ext.spec index 94fb31cf..8bc1b7e5 100644 --- a/snmp-ext/opensuse/snmp-ext.spec +++ b/snmp-ext/opensuse/snmp-ext.spec @@ -1,6 +1,6 @@ %define mib_ver 2.0 Name: snmp-ext -Version: 1.0 +Version: 1.0.0 Release: %{tis_patch_ver}%{?_tis_dist} Summary: StarlingX Platform SNMP extension Package License: Apache-2.0