Sync from SUSE:SLFO:Main regionServiceClientConfigGCE revision a8420f4ee5f41e1c9997a13703a14253
This commit is contained in:
parent
7f5bf243c3
commit
d94f31fcb2
11
noipv6.patch
Normal file
11
noipv6.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- etc/regionserverclnt.cfg.orig
|
||||
+++ etc/regionserverclnt.cfg
|
||||
@@ -1,7 +1,7 @@
|
||||
[server]
|
||||
api = regionInfo
|
||||
certLocation = /usr/lib/regionService/certs
|
||||
-regionsrv = 35.187.193.56,130.211.88.88,130.211.242.136,162.222.182.90,2600:1900:4050:756c:0:0:0:0,2600:1900:4010:bebd:0:0:0:0,2600:1900:4030:9690:0:0:0:0,2600:1900:4000:d8ab:0:0:0:0
|
||||
+regionsrv = 35.187.193.56,130.211.88.88,130.211.242.136,162.222.182.90
|
||||
|
||||
[instance]
|
||||
dataProvider = /usr/bin/gcemetadata --query instance --identity http://smt-gce.susecloud.net --identity-format full --xml
|
BIN
regionServiceClientConfigGCE-4.0.0.tar.bz2
(Stored with Git LFS)
BIN
regionServiceClientConfigGCE-4.0.0.tar.bz2
(Stored with Git LFS)
Binary file not shown.
BIN
regionServiceClientConfigGCE-4.2.0.tar.bz2
(Stored with Git LFS)
Normal file
BIN
regionServiceClientConfigGCE-4.2.0.tar.bz2
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 28 22:09:27 UTC 2024 - Robert Schweikert <rjschwei@suse.com>
|
||||
|
||||
- Version 4.2.0 (jsc#PCT-361)
|
||||
+ Add IPv6 certs to supprt access of the update infrastructure via
|
||||
IPv6 on GCE instances.
|
||||
+ Add noipv6.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 9 15:54:21 UTC 2024 - Jesús Bermúdez Velázquez <jesus.bv@suse.com>
|
||||
|
||||
- Update to version 4.1.0 (bsc#1217538)
|
||||
+ Replace 162.222.182.90 and 35.187.193.56 (length 4096):
|
||||
rgnsrv-gce-asia-northeast1 -> 162.222.182.90 expires in 9 years
|
||||
rgnsrv-gce-us-central1 -> 35.187.193.56 expires in 10 years
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 28 12:34:27 UTC 2023 - Jesús Bermúdez Velázquez <jesus.bv@suse.com>
|
||||
|
||||
- Update to version 4.0.1 (bsc#1217538)
|
||||
+ Replace 130.211.242.136.pem and 130.211.88.88.pem certs
|
||||
expiring in 8 years and new length of 4096
|
||||
These certs will replace the current certs that
|
||||
expire soon
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 18 13:03:03 UTC 2022 - Robert Schweikert <rjschwei@suse.com>
|
||||
|
||||
|
@ -18,13 +18,16 @@
|
||||
|
||||
|
||||
Name: regionServiceClientConfigGCE
|
||||
Version: 4.0.0
|
||||
Version: 4.2.0
|
||||
Release: 0
|
||||
License: Apache-2.0
|
||||
Summary: Configuration for region service client
|
||||
URL: https://gitlab.suse.de/public-cloud-team/regionServiceClientConfigGCE
|
||||
Group: Productivity/Networking/Web/Servers
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
# No IPv6 support in SLE 12 in Public Cloud
|
||||
# Patch maintained in the build service only
|
||||
Patch0: noipv6.patch
|
||||
Provides: cloud-regionsrv-client-config
|
||||
Provides: regionsrv-certs
|
||||
Provides: regionServiceCertsGCE
|
||||
@ -48,6 +51,13 @@ regions server certificates
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%if 0%{?suse_version} == 1315
|
||||
%patch -P 0
|
||||
rm usr/lib/regionService/certs/2600:1900:4000:d8ab:0:0:0:0.pem
|
||||
rm usr/lib/regionService/certs/2600:1900:4030:9690:0:0:0:0.pem
|
||||
rm usr/lib/regionService/certs/2600:1900:4010:bebd:0:0:0:0.pem
|
||||
rm usr/lib/regionService/certs/2600:1900:4050:756c:0:0:0:0.pem
|
||||
%endif
|
||||
|
||||
%build
|
||||
|
||||
@ -68,6 +78,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/usr/lib/regionService/certs/130.211.88.88.pem
|
||||
/usr/lib/regionService/certs/130.211.242.136.pem
|
||||
/usr/lib/regionService/certs/162.222.182.90.pem
|
||||
%if 0%{?suse_version} > 1315
|
||||
/usr/lib/regionService/certs/2600:1900:4000:d8ab:0:0:0:0.pem
|
||||
/usr/lib/regionService/certs/2600:1900:4030:9690:0:0:0:0.pem
|
||||
/usr/lib/regionService/certs/2600:1900:4010:bebd:0:0:0:0.pem
|
||||
/usr/lib/regionService/certs/2600:1900:4050:756c:0:0:0:0.pem
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user