Skip to content

Commit

Permalink
Updated self-update URL in the documentation (jsc#PED-4839)
Browse files Browse the repository at this point in the history
- 4.6.11
  • Loading branch information
lslezak committed Mar 13, 2024
1 parent 00a48ba commit 0a37429
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Mar 13 14:30:17 UTC 2024 - Ladislav Slezák <lslezak@suse.com>

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

-------------------------------------------------------------------
Tue Feb 6 15:14:27 UTC 2024 - Ladislav Slezák <lslezak@suse.com>

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-installation.spec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#

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

0 comments on commit 0a37429

Please sign in to comment.