https://bugzilla.novell.com/show_bug.cgi?id=222596 pmladek@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pmladek@novell.com AssignedTo|pmladek@novell.com |dbornkessel@novell.com ------- Comment #2 from pmladek@novell.com 2006-12-06 02:14 MST ------- Yes, I agree that it is ugly. Unfortunately, we were solving the JRE dependency problems too close before the 10.2-final and we did not do it perfectly. The 32-bit OOo is able to work only with 32-bit JRE! It dlopens either the libjvm.so or libgcj.so.7 and access the Java functionality this way. It means that the dependency on jre-32 is correct. The problem is that the other JREs (Sun, IBM, ...) does not provide the jre-32. Daniel, we need to add the following provides to all 32-bit JREs: Provides: jre-32 = %{javaver} and the following provides to the 64-bit JREs: Provides: jre-64 = %{javaver} Could you please do it? Or do you know about any better solution how to make architecture-specific dependency on JREs? -- 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.