|
Bugzilla – Full Text Bug Listing |
| Summary: | samba 3.2.7 packages from openSUSE Build Service don't get installed | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.1 | Reporter: | Lars Müller <lmuelle> |
| Component: | libzypp | Assignee: | E-mail List <zypp-maintainers> |
| Status: | RESOLVED INVALID | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Major | ||
| Priority: | P5 - None | CC: | mls, samba-maintainers |
| Version: | Final | ||
| Target Milestone: | Final | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | tar ball of the solver test case | ||
|
Description
Lars Müller
2009-01-27 21:04:55 UTC
This looks more like a generic zypper issue. After I called zypper in samba samba-winbind I got informed about a vendor change. I'm not able to follow why a configured install source - in this case the openSUSE Build Service samba STABLE repository - isn't used to update software components if the system trusts the signed packages. trusted doesn't mean that a repository change is allowed. That's what vendor equivalence is for, i.e. /etc/zypp/vendors.d. zypper dup doesn't look at the vendor, though. So I guess there's something else wrong with the 3.2.7 packages. Hard to tell without a solver testcase (hint)... Created attachment 268265 [details]
tar ball of the solver test case
It's because the "repo-update" repository has priority 20, while "network_samba_STABLE" only has priority 99. Thus, samba is taken from repo-update. Not a bug. Modified the repository priority to 19 and it works as expected. |