https://bugzilla.novell.com/show_bug.cgi?id=222596 Summary: Dependency problem with openoffice 2.0.2: needs "jre-32" Product: SUSE Linux 10.1 Version: Final Platform: x86-64 OS/Version: SuSE Linux 10.1 Status: NEW Severity: Normal Priority: P5 - None Component: OpenOffice.org AssignedTo: eward@novell.com ReportedBy: admin@eregion.de QAContact: qa@suse.de Openoffice 2.0.2 requires jre-32 which is ONLY provided by some weird "java emulation package" that wraps all kind of scripts around gcj to fool OOo into "believing" that you have java installed: mathias@pippin:~> rpm -q --whatrequires jre-32 OpenOffice_org-2.0.2-27.12 mathias@pippin:~> rpm -q --whatprovides jre-32 java-1_4_2-gcj-compat-1.4.2.0-33 Which is pretty much meaningless when you have java 1.5.0 or java 1.4.2 installed. Obvious fix: make OOo require "jre" instead of "jre-32" which then would be provide by any java package, not only this fake one. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.