- Update to crash 8.0.2
- Update to gdb-10.2
- Support kernels at least up to 5.18
- Refresh
* crash-patch-gdb.patch
* crash-extensions-rule-for-defs.patch
* crash-SLE15-SP1-Fix-for-PPC64-kernel-virtual-address-translation-in.patch
- Remove upstreamed patches
* 0019-Add-kernel-version-dependent-check-for-getting-lengt.patch
* crash-missing-declarations.patch
- Disable eppic extension, because it does not built for GDB 10.2.
- Remove eppic patches
* eppic-remove-duplicate-symbols.patch
* eppic-support-arm64.patch
* eppic-switch-to-system-lib.patch
- Clean up specfile after the discontinued SIAL extension.
OBS-URL: https://build.opensuse.org/request/show/1078638
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/crash?expand=0&rev=366
- make of crash extensions was failing due to extension shared
objects depending on extension source file plus defs.h. defs.h is
hardlinked from the crash base source directory before the .so
make rule but make reports it doesn't know how to make requirement
defs.h. I added a rule for defs.h in the extensions Makefile that
creates defs.h the same way as was previously used but satisfies
the dependency resolution on demand then the make succeeded.
* crash-extensions-rule-for-defs.patch
(bsc#1204587)
OBS-URL: https://build.opensuse.org/request/show/1031227
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/crash?expand=0&rev=358