Bug 464930
Summary: | Multilib conflict - /usr/share/doc/perl-5.10.0/Changes*.gz conflicts | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Adam Tkac <atkac> |
Component: | perl | Assignee: | Stepan Kasal <kasal> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | CC: | kasal, mmaslano, ovasik, rc040203, robin.norwood, tcallawa |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2008-10-02 08:52:31 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Adam Tkac
2008-10-01 14:29:26 UTC
Looking at this, it is due to either some pecularity of gzip, or the differing timestamps on the created gzip files. The files inside the gzip match sha1sums, but the gz files themselves do not, which is why rpm is throwing this error. The obvious fix would be to not gzip these files, but it would also make the perl package notably larger (2.4M gzipped, 11M uncompressed). I think we can fix this by doing: touch -r Artistic Changes*.gz Thus, giving them all the same timestamp. I'm testing this out now. (In reply to comment #1) > Thus, giving them all the same timestamp. I'm testing this out now. ... and I was wrong. This doesn't do the trick, but kasal has a better plan. :) Seems my fix works! ;-) Fixed in perl-5.10.0-46.fc10 |