From 62eee236834fc6996c2092e095e36a5ab6620428 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ladislav=20Slez=C3=A1k?= Date: Thu, 9 Dec 2021 17:04:00 +0100 Subject: [PATCH] Docu update - 4.4.27 --- doc/SELF_UPDATE.md | 19 +++++++++++-------- package/yast2-installation.changes | 8 ++++++++ package/yast2-installation.spec | 2 +- 3 files changed, 20 insertions(+), 9 deletions(-) diff --git a/doc/SELF_UPDATE.md b/doc/SELF_UPDATE.md index fbdb8629f..9815fe989 100644 --- a/doc/SELF_UPDATE.md +++ b/doc/SELF_UPDATE.md @@ -160,14 +160,8 @@ The URL of the update repository is evaluated in this order: ``` - This URL can contain these variables which are replaced by YaST: - - `$arch` - is replaced by the RPM package architecture used by the machine - (like `x86_64` or `ppc64le`) - - These variables are replaced by the value from the `/etc/os-release` file: - - `$os_release_name` => `NAME` (e.g. `SLE`) - - `$os_release_id` => `ID` (e.g. `sle`) - - `$os_release_version` => `VERSION` (e.g. `15-SP4`) - - `$os_release_version_id` => `VERSION_ID` (e.g. `15.4`) + The variables are documented in the [variable expansion](#variable-expansion) + section below. The first suitable URL will be used. There are two exceptions: @@ -213,6 +207,15 @@ SSL certificate should be preferred. The URL can contain a variable `$arch` that will be replaced by the system's architecture, such as `x86_64`, `i586`, `s390x`, etc. +The URLs can contain these variables which are replaced by YaST: +- `$arch` - is replaced by the RPM package architecture used by the machine + (like `x86_64` or `ppc64le`) +- These variables are replaced by the value from the `/etc/os-release` file: + - `$os_release_name` => `NAME` (e.g. `SLE`) + - `$os_release_id` => `ID` (e.g. `sle`) + - `$os_release_version` => `VERSION` (e.g. `15-SP4`) + - `$os_release_version_id` => `VERSION_ID` (e.g. `15.4`) + ### Actual URLs diff --git a/package/yast2-installation.changes b/package/yast2-installation.changes index 883b04584..703490a54 100644 --- a/package/yast2-installation.changes +++ b/package/yast2-installation.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Dec 9 15:56:25 UTC 2021 - Ladislav Slezák + +- Improve the self-update process, do not read the products from + the installation medium (bsc#1193536) +- Adde more /etc/os-release replacements in the self-update URL +- 4.4.27 + ------------------------------------------------------------------- Fri Dec 3 06:53:52 UTC 2021 - Imobach Gonzalez Sosa diff --git a/package/yast2-installation.spec b/package/yast2-installation.spec index 3a807d429..c982f2a4c 100644 --- a/package/yast2-installation.spec +++ b/package/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 4.4.26 +Version: 4.4.27 Release: 0 Summary: YaST2 - Installation Parts License: GPL-2.0-only