Skip to content

Commit

Permalink
Adjusted low memory message (bsc#1139325)
Browse files Browse the repository at this point in the history
- 4.4.11
  • Loading branch information
lslezak committed Nov 4, 2021
1 parent 9bda45f commit bd6b697
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions package/yast2-packager.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Nov 4 08:34:16 UTC 2021 - Ladislav Slezák <lslezak@suse.cz>

- Adjusted low memory message (bsc#1139325)
- 4.4.11

-------------------------------------------------------------------
Wed Sep 15 12:35:42 UTC 2021 - Stefan Hundhammer <shundhammer@suse.com>

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


Name: yast2-packager
Version: 4.4.10
Version: 4.4.11
Release: 0
Summary: YaST2 - Package Library
License: GPL-2.0-or-later
Expand Down
3 changes: 2 additions & 1 deletion src/lib/y2packager/clients/inst_productsources.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1726,7 +1726,8 @@ def ask_activate_online_repos
"repositories might contain updated software packages.")

if low_memory?
msg << _("However, since the system has less than %d MiB memory,\n" \
# TRANSLATORS: the %d is replaced by minimal memory required
msg << _("However, since the system does not have more than %d MiB memory,\n" \
"there is a significant risk of running out of memory,\n" \
"and the installer may crash or freeze.\n" \
"\n" \
Expand Down

0 comments on commit bd6b697

Please sign in to comment.