Bug 21180
| Summary: | netscape 4.76 update conflicts with gnome core | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Seth Vidal <skvidal> |
| Component: | netscape | Assignee: | Bill Nottingham <notting> |
| Status: | CLOSED DUPLICATE | QA Contact: | David Lawrence <dkl> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6.2 | CC: | rvokal |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2000-11-21 14:26:08 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
One Thing I didn't mention - I'm using helix-gnome - not rh's gnome on rh 6.2 However this file shouldn't have been added here - not this late in 6.2's lifespan. |
netscape 4.76 conflicts with gnome-core in rh 6.2 This causes netscape to fail on the upgrade request. This is the offensive section of the .spec file # install icon for KDE use. This is the same icon as is in gnome-core; # it *shouldn't* conflict. mkdir -p $RPM_BUILD_ROOT/usr/share/pixmaps install -m 644 $RPM_SOURCE_DIR/netscape.png \ $RPM_BUILD_ROOT/usr/share/pixmaps/ and then in the %files /usr/share/pixmaps/netscape.png This should be removed. this icon was not in the earlier releases and SHOULD not be in this file now. the fix is trivial - put # in front of those lines