From 79b32861f03b19047463f2a0cb237e10d95240d5 Mon Sep 17 00:00:00 2001 From: Erich Cordoba Date: Wed, 11 Sep 2019 09:53:28 -0500 Subject: [PATCH] Change tarball extension from xz to gz in opensuse specfiles. In the opensuse build system (OBS) the `_service` files are being standardized to generate tarballs with gz compression. The fault's specfiles were created before this decision, therefore an update in the extension is required. Story: 2006508 Task: 36670 Change-Id: I96cb185a9a0e089e4f8e184e8fdeaa709f77915e 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 dc321429..32ea7ae9 100644 --- a/fm-api/opensuse/fm-api.spec +++ b/fm-api/opensuse/fm-api.spec @@ -6,7 +6,7 @@ Summary: StarlingX Platform Fault Management Python API Package License: Apache-2.0 Group: Development/Tools/Other URL: https://opendev.org/starlingx/fault -Source0: %{name}-%{version}.tar.xz +Source0: %{name}-%{version}.tar.gz BuildRequires: python-setuptools BuildRequires: python2-pip diff --git a/fm-common/opensuse/fm-common.spec b/fm-common/opensuse/fm-common.spec index b6e70678..d879b251 100644 --- a/fm-common/opensuse/fm-common.spec +++ b/fm-common/opensuse/fm-common.spec @@ -9,7 +9,7 @@ Summary: StarlingX Platform Fault Management Common Package License: Apache-2.0 Group: Development/Tools/Other URL: https://opendev.org/starlingx/fault -Source0: %{name}-%{version}.tar.xz +Source0: %{name}-%{version}.tar.gz BuildRequires: libuuid-devel BuildRequires: postgresql-devel BuildRequires: python-devel diff --git a/fm-doc/opensuse/fm-doc.spec b/fm-doc/opensuse/fm-doc.spec index 2c1dd4f9..70a24d62 100644 --- a/fm-doc/opensuse/fm-doc.spec +++ b/fm-doc/opensuse/fm-doc.spec @@ -6,7 +6,7 @@ Summary: StarlingX Platform Fault Management Documentation Package License: Apache-2.0 Group: Development/Tools/Other URL: https://opendev.org/starlingx/fault -Source0: %{name}-%{version}.tar.xz +Source0: %{name}-%{version}.tar.gz BuildRequires: fm-api-doc BuildRequires: fm-common-doc BuildRequires: python-yaml diff --git a/fm-mgr/opensuse/fm-mgr.spec b/fm-mgr/opensuse/fm-mgr.spec index 21592202..a76e84ad 100644 --- a/fm-mgr/opensuse/fm-mgr.spec +++ b/fm-mgr/opensuse/fm-mgr.spec @@ -7,7 +7,7 @@ Summary: StarlingX Platform Fault Manager Package License: Apache-2.0 Group: Development/Tools/Other URL: https://opendev.org/starlingx/fault -Source0: %{name}-%{version}.tar.xz +Source0: %{name}-%{version}.tar.gz BuildRequires: fm-common-devel BuildRequires: libuuid-devel BuildRequires: systemd-devel diff --git a/fm-rest-api/opensuse/fm-rest-api.spec b/fm-rest-api/opensuse/fm-rest-api.spec index b0f92653..8db2a42e 100644 --- a/fm-rest-api/opensuse/fm-rest-api.spec +++ b/fm-rest-api/opensuse/fm-rest-api.spec @@ -5,7 +5,7 @@ Summary: Fault Management Openstack REST API License: Apache-2.0 Group: Development/Tools/Other URL: https://opendev.org/starlingx/fault -Source0: %{name}-%{version}.tar.xz +Source0: %{name}-%{version}.tar.gz BuildRequires: insserv-compat BuildRequires: python-oslo.db BuildRequires: python-oslo.messaging diff --git a/python-fmclient/opensuse/python-fmclient.spec b/python-fmclient/opensuse/python-fmclient.spec index d2f9cfd1..98b303cc 100644 --- a/python-fmclient/opensuse/python-fmclient.spec +++ b/python-fmclient/opensuse/python-fmclient.spec @@ -12,7 +12,7 @@ Summary: A python client library for Fault Management License: Apache-2.0 Group: Development/Tools/Other URL: https://opendev.org/starlingx/fault -Source0: %{name}-%{version}.tar.xz +Source0: %{name}-%{version}.tar.gz BuildRequires: git BuildRequires: python-setuptools BuildRequires: python2-pbr diff --git a/snmp-audittrail/opensuse/snmp-audittrail.spec b/snmp-audittrail/opensuse/snmp-audittrail.spec index 739dbd12..b6a4b212 100644 --- a/snmp-audittrail/opensuse/snmp-audittrail.spec +++ b/snmp-audittrail/opensuse/snmp-audittrail.spec @@ -5,7 +5,7 @@ Summary: StarlingX SNMP Audit Trail License: Apache-2.0 Group: Development/Tools/Other URL: https://opendev.org/starlingx/fault -Source0: %{name}-%{version}.tar.xz +Source0: %{name}-%{version}.tar.gz BuildRequires: fm-common-devel BuildRequires: libuuid-devel BuildRequires: net-snmp-devel diff --git a/snmp-ext/opensuse/snmp-ext.spec b/snmp-ext/opensuse/snmp-ext.spec index 6f4d7ac6..35599c49 100644 --- a/snmp-ext/opensuse/snmp-ext.spec +++ b/snmp-ext/opensuse/snmp-ext.spec @@ -6,7 +6,7 @@ Summary: StarlingX Platform SNMP extension Package License: Apache-2.0 Group: Development/Tools/Other URL: https://opendev.org/starlingx/fault -Source0: %{name}-%{version}.tar.xz +Source0: %{name}-%{version}.tar.gz BuildRequires: fm-common-devel BuildRequires: libuuid-devel BuildRequires: net-snmp-devel