Skip to content

Commit

Permalink
Merge branch 'master' into localization
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Nov 24, 2023
2 parents 00cbe77 + f746b53 commit 23f7e9a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion service/lib/agama/software/proposal.rb
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def initialize_target
Yast::Pkg.TargetLoad
logger.info "Registering locales #{languages}"
Yast::Pkg.SetAdditionalLocales(languages)
Yast::Pkg.SetSolverFlags("ignoreAlreadyRecommended" => false, "onlyRequires" => true)
Yast::Pkg.SetSolverFlags("ignoreAlreadyRecommended" => false, "onlyRequires" => false)
end

# Selects the base product
Expand Down
5 changes: 5 additions & 0 deletions service/package/rubygem-agama.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Nov 24 14:50:22 UTC 2023 - Imobach Gonzalez Sosa <[email protected]>

- Install recommended packages (gh#openSUSE/agama#889).

-------------------------------------------------------------------
Thu Nov 16 16:27:37 UTC 2023 - Ladislav Slezák <[email protected]>

Expand Down

0 comments on commit 23f7e9a

Please sign in to comment.