Skip to content

Commit

Permalink
Merge baa0e16 into 5c34d8a
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed May 3, 2022
2 parents 5c34d8a + baa0e16 commit 0f03504
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
8 changes: 8 additions & 0 deletions package/yast2-packager.changes
@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue May 3 06:50:36 UTC 2022 - Ladislav Slezák <lslezak@suse.cz>

- Run the package solver after selecting additional system
packages, fixes possible broken package dependencies after system
upgrade (bsc#1195828)
- 4.5.3

-------------------------------------------------------------------
Wed Apr 27 13:31:36 UTC 2022 - Stefan Hundhammer <shundhammer@suse.com>

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


Name: yast2-packager
Version: 4.5.2
Version: 4.5.3
Release: 0
Summary: YaST2 - Package Library
License: GPL-2.0-or-later
Expand Down
3 changes: 3 additions & 0 deletions src/modules/Packages.rb
Expand Up @@ -1939,6 +1939,9 @@ def SelectSystemPackages(reselect)
end
end

# update the dependendcies
Pkg.PkgSolve(false)

nil
end

Expand Down

0 comments on commit 0f03504

Please sign in to comment.