Sync from SUSE:SLFO:1.1 regionServiceClientConfigGCE revision 12846cf32ef89a5280ffb90c26861dca

This commit is contained in:
2025-09-03 13:10:45 +02:00
parent d94f31fcb2
commit be5694e870
4 changed files with 19 additions and 6 deletions
+13
View File
@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Aug 27 20:32:02 UTC 2025 - Robert Schweikert <rjschwei@suse.com>
- Update to version 5.0.0 (bsc#1246995)
+ SLE 16 python-requests requiers SSL v3 certificates. Update 2
region server certs to support SLE 16 when it gets released.
-------------------------------------------------------------------
Wed May 7 13:11:27 UTC 2025 - Robert Schweikert <rjschwei@suse.com>
- Update conditional to handle name change of metadata package
in SLE 16 (bsc#1242063)
-------------------------------------------------------------------
Sun Jul 28 22:09:27 UTC 2024 - Robert Schweikert <rjschwei@suse.com>
+6 -3
View File
@@ -18,7 +18,7 @@
Name: regionServiceClientConfigGCE
Version: 4.2.0
Version: 5.0.0
Release: 0
License: Apache-2.0
Summary: Configuration for region service client
@@ -31,10 +31,13 @@ Patch0: noipv6.patch
Provides: cloud-regionsrv-client-config
Provides: regionsrv-certs
Provides: regionServiceCertsGCE
%if 0%{?suse_version} > 1320
%if 0%{?suse_version} > 1320 && 0%{?suse_version} < 1600
Requires: python3-gcemetadata >= 0.3.2
%else
Requires: python-gcemetadata >= 0.3.2
# Micro 6.0 and 6.1 i.e. ALP:Source:Standard:1.0 and SLFO:1.1
# identify as 1600 in the build service but still have the package names
# from SLE 15. Remove the or condition on or after 30 Nov 2028
Requires: (python-gcemetadata >= 0.3.2 or python3-gcemetadata >= 0.3.2)
%endif
Recommends: cloud-regionsrv-client-plugin-gce >= 1.0.0
Conflicts: otherproviders(cloud-regionsrv-client-config)
Binary file not shown.
Binary file not shown.