Skip to content

Commit

Permalink
Do not reinitialize the package manager (bsc#1200127)
Browse files Browse the repository at this point in the history
...that might remove the configured installation repositories

- Sync the YaST and libzypp repositories to avoid possible
  crashes (bsc#1189590)
- 4.2.23
  • Loading branch information
lslezak committed Jun 15, 2022
1 parent 52ecddc commit 0094074
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
9 changes: 9 additions & 0 deletions package/yast2-update.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Jun 15 15:24:01 UTC 2022 - Ladislav Slezák <[email protected]>

- Do not reinitialize the package manager, that might remove
the configured installation repositories (bsc#1200127)
- Sync the YaST and libzypp repositories to avoid possible
crashes (bsc#1189590)
- 4.2.23

-------------------------------------------------------------------
Fri Jul 23 08:56:04 UTC 2021 - José Iván López González <[email protected]>

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.2.22
Version: 4.2.23
Release: 0
Summary: YaST2 - Update
Group: System/YaST
Expand Down
3 changes: 2 additions & 1 deletion src/clients/update_proposal.rb
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,8 @@ def init_stuff
# initialize target
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 0094074

Please sign in to comment.