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 <erich.cordoba.malibran@intel.com>
This commit is contained in:
Erich Cordoba
2019-09-11 09:53:28 -05:00
parent 7ff98a067f
commit 79b32861f0
8 changed files with 8 additions and 8 deletions

View File

@@ -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