Description of problem: yum/rpm leave around dozens of pointless .rpmnew files: X.rpmnew is exactly identical to X, so why bother to create X.rpmnew too? Version-Release number of selected component (if applicable): How reproducible: Every time Steps to Reproduce: 1. Install FC6 from DVD. yum upgrade. 2. Upgrade to Fedora 7 using DVD. yum upgrade. 3. updatedb. locate .rpmnew. Actual results: There are dozens of pointless .rpmnew files in my filesystem. Expected results: rpm (or the rpm spec files) should not have created a .rpmnew / .rpmorig / .rpmsave file if foo.rpmnew is exactly identical to foo. Just leave foo in place and don't bother creating an identical .rpmnew. In general, rpm ought to be much better at allowing upgrading. I had to do all sorts of cleanup by hand, just for upgrading a clean FC6 -> F7 install. That's not reasonable to expect most users to do that. Is it just me, or did this get worse than it used to be? Additional info: P.S. The Redhat bugzilla makes it annoying to submit a bug. First the "Guided" mode submission doesn't work at all (the selection box to let me select a component doesn't work, and it doesn't tell me until after I've gotten to the end and try to submit that it's going to refuse to accept a bug from me). Second it forces me to submit the bug associated with some package -- even though this is a cross-cutting issue that is associated with the entire distribution rather than with a bug in a particular program.
Is this on x86_64? Sounds a lot like dupe of #128622 which has already been addressed, update just hasn't made it to official updates of either FC6 nor F7 yet.
Yes, this is on x86_64. Sorry about the duplicate. Great to hear about the fix! *** This bug has been marked as a duplicate of 128622 ***