From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050720 Fedora/1.0.6-1.1.fc4 Firefox/1.0.6 Description of problem: When libgcj is upgraded from 4.0.0 to 4.0.1, the jaxp_parser_impl alternative is not updated properly. The 4.0.0 version is not removed. Version-Release number of selected component (if applicable): libgcj-4.0.1-4.fc4 How reproducible: Always Steps to Reproduce: 1. Upgrade a FC4 system from libgcj-4.0.0 to 4.0.1. 2. alternatives --display jaxp_parser_impl 3. The alternative for /usr/share/java/libgcj-4.0.0.jar is still present. If xerces-j2 isn't installed it will be selected, and the jaxp_parser_impl symlink in /etc/alternatives will be broken. Actual Results: Both /usr/share/java/libgcj-4.0.0.jar and /usr/share/java/libgcj-4.0.1.jar are shown. Version 4.0.0 is selected. Expected Results: 4.0.0 should have been removed, and 4.0.1 should have been selected. Additional info: