|
Bugzilla – Full Text Bug Listing |
| Summary: | the makedumpfile tool, needed for enabling compressed kdumps, is not in the standard repository | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 10.3 | Reporter: | Jiri Dluhos <jdluhos> |
| Component: | YaST2 | Assignee: | Christoph Thiel <cthiel> |
| Status: | RESOLVED INVALID | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Blocker | ||
| Priority: | P5 - None | ||
| Version: | Beta 2 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Jiri Dluhos
2007-08-29 11:22:28 UTC
I did correction for bug#301399 (yast2-kdump: Install makedumpfile if necessary) What's this? http://download.opensuse.org/distribution/SL-OSS-factory/inst-source/suse/x86_64/makedumpfile-1.1.6-5.x86_64.rpm It's not on the CD or DVD. But as Bernard already pointed out, it's on the FTP tree. If it's required by yast2-kdump, please add a proper requires and it will be pulled in to the DVD automatically... Please add NO requires. makedumpfile is only needed if KDUMP_DUMPLEVEL != 0 or KDUMP_DUMPFORMAT != "ELF". Because the default is to use KDUMP_DUMPLEVEL=0 and KDUMP_DUMPFORMAT=ELF, it's not necessary to hard-require it from the spec file and make deinstallation of makedumpfile impossible. In this case a Recommends is probably the better. Or nothing at all, if it's really as optional. Recommends is ok. Will this pull makedumpfile to the CD? s/CD/DVD/ Yes, it will pull it into the DVD. Since yast2-kdump isn't on the CDs, it will not change the CDs at all. |