Sync from SUSE:ALP:Source:Standard:1.0 cloud-regionsrv-client revision 8ab3388c81fd0e5e12f2db5575c38233

This commit is contained in:
2025-08-05 07:52:56 +02:00
parent e6d6c6cbdf
commit 16700faebf
4 changed files with 32 additions and 5 deletions

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

Binary file not shown.

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

Binary file not shown.

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Fri Jul 25 11:06:58 UTC 2025 - Robert Schweikert <rjschwei@suse.com>
- Update version to 10.5.1
+ Fix issue with picking up configured server names from the
regionsrv config file. Previously only IP addresses were collected
+ Update scriptlet for package uninstall to avoid issues in the
build service
-------------------------------------------------------------------
Wed Jul 23 19:38:28 UTC 2025 - Robert Schweikert <rjschwei@suse.com>
- Update version to 10.5.0
+ Use region server IP addresses to determine Internet access rather
than a generic address. Region server IP addresses may not be blocked
in the network construct. (bsc#1245305)
-------------------------------------------------------------------
Tue Apr 29 12:31:05 UTC 2025 - Robert Schweikert <rjschwei@suse.com>
@@ -412,7 +429,6 @@ Fri Dec 13 10:55:08 UTC 2019 - Ivan Kapelyukhin <ikapelyukhin@suse.com>
+ Properly handle IPv6 addresses in URLs
-------------------------------------------------------------------
Fri Dec 13 10:55:07 UTC 2019 - Ivan Kapelyukhin <ikapelyukhin@suse.com>
- Update to version 9.0.7
+ Fix crash with a stack trace if no current_smt is

View File

@@ -25,7 +25,7 @@
%define eflag /run/azuretimer-was-enabled
%define aflag /run/azuretimer-was-running
%define base_version 10.4.0
%define base_version 10.5.1
Name: cloud-regionsrv-client
Version: %{base_version}
Release: 0
@@ -233,6 +233,17 @@ fi
if [ "$1" -eq 0 ] && [ -e "%{_sysconfdir}/regionserverclnt.cfg" ]; then
%{_sbindir}/registercloudguest --clean
fi
# Avoid unpredictable errors in the build service. The build service check
# that removes packages does not guarantee that the generic config package
# gets removed during install/remove testing prior to removing the
# cloud-regionsrv-client package. The generic example configuration
# triggers errors during the clean operation. Therefore we force the exit
# code to be 0 during build. If a user installs this package on a system with
# and invalid config they have to uninstall the package with the "--noscripts"
# option.
if [ -e "/.buildenv" ]; then
exit 0
fi
%post
# Scripts need access to the update infrastructure, do not execute them