Sync from SUSE:SLFO:Main cloud-regionsrv-client revision 09e31d44e365cd9e45debd0bdd8326e9

This commit is contained in:
Adrian Schröter 2024-11-28 17:40:59 +01:00
parent 118d8f15ab
commit cef3058f4f
5 changed files with 27 additions and 5 deletions

BIN
cloud-regionsrv-client-10.3.6.tar.bz2 (Stored with Git LFS)

Binary file not shown.

BIN
cloud-regionsrv-client-10.3.8.tar.bz2 (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Nov 18 16:12:23 UTC 2024 - Marcus Schäfer <marcus.schaefer@suse.com>
- Update to 10.3.8 (bsc#1233333)
+ Fix the package requirements for cloud-regionsrv-client
+ Follow changes to suseconnect error reporting from stdout to stderr
-------------------------------------------------------------------
Tue Nov 5 13:58:12 UTC 2024 - Robert Schweikert <rjschwei@suse.com>
- Update to 10.3.7 (bsc#1232770)
+ Fix the product triplet for LTSS, it is always SLES-LTSS, not
$BASEPRODUCT-LTSS
-------------------------------------------------------------------
Tue Oct 29 13:44:21 UTC 2024 - Robert Schweikert <rjschwei@suse.com>

View File

@ -22,7 +22,7 @@
%endif
%global _sitelibdir %{%{pythons}_sitelib}
%define base_version 10.3.6
%define base_version 10.3.8
Name: cloud-regionsrv-client
Version: %{base_version}
Release: 0
@ -54,6 +54,14 @@ Requires: %{pythons}-urllib3
Requires: %{pythons}-zypp-plugin
%if 0%{?suse_version} > 1315
Requires: %{pythons}-toml
# Add requirement for libcontainers-common to make sure all
# podman related config files gets pulled in. We modify
# /etc/containers/registries.conf
Requires: libcontainers-common
# Add requirement for docker to make sure all docker related
# config files gets pulled in. We modify
# /etc/docker/daemon.json
Requires: docker
%endif
Requires: regionsrv-certs
Requires: sudo

View File

@ -57,7 +57,7 @@
with open(container_path, 'w') as registries_conf_file:
--- usr/sbin/registercloudguest.orig
+++ usr/sbin/registercloudguest
@@ -134,6 +134,8 @@ def setup_registry(registration_target,
@@ -139,6 +139,8 @@ def setup_registry(registration_target,
clean == all -> cleans repository and registry setup
clean == registry -> clean only registry artifacts
"""