Skip to content

Commit

Permalink
Merge pull request #1028 from yast/product_init
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Mar 6, 2020
2 parents b0eebf0 + 3ed7ae5 commit 3299e09
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library/packages/src/modules/Product.rb
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def load_zypp
if use_installed_products?
PackageSystem.EnsureTargetInit
else
PackageSystem.EnsureSourceInit
PackageSystem.EnsureSourceInit unless Stage.initial
end

Pkg.PkgSolve(true)
Expand Down
7 changes: 7 additions & 0 deletions package/yast2.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Mar 6 08:58:24 UTC 2020 - Ladislav Slezák <lslezak@suse.cz>

- Skip repository reloading at installation to avoid unselecting
products to install (bsc#1165501)
- 4.2.68

-------------------------------------------------------------------
Wed Feb 26 10:42:42 CET 2020 - schubi@suse.de

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


Name: yast2
Version: 4.2.67
Version: 4.2.68
Release: 0
Summary: YaST2 Main Package
License: GPL-2.0-only
Expand Down

0 comments on commit 3299e09

Please sign in to comment.