From 88da6d0e5fd0b0719bb0be38a2ab215c2acd25a41b714f7d7884606f66096bc7 Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Fri, 21 Aug 2020 13:47:28 +0000 Subject: [PATCH] - 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 --- python3-azuremetadata.changes | 7 +++++++ python3-azuremetadata.spec | 8 ++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/python3-azuremetadata.changes b/python3-azuremetadata.changes index c40d549..8c2ca92 100644 --- a/python3-azuremetadata.changes +++ b/python3-azuremetadata.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Aug 21 13:45:31 UTC 2020 - Robert Schweikert + +- 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 diff --git a/python3-azuremetadata.spec b/python3-azuremetadata.spec index 75ade6a..042a99d 100644 --- a/python3-azuremetadata.spec +++ b/python3-azuremetadata.spec @@ -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