Skip to content

Commit

Permalink
Merge 887c827 into fd0b4d4
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Nov 7, 2019
2 parents fd0b4d4 + 887c827 commit e3d0f62
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
6 changes: 6 additions & 0 deletions package/yast2-installation.changes
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Nov 7 09:32:00 UTC 2019 - Ladislav Slezák <lslezak@suse.cz>

- Implement upgrade for the Full medium (jsc#SLE-7101)
- 4.2.20

-------------------------------------------------------------------
Fri Oct 25 11:44:58 UTC 2019 - Josef Reidinger <jreidinger@suse.com>

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

Name: yast2-installation
Version: 4.2.19
Version: 4.2.20
Release: 0
Group: System/YaST
License: GPL-2.0-only
Expand Down
4 changes: 3 additions & 1 deletion src/lib/installation/clients/inst_system_analysis.rb
Expand Up @@ -108,7 +108,9 @@ def main
actions_doing << _("Searching for system files...")
actions_functions << fun_ref(method(:FilesFromOlderSystems), "boolean ()")

skip_software = Mode.update && Y2Packager::MediumType.online?
# skip the repository initialization on both Online and Full medium,
# do it only on the standard medium layout (openSUSE Leap)
skip_software = Mode.update && !Y2Packager::MediumType.standard?
# we cannot initialize during update software manager until we know target partition
# as base product is not known
if !skip_software
Expand Down

0 comments on commit e3d0f62

Please sign in to comment.