Skip to content

Commit

Permalink
Merge pull request #1111 from yast/self_update_doc_master
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Mar 13, 2024
2 parents f4c67bb + 113f6b8 commit 819dd0d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/SELF_UPDATE.md
Expand Up @@ -156,7 +156,7 @@ The URL of the update repository is evaluated in this order:

```xml
<globals>
<self_update_url>https://updates.suse.com/SUSE/Updates/SLE-INSTALLER/$os_release_version/$arch/update</self_update_url>
<self_update_url>https://installer-updates.suse.com/SUSE/Updates/SLE-INSTALLER/$os_release_version/$arch/update</self_update_url>
</globals>
```

Expand Down
2 changes: 1 addition & 1 deletion doc/control-file.md
Expand Up @@ -1264,7 +1264,7 @@ To enable the self update feature (FATE#319716), the location of the update
repository should be defined in the control file.

```
<self_update_url>https://updates.suse.com/SUSE/Updates/SLE-INSTALLER/$os_release_version/$arch/update</self_update_url</self_update_url>
<self_update_url>https://installer-updates.suse.com/SUSE/Updates/SLE-INSTALLER/$os_release_version/$arch/update</self_update_url</self_update_url>
```
*$os_release_version* will be replaced by the *VERSION* entry in */etc/os-release* file. E.g. "15-SP2"
*$arch* reflects the architecture of the current installation system.
Expand Down
6 changes: 6 additions & 0 deletions package/yast2-installation.changes
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Mar 13 14:41:14 UTC 2024 - Ladislav Slezák <lslezak@suse.com>

- Updated self-update URL in the documentation (jsc#PED-4839)
- 5.0.7

-------------------------------------------------------------------
Tue Feb 6 16:05:37 UTC 2024 - Ladislav Slezák <lslezak@suse.com>

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-installation.spec
Expand Up @@ -16,7 +16,7 @@
#

Name: yast2-installation
Version: 5.0.6
Version: 5.0.7
Release: 0
Summary: YaST2 - Installation Parts
License: GPL-2.0-only
Expand Down

0 comments on commit 819dd0d

Please sign in to comment.