Compare commits
1 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| be5694e870 |
Binary file not shown.
BIN
regionServiceClientConfigGCE-5.0.0.tar.bz2
Normal file
BIN
regionServiceClientConfigGCE-5.0.0.tar.bz2
Normal file
Binary file not shown.
@@ -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>
|
Sun Jul 28 22:09:27 UTC 2024 - Robert Schweikert <rjschwei@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: regionServiceClientConfigGCE
|
Name: regionServiceClientConfigGCE
|
||||||
Version: 4.2.0
|
Version: 5.0.0
|
||||||
Release: 0
|
Release: 0
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Summary: Configuration for region service client
|
Summary: Configuration for region service client
|
||||||
@@ -31,10 +31,13 @@ Patch0: noipv6.patch
|
|||||||
Provides: cloud-regionsrv-client-config
|
Provides: cloud-regionsrv-client-config
|
||||||
Provides: regionsrv-certs
|
Provides: regionsrv-certs
|
||||||
Provides: regionServiceCertsGCE
|
Provides: regionServiceCertsGCE
|
||||||
%if 0%{?suse_version} > 1320
|
%if 0%{?suse_version} > 1320 && 0%{?suse_version} < 1600
|
||||||
Requires: python3-gcemetadata >= 0.3.2
|
Requires: python3-gcemetadata >= 0.3.2
|
||||||
%else
|
%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
|
%endif
|
||||||
Recommends: cloud-regionsrv-client-plugin-gce >= 1.0.0
|
Recommends: cloud-regionsrv-client-plugin-gce >= 1.0.0
|
||||||
Conflicts: otherproviders(cloud-regionsrv-client-config)
|
Conflicts: otherproviders(cloud-regionsrv-client-config)
|
||||||
|
|||||||
Reference in New Issue
Block a user