Bug 430952
| Summary: | kernel pacakge is going HUGE | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Terje Røsten <terje.rosten> |
| Component: | file | Assignee: | Tomas Smetana <tsmetana> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | rawhide | CC: | cebbert |
| 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-01-31 11:34:41 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
Terje Røsten
2008-01-30 19:22:54 UTC
This was caused by the update to file-4.23: 4.21 prints: # file ahci.ko ahci.ko: ELF 32-bit LSB relocatable, Intel 80386, version 1 (SYSV), not stripped 4.23 prints: # file ahci.ko ahci.ko: ELF 32-bit LSB relocatable, Intel 80386, version 1 (SYSV) Now guess what string the find-debuginfo.sh script is looking for when it searches for modules to strip... There's a change in the new upstream version that's causing it. It has to be reverted. I have built a new package in devel that should fix the issue. |