-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new SOLVER_FLAG_FOCUS_NEW focus type
First resolve the given jobs, then the dependencies of the resulting packages ignoreing the ones provided by currently installed packages. After that resolve all already installed packages. This is similar to SOLVER_FLAG_FOCUS_BEST but less aggressive in updating packages. Fixes issue #549
- Loading branch information
Showing
8 changed files
with
91 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
repo @System 0 testtags <inline> | ||
#>=Pkg: krb5-libs 1.18.2 22.el8_7 x86_64 | ||
#>=Prv: krb5-libs(x86-64) = 1.18.2-22.el8_7 | ||
|
||
repo available 0 testtags <inline> | ||
#>=Pkg: ipa-client 4.9.11 5.el8 x86_64 | ||
#>=Req: krb5-pkinit-openssl | ||
#> | ||
#>=Pkg: krb5-libs 1.18.2 25.el8_8 x86_64 | ||
#>=Prv: krb5-libs(x86-64) = 1.18.2-25.el8_8 | ||
#> | ||
#>=Pkg: krb5-pkinit 1.18.2 25.el8_8 x86_64 | ||
#>=Req: krb5-libs(x86-64) = 1.18.2-25.el8_8 | ||
#>=Prv: krb5-pkinit-openssl = 1.18.2-25.el8_8 | ||
#> | ||
#>=Pkg: krb5-pkinit 1.18.2 22.el8_7 x86_64 | ||
#>=Req: krb5-libs(x86-64) = 1.18.2-22.el8_7 | ||
#>=Prv: krb5-pkinit-openssl = 1.18.2-22.el8_7 | ||
|
||
system x86_64 rpm @System | ||
solverflags focusnew | ||
|
||
job install pkg ipa-client-4.9.11-5.el8.x86_64@available | ||
result transaction,problems <inline> | ||
#>install ipa-client-4.9.11-5.el8.x86_64@available | ||
#>install krb5-pkinit-1.18.2-25.el8_8.x86_64@available | ||
#>upgrade krb5-libs-1.18.2-22.el8_7.x86_64@@System krb5-libs-1.18.2-25.el8_8.x86_64@available |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
repo @System 0 testtags <inline> | ||
#>=Pkg: krb5-libs 1.18.2 22.el8_7 x86_64 | ||
#>=Prv: krb5-libs(x86-64) = 1.18.2-22.el8_7 | ||
|
||
repo available 0 testtags <inline> | ||
#>=Pkg: ipa-client 4.9.11 5.el8 x86_64 | ||
#>=Req: krb5-pkinit-openssl | ||
#> | ||
#>=Pkg: krb5-libs 1.18.2 25.el8_8 x86_64 | ||
#>=Prv: krb5-libs(x86-64) = 1.18.2-25.el8_8 | ||
#> | ||
#>=Pkg: krb5-pkinit 1.18.2 25.el8_8 x86_64 | ||
#>=Req: krb5-libs(x86-64) | ||
#>=Prv: krb5-pkinit-openssl = 1.18.2-25.el8_8 | ||
#> | ||
#>=Pkg: krb5-pkinit 1.18.2 22.el8_7 x86_64 | ||
#>=Req: krb5-libs(x86-64) | ||
#>=Prv: krb5-pkinit-openssl = 1.18.2-22.el8_7 | ||
|
||
system x86_64 rpm @System | ||
solverflags focusnew | ||
|
||
job install pkg ipa-client-4.9.11-5.el8.x86_64@available | ||
result transaction,problems <inline> | ||
#>install ipa-client-4.9.11-5.el8.x86_64@available | ||
#>install krb5-pkinit-1.18.2-25.el8_8.x86_64@available |