1
0

- Fix provides directive (bsc#1175609, bsc#1175610)

+ The provides directive must set a version or update does not work
    as expected

OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/python3-azuremetadata?expand=0&rev=7
This commit is contained in:
Robert Schweikert 2020-08-21 13:47:28 +00:00 committed by Git OBS Bridge
parent 51228df295
commit 88da6d0e5f
2 changed files with 11 additions and 4 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Aug 21 13:45:31 UTC 2020 - Robert Schweikert <rjschwei@suse.com>
- Fix provides directive (bsc#1175609, bsc#1175610)
+ The provides directive must set a version or update does not work
as expected
-------------------------------------------------------------------
Mon Aug 3 20:44:15 UTC 2020 - Robert Schweikert <rjschwei@suse.com>

View File

@ -12,23 +12,23 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define upstream_name azuremetadata
Name: python3-azuremetadata
Version: 5.1.2
Release: 0
# Packaged renamed in SLE15
Provides: azuremetadata
Provides: azuremetadata = %{version}
Obsoletes: azuremetadata < 5.0.0
Conflicts: regionServiceClientConfigAzure <= 0.0.4
Conflicts: regionServiceClientConfigSAPAzure <= 1.0.1
Release: 0
Summary: Python module for collecting instance metadata from Azure
License: GPL-3.0-or-later
Group: System/Management
Url: https://github.com/SUSE-Enceladus/azuremetadata
URL: https://github.com/SUSE-Enceladus/azuremetadata
Source0: %{name}-%{version}.tar.bz2
Requires: python3
Recommends: util-linux