http://bugzilla.novell.com/show_bug.cgi?id=507846 User michael_e_brown@dell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=507846#c9 --- Comment #9 from Michael Brown <michael_e_brown@dell.com> 2009-06-02 09:57:38 MDT --- playing the compare/contrast game, I see the following output from the i586 JDK repository: # ./bs_admin --dump-relsync /srv/obs/build/tools:java:rhel4/standard/i586/:full.cache Name "BSConfig::tmpdir" used only once: possible typo at ./bs_admin line 206. $VAR1 = { 'jdk' => { 'source' => 'jdk', 'provides' => [ 'jaxp_parser_impl', 'xml-commons-apis', 'jdk = 2000:1.6.0_13-fcs' ], 'name' => 'jdk', 'requires' => [], 'id' => '1241029244/66577219/1548402', 'path' => 'jdk-1.6.0_13-fcs.i586.rpm', 'hdrmd5' => 'e00166664ef6c3b9d9b11889448884c9' }, 'jre' => { 'source' => 'jre', 'provides' => [ 'jaxp_parser_impl', 'xml-commons-apis', 'jre = 1.6.0_13-fcs' ], 'name' => 'jre', 'requires' => [], 'id' => '1241029238/19884622/1548403', 'path' => 'jre-1.6.0_13-fcs.i586.rpm', 'hdrmd5' => 'd748188a6ad148b8a8d42635db71bc6a' } }; It looks like the x86_64 repository doesnt list "jdk" as a "provides" for the jdk rpm. But: # rpm -qp --provides /srv/obs/build/tools:java:rhel4/standard/x86_64/:full/jdk-1.6.0_13-fcs.x86_64.rpm jaxp_parser_impl xml-commons-apis jdk = 2000:1.6.0_13-fcs # rpm -qp --provides /srv/obs/build/tools:java:rhel4/standard/i586/:full/jdk-1.6.0_13-fcs.i586.rpm jaxp_parser_impl xml-commons-apis jdk = 2000:1.6.0_13-fcs both the i586 and x86_64 rpms provide the exact same things. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.