|
Bugzilla – Full Text Bug Listing |
| Summary: | zypp.conf wrong default value for "solver.dupAllowVendorChange" | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Ignacio Taranto <itaranto7> |
| Component: | libzypp | Assignee: | E-mail List <zypp-maintainers> |
| Status: | RESOLVED INVALID | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | fkrueger, pujos.michael |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Ignacio Taranto
2020-01-25 18:58:32 UTC
I think it is meant to be false by default, hence the default in the comment is wrong and should be updated instead. Are you sure? Shouldn't be true by default to handle repos like Packman or similar? Notice that this is solver.dupAllowVendorChange and not solver.allowVendorChange. Tumbleweed's "zypper dup" defaults to "--no-allow-vendor-change". (In reply to Ignacio Taranto from comment #0) > Looking at /etc/zypp/zypp.conf I see: > > ## Valid values: boolean > ## Default value: true > ## > solver.dupAllowVendorChange = false > > This should be: > > ## Valid values: boolean > ## Default value: true > ## > # solver.dupAllowVendorChange = true No, it's correct. Libzypps builtin default for dup* values is TRUE (allow *). In 2017 Tumbleweed started shipping a zypp.conf with solver.dupAllowVendorChange set to false, mostly because dup became the recommended way of updating TW. |