Accepting request 830284 from Cloud:Tools
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/830284 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python3-azuremetadata?expand=0&rev=2
This commit is contained in:
commit
e5a0401a89
@ -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>
|
Mon Aug 3 20:44:15 UTC 2020 - Robert Schweikert <rjschwei@suse.com>
|
||||||
|
|
||||||
|
@ -12,23 +12,23 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
%define upstream_name azuremetadata
|
||||||
Name: python3-azuremetadata
|
Name: python3-azuremetadata
|
||||||
Version: 5.1.2
|
Version: 5.1.2
|
||||||
|
Release: 0
|
||||||
# Packaged renamed in SLE15
|
# Packaged renamed in SLE15
|
||||||
Provides: azuremetadata
|
Provides: azuremetadata = %{version}
|
||||||
Obsoletes: azuremetadata < 5.0.0
|
Obsoletes: azuremetadata < 5.0.0
|
||||||
Conflicts: regionServiceClientConfigAzure <= 0.0.4
|
Conflicts: regionServiceClientConfigAzure <= 0.0.4
|
||||||
Conflicts: regionServiceClientConfigSAPAzure <= 1.0.1
|
Conflicts: regionServiceClientConfigSAPAzure <= 1.0.1
|
||||||
Release: 0
|
|
||||||
Summary: Python module for collecting instance metadata from Azure
|
Summary: Python module for collecting instance metadata from Azure
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
Group: System/Management
|
Group: System/Management
|
||||||
Url: https://github.com/SUSE-Enceladus/azuremetadata
|
URL: https://github.com/SUSE-Enceladus/azuremetadata
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
Requires: python3
|
Requires: python3
|
||||||
Recommends: util-linux
|
Recommends: util-linux
|
||||||
|
Loading…
Reference in New Issue
Block a user