What | Removed | Added |
---|---|---|
Component | libzypp | YaST2 |
Assignee | zypp-maintainers@forge.provo.novell.com | yast2-maintainers@suse.de |
Summary | Regression in Leap: YaST no longer autoselects appropriate NVIDIA driver packages | [CHECK YAST] Regression in Leap: YaST no longer autoselects appropriate NVIDIA driver packages |
QA Contact | qa-bugs@suse.de | jsrain@suse.com |
This flaw should be fixed with libzypp-17.10.2.
- The use of --no-recommends should no longer affect the selection
of driver and language supporting packages.
- `zypper inr --no-recommends` should just add missing driver and language
supporting packages to the system. Omitting all the 'ordinary' recommends.
I'm passing this back to the YAST team, just to check their resolver switches.
With this new behavior `!ignoreAlreadyRecommended` and `onlyRequires` can be
used together, which was a NOOP before:
> `ignoreA.R.` `onlyRequires`
> true false 'bloated' install including recommends
> true true 'minimal' install, no recommends but system supporting packages
> false false fill up all recommended packages
> false true fill up only missing system supporting packages (NEW)
For the docs:
`system supporting packages` includes HW and language packages, also packages
supporting local filesystems. Maybe more resolver namespaces in the future.