Vitaly Chikunov
7aa048df38
- Support uncompressed (std-def) and compressed (un-def) modules. Also, support xz(1) compression if we'd switch to it. - If module is uncompressed it stays in the kernel-image rpm, if it's compressed then uncompressed module goes into /usr/lib/debug tree and will be in debuginfo rpm. Compressed modules will be re-compressed after stripping. - vmlinuz binary triggers extraction of vmlinux from the kernel-source tree, and it's then placed into /usr/lib/debug tree, then processed and stripped as usual. - Logic of processing of vmlinux binary for domU packages is not changed. Some flavours do not even pack it. Thus, do not remove your `%brp_strip_none'. - Output of file(1) for vmlinuz is only parsed for filename, because, on different architectures it detects completely different things. - Debug files are compressed with `eu-elfcompress'. - You still need to enable `CONFIG_DEBUG_INFO=y' in for `.config'. No other changes to spec should be needed. Thanks to Nikita Ermakov for starting this work. |
||
---|---|---|
.gear | ||
autodeps | ||
build | ||
doc | ||
lib | ||
po | ||
python | ||
rpmdb | ||
rpmio | ||
scripts | ||
tools | ||
.gitignore | ||
.lclintrc | ||
build.c | ||
build.h | ||
CHANGES | ||
configure.ac | ||
COPYING | ||
CREDITS | ||
debug.h | ||
Doxyfile.in | ||
Doxyheader | ||
gendiff | ||
GROUPS | ||
INSTALL | ||
installplatform | ||
macros.in | ||
Makefile.am | ||
platform.in | ||
README | ||
README.ALT-ru_RU.UTF-8 | ||
rpm2cpio.c | ||
rpm-4_0.spec | ||
rpm-build.buildreq | ||
rpminit | ||
rpminit.1 | ||
rpmpopt.in | ||
rpmqv.c | ||
rpmrc.in | ||
system.h | ||
TODO |
This is RPM, the Red Hat Package Manager. The latest releases are always available at: ftp://ftp.rpm.org/pub/rpm Additional RPM documentation (papers, slides, HOWTOs) can also be found at the same site, as well as http://www.rpm.org. There is a mailing list for discussion of RPM issues, rpm-list@redhat.com. To subscribe, send a message to rpm-list-request@redhat.com with the word "subscribe" in the subject line. RPM was originally written by: Erik Troan <ewt@redhat.com> Marc Ewing <marc@redhat.com> See the CREDITS file for a list of folks who have helped us out tremendously. RPM is Copyright (c) 1998 by Red Hat Software, Inc., and may be distributed under the terms of the GPL and LGPL (see the file COPYING for details).