Go to file
Vitaly Chikunov 2230d27006 process-debuginfo: Do not strip&split debugging vmlinux binary
crash is unable to handle vmlinux split into vmlinux.debug because it
cannot find `.symtab`[1]. This is not expected to be fixed soon.

Really, there is not point to split it because both halves are in
the same -debuginfo package and this is only complicates things.

This also undoes approach taken in 894f4140c ("process-debuginfo: Add
.gnu_debuglink symlink for vmlinux").

Link: https://github.com/crash-utility/crash/issues/160
Signed-off-by: Vitaly Chikunov <vt@altlinux.org>
2023-12-08 06:11:26 +03:00
.gear added .gitignore, improved support for in-tree building 2010-08-17 19:20:40 +04:00
autodeps Use file4 instead of file 2021-08-12 13:23:31 +03:00
build Backport: Add support for dpkg-style sorting of tilde in version/release 2023-09-10 21:33:18 +03:00
doc Add documentation for %getncpus macro 2020-12-08 22:48:05 +03:00
lib Backport: Add support for dpkg-style sorting of tilde in version/release 2023-09-10 21:33:18 +03:00
po Disable build and install of unpackaged files 2017-01-14 13:42:53 +00:00
rpmdb Backport: Add support for dpkg-style sorting of tilde in version/release 2023-09-10 21:33:18 +03:00
rpmio rpmio: Fix lzopen_internal mode parsing when 'Tn' is used 2021-01-16 03:16:55 +03:00
scripts process-debuginfo: Do not strip&split debugging vmlinux binary 2023-12-08 06:11:26 +03:00
tools tests: rpmvercmp: Test for tilde 2023-09-10 21:33:18 +03:00
.gitignore brp: Add brp-strip-lto script 2021-08-24 00:52:22 +03:00
.lclintrc re-added .lclintrc and .cvsignore files from CVS 2002-03-25 20:27:37 +00:00
build.c build.c: adjust for macroTableSize change 2011-01-06 05:00:53 +03:00
build.h Initial revision 2002-03-25 20:16:26 +00:00
CHANGES s/relocateable/relocatable/ (jbj) 2008-06-04 13:54:36 +04:00
configure.ac s/egrep/grep -E/ 2022-04-26 08:00:00 +00:00
COPYING Initial revision 2002-03-25 20:16:26 +00:00
CREDITS Initial revision 2002-03-25 20:16:26 +00:00
debug.h Initial revision 2002-03-25 20:16:26 +00:00
Doxyfile.in Remove remaining vestiges of python bindings 2021-09-08 08:00:00 +00:00
Doxyheader Initial revision 2002-03-25 20:16:26 +00:00
gendiff gendiff: I guess "||" is somewhat better than "&&" (at least two bytes shorter!) 2007-01-25 00:32:34 +03:00
GROUPS GROUPS: add Graphical desktop/MATE (ALT#27626) 2012-08-16 22:56:05 +00:00
INSTALL sync with rpm4 branch: s/redhat/RPM/g 2002-03-25 20:44:16 +00:00
installplatform Add support for loongarch64 2023-08-02 11:58:23 +04:00
macros.in Add support for loongarch64 2023-08-02 11:58:23 +04:00
Makefile.am Remove remaining vestiges of python bindings 2021-09-08 08:00:00 +00:00
platform.in platform.in (%configure): pass --runstatedir=%_runstatedir 2023-07-23 05:00:00 +00:00
README Initial revision 2002-03-25 20:16:26 +00:00
README.ALT-ru_RU.UTF-8 README.ALT-ru_RU.UTF-8: Document %pre_service_stop_posttrans_start and %post_service_posttrans_restart 2021-12-15 04:07:37 +00:00
rpm2cpio.c Make rpm2cpio exit code accurate for large packages 2015-11-18 20:52:46 +03:00
rpm-4_0.spec 4.0.4.193-alt1 2023-11-17 08:21:09 +03:00
rpm-build.buildreq rpm-build.buildreq: added /usr/lib/rpm/macros.d/* 2008-12-16 03:34:01 +03:00
rpminit Removed cvsid tags. 2006-05-14 17:05:34 +04:00
rpminit.1 Removed cvsid tags. 2006-05-14 17:05:34 +04:00
rpmpopt.in rpmbuild: add "-bt" %check-only option 2011-12-06 16:25:14 +00:00
rpmqv.c Fix exit status of rpmbuild --version 2020-12-19 22:43:47 +00:00
rpmrc.in Add support for loongarch64 2023-08-02 11:58:23 +04:00
system.h build: Unconditionally nullify stdin for build scripts 2023-05-24 15:08:28 +03:00
TODO Initial revision 2002-03-25 20:16:26 +00:00

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).