profesor79 / android-notifier

Automatically exported from code.google.com/p/android-notifier
0 stars 0 forks source link

openSUSE RPM requires sun_java, not available in 12.1 #440

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The openSUSE RPM requires java-1_6_0-sun.  However, since Oracle changed the 
license for their version of java, it can no longer be redistributed, which 
means the upcoming 12.1 version of openSUSE (which is approaching beta) no 
longer carries this package.  Could you please change the requires for a 
generic version of java (such as java-1.6.0) rather than a specific version 
(like java-1_6_0-sun)?

What steps will reproduce the problem?
1. Install openSUSE 12.1 pre-release
2. Download the RPM
3. Try to install it

What is the expected output? What do you see instead?
It should install successfully with any version of java 1.6.  Instead, it 
requires  java-1_6_0-sun.

What version of the product are you using? On what operating system?
0.5.1-1.amd64

Please provide the log output if possible (from the alogcat app on android,
Show Log menu on the multiplatform client, or Console on native mac app):

# rpm -i ./android-notifier-desktop-0.5.1-1.amd64.rpm 
error: Failed dependencies:
        java-1_6_0-sun is needed by android-notifier-desktop-0.5.1-1.amd64

Original issue reported on code.google.com by toddrme2...@gmail.com on 29 Sep 2011 at 2:16