|
Bugzilla – Full Text Bug Listing |
| Summary: | glib2-branding packages not installable because they conflict themselves | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.0 | Reporter: | Andreas Hanke <andreas.hanke> |
| Component: | GNOME | Assignee: | Stanislav Brabec <sbrabec> |
| Status: | RESOLVED DUPLICATE | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Major | ||
| Priority: | P5 - None | ||
| Version: | Factory | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
I believe Stanislav already submitted a fix for this Did not see a fix for this among the last commits, but there is already a more general bug 379338, so feel free to mark this one as a duplicate. It should rebuild and appear soon: glib2: Mon Apr 14 19:16:16 CEST 2008 - sbrabec@suse.cz - Use packageand form of branding supplement and removed self conflict. glib2-branding-openSUSE: Mon Apr 14 19:14:37 CEST 2008 - sbrabec@suse.cz - Use packageand form of branding supplement and removed self conflict. *** This bug has been marked as a duplicate of bug 379338 *** |
glib2.spec contains the following: %package branding-upstream [...] Provides: %{name}-branding = %{version} Conflicts: %{name}-branding glib2-branding-openSUSE contains the following: Provides: glib2-branding = %{version} Conflicts: glib2-branding Each package conflicts a symbol that it provides. This means that none of both packages can be installed.