Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package crash for openSUSE:Factory checked in at 2021-04-08 21:32:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/crash (Old) and /work/SRC/openSUSE:Factory/.crash.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "crash" Thu Apr 8 21:32:15 2021 rev:173 rq:883675 version:7.2.9 Changes: -------- --- /work/SRC/openSUSE:Factory/crash/crash.changes 2021-04-06 17:31:32.731243469 +0200 +++ /work/SRC/openSUSE:Factory/.crash.new.2401/crash.changes 2021-04-08 21:32:23.767822310 +0200 @@ -1,0 +2,5 @@ +Tue Apr 6 15:49:26 UTC 2021 - Michal Suchanek <msucha...@suse.com> + +- Crash KMPs cannot be always built. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ crash.spec ++++++ --- /var/tmp/diff_new_pack.TBPLfA/_old 2021-04-08 21:32:24.571823192 +0200 +++ /var/tmp/diff_new_pack.TBPLfA/_new 2021-04-08 21:32:24.571823192 +0200 @@ -42,9 +42,16 @@ %else %define build_gcore 0 %endif +%define build_kmp 1 +%if 0%{?suse_version} <= 1500 && 0%{?suse_version} >= 1315 +# kernel is missing on 32bit SLE - cannot build a KMP +%ifarch %ix86 s390 +%define build_kmp 0 +%endif +%endif URL: https://crash-utility.github.io/ Summary: Crash utility for live systems; netdump, diskdump, LKCD or mcore dumpfiles -License: GPL-3.0-or-later AND GFDL-1.2-only +License: GFDL-1.2-only AND GPL-3.0-or-later Group: Development/Tools/Debuggers Version: 7.2.9 Release: 0 @@ -103,8 +110,9 @@ ExclusiveArch: %ix86 x86_64 ia64 s390 s390x ppc64 ppc64le alpha aarch64 # Source code says it can do ppc32. Excluded here? ExcludeArch: ppc -# crash driver KMP +%if 0%{?build_kmp} BuildRequires: kernel-syms +%endif %ifarch x86_64 %if 0%{?suse_version} >= 1520 && 0%{?suse_version} < 1550 BuildRequires: kernel-syms-rt @@ -115,9 +123,11 @@ %endif BuildRequires: module-init-tools +%if 0%{?build_kmp} %suse_kernel_module_package -n crash -p %_sourcedir/%{name}-kmp-preamble um %define arch %_target_cpu %define kmp_pkg KMP +%endif %description The core analysis suite is a self-contained tool that can be used to