From 3f14033ecdca52142d6b25e73ad9ea85b2736a36 Mon Sep 17 00:00:00 2001 From: Ornela Maric Date: Thu, 20 Nov 2025 12:57:51 +0100 Subject: [PATCH 01/11] Added family 16 to overall support matrix. --- modules/client-configuration/pages/supported-features.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/client-configuration/pages/supported-features.adoc b/modules/client-configuration/pages/supported-features.adoc index fb5e5036d3a..dbe6661a69a 100644 --- a/modules/client-configuration/pages/supported-features.adoc +++ b/modules/client-configuration/pages/supported-features.adoc @@ -43,7 +43,7 @@ ifeval::[{suma-content} == true] | {ibmz} | {aarch64} -| {sle} 15, 12 +| {sle} 16, 15, 12 | {check} | {check} | {check} @@ -67,7 +67,7 @@ ifeval::[{suma-content} == true] | {cross} | {check} -| {opensuse} Leap 15 +| {opensuse} Leap 16, 15 | {check} | {cross} | {cross} From 6815792b08579452947478d75a1c22b9198cb959 Mon Sep 17 00:00:00 2001 From: Ornela Maric Date: Thu, 20 Nov 2025 13:23:53 +0100 Subject: [PATCH 02/11] Cont. --- .../pages/supported-features-sles.adoc | 90 ++++++++++++++++++- 1 file changed, 88 insertions(+), 2 deletions(-) diff --git a/modules/client-configuration/pages/supported-features-sles.adoc b/modules/client-configuration/pages/supported-features-sles.adoc index ba3722ed6af..8e9dfe02984 100644 --- a/modules/client-configuration/pages/supported-features-sles.adoc +++ b/modules/client-configuration/pages/supported-features-sles.adoc @@ -22,149 +22,205 @@ The icons in this table indicate: * {question} the feature is under consideration, and may or may not be made available at a later date -[cols="1,1,1,1", options="header"] +[cols="1,1,1,1,1,1", options="header"] .Supported Features on {suse} and {opensuse} Operating Systems |=== | Feature | {sle}{nbsp}12 | {sle}{nbsp}15 -| {opensuse}{nbsp}15 +| {sle}{nbsp}16 +| {opensuse}{nbsp}Leap 15 +| {opensuse}{nbsp}Leap 16 | Client | {check} | {check} | {check} +| {check} +| {check} | System packages | {suse} | {suse} +| {suse} +| {opensuse} Community | {opensuse} Community | Registration | {check} | {check} | {check} +| {check} +| {check} | Install packages | {check} | {check} | {check} +| {check} +| {check} | Apply patches | {check} | {check} | {check} +| {check} +| {check} | Remote commands | {check} | {check} | {check} +| {check} +| {check} | System package states | {check} | {check} | {check} +| {check} +| {check} | System custom states | {check} | {check} | {check} +| {check} +| {check} | Group custom states | {check} | {check} | {check} +| {check} +| {check} | Organization custom states | {check} | {check} | {check} +| {check} +| {check} | System set manager (SSM) | {check} | {check} | {check} +| {check} +| {check} | Product migration | {check} | {check} | {check} +| {check} +| {check} | Basic Virtual Guest Management {star} | {check} | {check} | {check} +| {check} +| {check} | Advanced Virtual Guest Management {star} | {check} | {check} | {check} +| {check} +| {check} | Virtual Guest Installation ({ay}), as Host OS | {cross} | {cross} | {cross} +| {check} +| {check} | Virtual Guest Installation (image template), as Host OS | {check} | {check} | {check} +| {check} +| {check} | Virtual Guest Management | {check} | {check} | {check} +| {check} +| {check} | System deployment (PXE/{ay}) | {check} | {check} | {check} +| {check} +| {check} | System redeployment ({ay}) | {check} | {check} | {check} +| {check} +| {check} | Contact methods | {cross} | {cross} +| {cross} +| {check} ZeroMQ, Salt-SSH | {check} ZeroMQ, Salt-SSH | Works with {productname} Proxy | {check} | {check} | {check} +| {check} +| {check} | Action chains | {check} | {check} | {check} +| {check} +| {check} | Staging (pre-download of packages) | {check} | {check} | {check} +| {check} +| {check} | Duplicate package reporting | {check} | {check} | {check} +| {check} +| {check} | CVE auditing | {check} | {check} | {check} +| {check} +| {check} | SCAP auditing | {check} | {check} | {check} +| {check} +| {check} | Package verification | {cross} | {cross} | {cross} +| {check} +| {check} | Package locking | {check} @@ -175,76 +231,106 @@ The icons in this table indicate: | {cross} | {cross} | {cross} +| {check} +| {check} | Maintenance Windows | {check} | {check} | {check} +| {check} +| {check} | System snapshot | {cross} | {cross} | {cross} +| {check} +| {check} | Configuration file management | {check} | {check} | {check} +| {check} +| {check} | Package profiles | {check} Profiles supported, Sync not supported | {check} Profiles supported, Sync not supported | {check} Profiles supported, Sync not supported +| {check} Profiles supported, Sync not supported +| {check} Profiles supported, Sync not supported | Power management | {check} | {check} | {check} +| {check} +| {check} | Monitoring server | {check} | {check} +| {question} | {check} +| {question} | Monitored clients | {check} | {check} +| {question} | {check} +| {question} | Docker buildhost | {check} | {check} +| {check} +| {question} | {question} | Build Docker image with OS | {check} | {check} | {check} +| {check} +| {check} | Kiwi buildhost | {check} | {question} | {question} +| {question} +| {question} | Build Kiwi image with OS | {check} | {question} +| {question} +| {cross} | {cross} | Recurring Actions | {check} | {check} | {check} +| {check} +| {check} | AppStreams | N/A | N/A | N/A +| N/A +| N/A | Yomi | {cross} | {check} | {check} +| {check} +| {check} |=== From a8137539e497f5b9387e0feee49c5aea7fc701f5 Mon Sep 17 00:00:00 2001 From: Ornela Maric Date: Thu, 20 Nov 2025 13:36:28 +0100 Subject: [PATCH 03/11] Added changelog. --- CHANGELOG.md | 1 + modules/client-configuration/pages/clients-sle.adoc | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12230f3fbf3..a0908975860 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +- Added SLE16 and openSUSE Leap 16 as supported clients - Improved procedure formatting for better clarity in Administration Guide (bsc#1253660) - Added links to man pages for createrepo_c and reprepro to diff --git a/modules/client-configuration/pages/clients-sle.adoc b/modules/client-configuration/pages/clients-sle.adoc index 9044468535a..bb0cebaa8bc 100644 --- a/modules/client-configuration/pages/clients-sle.adoc +++ b/modules/client-configuration/pages/clients-sle.adoc @@ -39,6 +39,9 @@ The products you need for this procedure are: | OS Version | Product Name +| {sles} 16 +| SUSE Linux Enterprise Server 16 x86_64 + | {sles} 15 SP7 | SUSE Linux Enterprise Server 15 SP7 x86_64 @@ -84,6 +87,9 @@ The channels you need for this procedure are: | OS Version | Base Channel +| {sles} 16 +| sle-product-sles16-pool-x86_64 + | {sles} 15 SP7 | sle-product-sles15-sp7-pool-x86_64 From 2c2438100860e58db403722af32a771995531e84 Mon Sep 17 00:00:00 2001 From: Ornela Maric Date: Thu, 11 Dec 2025 15:14:20 +0100 Subject: [PATCH 04/11] Removed product migration support. --- .../client-configuration/pages/supported-features-sles.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/client-configuration/pages/supported-features-sles.adoc b/modules/client-configuration/pages/supported-features-sles.adoc index 8e9dfe02984..3741469cf94 100644 --- a/modules/client-configuration/pages/supported-features-sles.adoc +++ b/modules/client-configuration/pages/supported-features-sles.adoc @@ -114,8 +114,8 @@ The icons in this table indicate: | {check} | {check} | {check} -| {check} -| {check} +| {cross} +| {cross} | Basic Virtual Guest Management {star} | {check} From 7b456938033f0e2cb97731ed71312b2fd287ebb2 Mon Sep 17 00:00:00 2001 From: Ornela Maric Date: Mon, 15 Dec 2025 14:07:47 +0100 Subject: [PATCH 05/11] Cont. --- .../pages/supported-features-sles.adoc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/modules/client-configuration/pages/supported-features-sles.adoc b/modules/client-configuration/pages/supported-features-sles.adoc index 3741469cf94..21e14d85cb1 100644 --- a/modules/client-configuration/pages/supported-features-sles.adoc +++ b/modules/client-configuration/pages/supported-features-sles.adoc @@ -113,8 +113,8 @@ The icons in this table indicate: | Product migration | {check} | {check} -| {check} | {cross} +| {check} | {cross} | Basic Virtual Guest Management {star} @@ -211,9 +211,9 @@ The icons in this table indicate: | SCAP auditing | {check} | {check} +| {question} | {check} -| {check} -| {check} +| {question} | Package verification | {cross} @@ -226,6 +226,8 @@ The icons in this table indicate: | {check} | {check} | {check} +| {check} +| {check} | System locking | {cross} From 0d0eb9259092335f7334b9771a7b1677d38fa7ba Mon Sep 17 00:00:00 2001 From: Ornela Maric Date: Mon, 15 Dec 2025 16:10:50 +0100 Subject: [PATCH 06/11] Cont. --- .../pages/clients-opensuseleap.adoc | 38 +++++++++++-------- 1 file changed, 23 insertions(+), 15 deletions(-) diff --git a/modules/client-configuration/pages/clients-opensuseleap.adoc b/modules/client-configuration/pages/clients-opensuseleap.adoc index 21b75b4278e..cfc874fd1eb 100644 --- a/modules/client-configuration/pages/clients-opensuseleap.adoc +++ b/modules/client-configuration/pages/clients-opensuseleap.adoc @@ -1,21 +1,25 @@ [[clients-opensuseleap]] -= Registering {opensuse} Leap Clients += Registering {leap} Clients :description: Register openSUSE Leap clients with SUSE Manager using Salt, then configure required channels for successful registration :revdate: 2024-06-07 :page-revdate: {revdate} This section contains information about registering clients running {opensuse} operating systems. -{productname} supports {opensuse} Leap 15 clients using {salt}. +{productname} supports {leap} 15 and {leap} 16 clients using {salt} using {salt}. -Bootstrapping is supported for starting {opensuse} clients and performing initial state runs such as setting repositories and performing profile updates. +Bootstrapping is supported for starting {leap} clients and performing initial state runs such as setting repositories and performing profile updates. == Add Software Channels -Before you register {opensuse} clients to your {productname} Server, you need to add the required software channels, and synchronize them. +Before you register {leap} clients to your {productname} Server, you need to add the required software channels, and synchronize them. + +The architectures currently supported are: + +* {leap} 15: `x86_64` and `aarch64`. +* {leap} 16: `x86_64`, `aarch64`, `ppc64le` and `s390x` -The architectures currently supported are: `x86_64` and `aarch64`. For full list of supported products and architectures, see xref:client-configuration:supported-features.adoc[]. ifndef::backend-pdf[] @@ -32,20 +36,23 @@ ifeval::[{suma-content} == true] [[opensuse-channels-wizard]] [cols="1,1", options="header"] -.{opensuse} Products - WebUI +.{opensuse} Products - {webui} |=== | OS Version | Product Name -| {opensuse} Leap 15.6 -| {opensuse} Leap 15.6 x86_64 +| {leap} 16.0 +| {leap} 16.0 x86_64 + +| {leap} 15.6 +| {leap} 15.6 x86_64 -| {opensuse} Leap 15.5 -| {opensuse} Leap 15.5 x86_64 +| {leap} 15.5 +| {leap} 15.5 x86_64 -| {opensuse} Leap 15.4 -| {opensuse} Leap 15.4 x86_64 +| {leap} 15.4 +| {leap} 15.4 x86_64 |=== @@ -66,9 +73,10 @@ The channels you need for this procedure are: |=== | OS Version | Base Channel -| {opensuse} Leap 15.6 | opensuse-leap-15.6-pool -| {opensuse} Leap 15.5 | opensuse-leap-15.5-pool -| {opensuse} Leap 15.4 | opensuse-leap-15.4-pool +| {leap} 16.0 | opensuse-leap-16.0 +| {leap} 15.6 | opensuse-leap-15.6-pool +| {leap} 15.5 | opensuse-leap-15.5-pool +| {leap} 15.4 | opensuse-leap-15.4-pool |=== From d6e738b576f6dd1177eae98a6dc62dcd4deef761 Mon Sep 17 00:00:00 2001 From: Ornela Maric Date: Mon, 15 Dec 2025 16:16:14 +0100 Subject: [PATCH 07/11] Cont. --- .../pages/clients-opensuseleap.adoc | 30 +------------------ 1 file changed, 1 insertion(+), 29 deletions(-) diff --git a/modules/client-configuration/pages/clients-opensuseleap.adoc b/modules/client-configuration/pages/clients-opensuseleap.adoc index cfc874fd1eb..bcdcb388ed8 100644 --- a/modules/client-configuration/pages/clients-opensuseleap.adoc +++ b/modules/client-configuration/pages/clients-opensuseleap.adoc @@ -91,34 +91,6 @@ endif::[] endif::[] -ifeval::[{uyuni-content} == true] -[[opensuse-leap-channels-cli]] -[cols="1,1,1,1"] -.{opensuse} Channels - CLI -|=== - -| OS Version | {opensuse} Leap 15.6 | {opensuse} Leap 15.5 | {opensuse} Leap 15.4 -| Base Channel | opensuse_leap15_6 | opensuse_leap15_5 | opensuse_leap15_4 -| Client Channel | opensuse_leap15_6-uyuni-client | opensuse_leap15_5-uyuni-client | opensuse_leap15_4-uyuni-client -| Updates Channel | opensuse_leap15_6-updates | opensuse_leap15_5-updates | opensuse_leap15_4-updates -| Non-OSS Channel | opensuse_leap15_6-non-oss | opensuse_leap15_5-non-oss | opensuse_leap15_4-non-oss -| Non-OSS Updates Channel | opensuse_leap15_6-non-oss-updates | opensuse_leap15_5-non-oss-updates | opensuse_leap15_4-non-oss-updates -| Backports Updates Channel| opensuse_leap15_6-backports-updates| opensuse_leap15_5-backports-updates| opensuse_leap15_4-backports-updates -| SLE Updates Channel | opensuse_leap15_6-sle-updates | opensuse_leap15_5-sle-updates | opensuse_leap15_4-sle-updates - -|=== - -ifndef::backend-pdf[] -include::client-configuration:partial$addchannels_novendor_cli.adoc[] -endif::[] - -ifdef::backend-pdf[] -include::../partials/addchannels_novendor_cli.adoc[] -endif::[] - -endif::[] - - == Check Synchronization Status ifeval::[{suma-content} == true] @@ -155,7 +127,7 @@ endif::[] [IMPORTANT] ==== -{opensuse} channels can be very large. +{leap} channels can be very large. Synchronization can sometimes take several hours. ==== From c3d546f78448d0da225fb2e0e4a1c4cd645708fa Mon Sep 17 00:00:00 2001 From: Ornela Maric Date: Mon, 15 Dec 2025 16:37:10 +0100 Subject: [PATCH 08/11] Cont. --- .../pages/clients-sle.adoc | 24 +++++++++++++++---- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/modules/client-configuration/pages/clients-sle.adoc b/modules/client-configuration/pages/clients-sle.adoc index bb0cebaa8bc..e81498b6356 100644 --- a/modules/client-configuration/pages/clients-sle.adoc +++ b/modules/client-configuration/pages/clients-sle.adoc @@ -33,14 +33,14 @@ The products you need for this procedure are: [[sle-channels-wizard]] [cols="1,1", options="header"] -.SLE Products - WebUI +.SLE Products - {webui} |=== | OS Version | Product Name -| {sles} 16 -| SUSE Linux Enterprise Server 16 x86_64 +| {sles} 16.0 +| SUSE Linux Enterprise Server 16.0 x86_64 | {sles} 15 SP7 | SUSE Linux Enterprise Server 15 SP7 x86_64 @@ -87,8 +87,8 @@ The channels you need for this procedure are: | OS Version | Base Channel -| {sles} 16 -| sle-product-sles16-pool-x86_64 +| {sles} 16.0 +| sle-product-sles16.0-pool-x86_64 | {sles} 15 SP7 | sle-product-sles15-sp7-pool-x86_64 @@ -150,6 +150,12 @@ To add the client tools, add these channels from the command prompt: | OS Version | Client Channel +| {sles} 16.0 +| sles16-0-uyuni-client + +| {sles} 15 SP7 +| sles15-sp7-uyuni-client + | {sles} 15 SP6 | sles15-sp6-uyuni-client @@ -252,6 +258,14 @@ Use the same GPG key for both {sles}{nbsp}15 and {sles}{nbsp}12 clients. The correct key is called ``sle12-gpg-pubkey-39db7c82.key``. ==== +//// +[NOTE] +==== +{sles}{nbsp}16 clients use a different GPG key. +The correct key is called ``XXXXXXXXXX``. +==== +//// + endif::[] From 6291643774628efbf098a9c568834af08b2f2bdf Mon Sep 17 00:00:00 2001 From: Ornela Maric Date: Mon, 15 Dec 2025 16:54:12 +0100 Subject: [PATCH 09/11] Cont. --- .../pages/supported-features-sles.adoc | 6 +++--- .../pages/supported-features.adoc | 11 +++++++++-- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/modules/client-configuration/pages/supported-features-sles.adoc b/modules/client-configuration/pages/supported-features-sles.adoc index 21e14d85cb1..b04e69bac65 100644 --- a/modules/client-configuration/pages/supported-features-sles.adoc +++ b/modules/client-configuration/pages/supported-features-sles.adoc @@ -1,18 +1,18 @@ [[supported-features-sles]] -= Supported {slsa} and {opensuse} Features += Supported {slsa} and {leap} Features :description: Learn about feature availability on SUSE and openSUSE clients regarding registration, package installation, and system management :revdate: 2024-05-10 :page-revdate: {revdate} -This table lists the availability of various features on {suse} and {opensuse} clients. +This table lists the availability of various features on {suse} and {leap} clients. This table covers all variants of the {sle} operating system, including {slsa}, {sleda}, {sles} for SAP, and {sles} for HPC. [IMPORTANT] ==== The operating system you run on a client is supported by the organization that supplies the operating system. {sle} is supported by {suse}. -{opensuse} is supported by the {suse} community. +{leap} is supported by the {suse} community. ==== The icons in this table indicate: diff --git a/modules/client-configuration/pages/supported-features.adoc b/modules/client-configuration/pages/supported-features.adoc index dbe6661a69a..eb45e0df231 100644 --- a/modules/client-configuration/pages/supported-features.adoc +++ b/modules/client-configuration/pages/supported-features.adoc @@ -49,7 +49,7 @@ ifeval::[{suma-content} == true] | {check} | {check} -| {sles} for SAP 15, 12 +| {sles} for SAP 16, 15, 12 | {check} | {check} | {cross} @@ -67,7 +67,14 @@ ifeval::[{suma-content} == true] | {cross} | {check} -| {opensuse} Leap 16, 15 + +| {leap} 16 +| {check} +| {check} +| {check} +| {check} + +| {leap} 15 | {check} | {cross} | {cross} From 19805841de2c247d6fafbfd0e95fd435ff4b2ea0 Mon Sep 17 00:00:00 2001 From: Ornela Maric Date: Tue, 16 Dec 2025 10:49:29 +0100 Subject: [PATCH 10/11] Cont. --- .../pages/.clients-sle.adoc.swp | Bin 0 -> 16384 bytes .../client-configuration/pages/clients-sle.adoc | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 modules/client-configuration/pages/.clients-sle.adoc.swp diff --git a/modules/client-configuration/pages/.clients-sle.adoc.swp b/modules/client-configuration/pages/.clients-sle.adoc.swp new file mode 100644 index 0000000000000000000000000000000000000000..707fb7909a5a78e924ea4c399077f315007b8af9 GIT binary patch literal 16384 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 Sanhk)Nllovo$JoEN&f?U1Y_s` literal 0 HcmV?d00001 diff --git a/modules/client-configuration/pages/clients-sle.adoc b/modules/client-configuration/pages/clients-sle.adoc index e81498b6356..332b8f5c971 100644 --- a/modules/client-configuration/pages/clients-sle.adoc +++ b/modules/client-configuration/pages/clients-sle.adoc @@ -88,7 +88,7 @@ The channels you need for this procedure are: | Base Channel | {sles} 16.0 -| sle-product-sles16.0-pool-x86_64 +| sle-product-sles-16.0-x86_64 | {sles} 15 SP7 | sle-product-sles15-sp7-pool-x86_64 From c4679adac86af2d35140573d9a0dc7a407b04c78 Mon Sep 17 00:00:00 2001 From: Ornela Maric Date: Tue, 16 Dec 2025 12:28:49 +0100 Subject: [PATCH 11/11] Cont. --- .../pages/.clients-sle.adoc.swp | Bin 16384 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 modules/client-configuration/pages/.clients-sle.adoc.swp diff --git a/modules/client-configuration/pages/.clients-sle.adoc.swp b/modules/client-configuration/pages/.clients-sle.adoc.swp deleted file mode 100644 index 707fb7909a5a78e924ea4c399077f315007b8af9..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 16384 zcmeI3X>24%6@Y7(EJto}2_*t53rQexk9Wpv?`DvZyxvW+iucIc8xb61_e|H!bUf2N z>F)8`ahw3+5Ro_pLE?}Ski!0mAb*gENPwIW0z?9oz#qtkfFB7`5)cv)j<2e_$76du zvny>7Lfz80p6;$!$E$i(uU^-dc3iXnfV?c17hLBGasH)a?zYby-+JM!5PsmPx~*UI zz5?Y0e#!NErxN1kIK#oJ8`WB+!PZjCb1la&hl35@Y1LIYSgyOui>$KmRorSTup`&^ z2Ag)Z{VKG=y2{xI^(!oUpJ^b|z^VpXQN`MQmKZAJcj$-j+J1q2(;JVjzR!MT8pt$| zX&}=;rh!ZYnFcZqWE#jc@PDs?sJT_#LMyi>E&WFFcgwoJuSxEs~Z^(?F(yOaqw)G7V%J$TaXjr~%s%;?30S0UZF~`+vIsfAJh4o`3_e z8{P@;fCtYeEqKs?>tF)*LILvd>{&uQ15d+K@I!b6?uHwn3Kh5-E`;;pJh<&lA-(_# z9GCzL-U8>sIj{v@K0}C?;5oPlz5~Z$2^OIS?}H*-0{=W+h*#hRxF3E1cf&{E!_b6r z*aHRF2B*Pa-XO%I@DMx*55QgEzz5-4*bC>tHaHC)d%X}}g|EQJp#n$X08GI9VGwd4 zVG9U&@pVG{6n+Bt!WZE-_!!K>hu|Q*7v2MJgFn9(UBGkjefS=H6Fv!_fCac3Cg3W# ze;aLw@4}sM2iy(~*bi62I9v?d;R29wI{fG~@`wB2IE3Ir4XUsY_QJmj6#WZ+2amw* z@MZWC+zLyu2-m|AxEjXbVz>z23a>C0{{hd#FW~2($LD>}dEKNhxy*@>a7E^a<>cX= zLfjd3180oN&F?qTJ_2Drg37s8W$oT5^11znCuj z^>B21ejvYnK>AI6XolOGvKC!zQW04R{6?J8Z!~Prkxd>nqap*Lq899Wu{gb)DBP#6UbG@dM`aYW6a@+8Ic|j{ zGs5-C^_HWG#axcFJwfE!^>C0{qy^0`kk$`osgOD8qeUu?Lbzm?=Xqx}oeB@TWf?bO z?E#`I63W2$qXF4s z6zCDcI5Qnjt5SW;&B^2;!@vw#V}DkXp+2pZ+G3LdXf5s@nH|~LVTuK;HZ{eKQhBSp zl(uzFtZhmdIQbU_c?d&0y&PE&CHQYmLb8U?DkV@yMjb-iXA(c*7Yox3^ z6V%3@N@lG+_UZ(*$(%K@PaaMN-pR~Rsim~%COs)7^OZ3WPhl1n>@2Fep&r|1<+Lyw z45ui@>R67)iNOU`Um7s!%eH6cv34e1jQ}e<`MK$sDz#qy*=b!V-RGyo>bkEKu`SEI zF*CWj_4SrE=C)C~ZH4`%3*DuSHTIVt>Mm`pvcL4s?$X9O`%4dZmo`?~UwWjww6WIy z(!07#8>{Utjj?W&)erSVmKdiz$aH@~CcJD0;>w9R8mYBe$J`t3z%gD1mYl2zVSh^& zdlW{lOu|4_S#Vj&wClE#_$VPxihj$}B-gbImtIWGTtTwby9v|{EtiAJGW09aF}>8L z^<<%A0o99pE$}_}Mzhv6PGD9D$~DVpT?{PGkK#kgr_NQ`Ec32&0B+V8Ufg8bwDDxt z)Xws?D8o#I_0UgOa%OPX3-Qd###c0RYV0t?YG(P@PG}fw26w5C)E zuFENxA(T8x|H{28oR9owa*uDW=j_R`!$KTQJc%`>yV?n1LZ?HTx~p~SW}xueT(2ta zdOayH9YF(BUVD(d#p#&RqMjT-qhS70GlY={#dE5%;F$dHOzX zwco^Li}ZcC#F%U7#^O6xl@+K3$BtA{E+@ZMM6vy>u%j?+?ZDkHh@zvya^M;dyeP+$ zQ|wB1x7D;3$2bm8^)?%yU597e0!-EiY>#T9W8=ArQF$aWo7KjRo6SbZW*{k6yJpy? z-v6J+{%$M#NxlD%^qArL1AG17!;^3y+zWTX=isw&3n*}43W_icJ7Eak4!=HIh{xe) za1VSG7U38yKpp1cdT?PsTnQJ$MQ|=WPF&z&cnH1)%b;TjP0%p}1rF?iF}M`|NQ~gO z@Edp(bX?(9_!Qg%H^T~4;ZnE&B%A@y5HI)@JPA+0kKtkXI{0usxS(SUm%~0NKpuWc z%-{~V9X=1AhADW3xWE(~f`jmP_WOT>m*G!vCsd&XHe3fs;V|eJ!C&c{m*53>9-f6~ z;AwaYbj;u}_%>8w2CjoE;7rhcy9Kf<(?F(yOaqw)IyKN|^H&ZOOaE+%NC+O2-JHcU z@%bnAOHXZp>O{-h%n3}F{Uo#)>SnGsPYiMi!iu9h5QVQ41h`FdUM)%Oec@=~9?#8v zpnc8F<%D*P!j)yO6gF4#BW=$~hlFfNM6W`)iulzPhp*5X<>Kt84<4G@HxrlFzd%aJ z7p!WtYBgIWGO>m(b4t6)y9+sPbRAN!F=W4zmSnud67IKg-r6-BHr~>jN*B^fudSR3 z*fsP%W23K_w1%)*sFYj`h&{$$)4IT-t}}HElTnZpabx$WvK=dE{boaZ;%pXVNoiNy zk;imEP>0r%5_L!D_qgUd1~_2eIm8RKJFdfeb{M)<XkiB7kwW zouVdB?GWnnOkeGfbb0zVvcq|uz5Z=G4cBASg)gi_Exy#5IEuQu<(d{`TY%Q|28$Nx zy_4Qv(4wT$IWeVcuS>E!+vPTzeh}FV7VY5Uv9|&@TGBO5Jkqp(_8&NW=*ZOA!6`z# zhrBwG(pVcETerACy^DxPZD%Iqv8QYHI%!AhW|V8HJRi5PMLWI7Et~QytNH3Jj{eW4 zw1zsGjo?xemQ6}BT`XgN+cfSf^l@SVaASCr?QLefH_@sK{f3IzN6{7byh1ZNz?Bb Sanhk)Nllovo$JoEN&f?U1Y_s`