Skip to content

Commit

Permalink
Merge pull request #171 from yast/sync_repos
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Sep 7, 2021
2 parents 38b2407 + 957bb13 commit 0669aa7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
8 changes: 8 additions & 0 deletions package/yast2-update.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Sep 6 14:08:12 UTC 2021 - Ladislav Slezák <lslezak@suse.cz>

- Fixed crash during system upgrade (synchronize the YaST and
libzypp repositories to avoid deleting caches for used
repositories) (bsc#1189590)
- 4.4.3

-------------------------------------------------------------------
Fri Jul 23 08:56:04 UTC 2021 - José Iván López González <jlopez@suse.com>

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


Name: yast2-update
Version: 4.4.2
Version: 4.4.3
Release: 0
Summary: YaST2 - Update
Group: System/YaST
Expand Down
2 changes: 2 additions & 0 deletions src/clients/update_proposal.rb
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,8 @@ def init_stuff
PackageCallbacks.SetConvertDBCallbacks

Pkg.TargetInit(Installation.destdir, false)
# sync the YaST and libzypp repositories to avoid possible crashes (bsc#1189590)
Pkg.SourceSaveAll

Update.GetProductName

Expand Down

0 comments on commit 0669aa7

Please sign in to comment.