Bug 544582
| Summary: | Cannot upgrade from 5.10.0 | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Mamoru TASAKA <mtasaka> | ||||||||
| Component: | perl | Assignee: | Marcela Mašláňová <mmaslano> | ||||||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
| Severity: | medium | Docs Contact: | |||||||||
| Priority: | medium | ||||||||||
| Version: | rawhide | CC: | cweyl, kasal, lkundrak, mmaslano, rc040203, 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: | 2009-12-08 08:00:36 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: | |||||||||||
| Attachments: |
|
||||||||||
|
Description
Mamoru TASAKA
2009-12-05 14:52:47 UTC
Created attachment 376321 [details]
Case A
Case A: yum -y upgrade perl fails from the previous perl-5.10.0-87.fc13
Created attachment 376322 [details]
Case B
Case B: yum -y upgrade perl fails if
perl-Compress-Raw-Bzip2 or perl-IO-Compress-Bzip2 is installed.
Created attachment 376667 [details]
Case B refreshed
Hello:
-103 still leaves conflict on man pages
( I saw this change:
==============================================
+# for now, remove Bzip2:
+find $RPM_BUILD_ROOT -name 'B*zip2*'|grep -E '/B(un)?zip2(\.pm)?$'| xargs rm -r
+
==============================================
However man pages has .3pm.gz sufffix)
-104 seems good, thank you! |