jna.spec has %if 0%{?rhel} < 6 ExcludeArch: ppc ppc64 %endif which gets applied to fedora also because rhel is not defined and it becomes 0<6. As an effect jna becomes x86 x86_64 only which breaks installing java-devel >= 1.6 because it requires netbeans-platform which itself requires jna. As an effect all java updates for F-12/F-11 are broken.
now i able to login again:-) so even if i fix the ExcludeArch i can't build a new package because of the circular dependencies on netbeans-platform. and i still believe it's a bug in jdk that it's require netbeans-platform which should have to be solved (even if sun's jdk do the same). anyway i checkin a better fix.
and please let me know when the circular dependencies are solved.
jna-3.2.4-2.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/jna-3.2.4-2.fc12
Fixed for F-12 by doing: 1. koji tag-pkg dist-f12-updates-candidate jna-3.0.9-5.fc12 2. wait for newRepo to finish after your build 3. do your new build In short this procedure puts the old and good jna in the build repo and gives you the ability to unbreak the dependency loop and rebuild a new jna. Please do this only if you're going to push new jna immediately for the rest of the branches you care about.
I should have said that you need to tag packages from the given branches i.e.: koji tag-pkg dist-f11-updates-candidate jna-3.0.9-5.fc11 for F-11
jna-3.2.4-3.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/jna-3.2.4-3.fc12
(In reply to comment #4) > 2. wait for newRepo to finish after your build and how long does it take? is there any way to check it's state?
jna-3.2.4-3.fc12 has been pushed to the Fedora 12 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update jna'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F12/FEDORA-2009-13289
jna-3.2.4-2.fc12 has been pushed to the Fedora 12 stable repository. If problems still persist, please make note of it in this bug report.
i'm not able to rebuild it on f11:-( i already tag the package but still not be able to build the latest:-(
jna-3.2.4-3.fc12 has been pushed to the Fedora 12 stable repository. If problems still persist, please make note of it in this bug report.