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-14 10:10:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/crash (Old) and /work/SRC/openSUSE:Factory/.crash.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "crash" Wed Apr 14 10:10:40 2021 rev:174 rq:884708 version:7.2.9 Changes: -------- --- /work/SRC/openSUSE:Factory/crash/crash.changes 2021-04-08 21:32:23.767822310 +0200 +++ /work/SRC/openSUSE:Factory/.crash.new.2401/crash.changes 2021-04-14 10:11:06.525506828 +0200 @@ -1,0 +2,7 @@ +Thu Apr 8 10:37:00 UTC 2021 - Michal Suchanek <msucha...@suse.com> + +- Add back some more missing KMP conditionals +- Refresh crash-sles9-time.patch + * fix warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ crash.spec ++++++ --- /var/tmp/diff_new_pack.jVbYsS/_old 2021-04-14 10:11:07.397508301 +0200 +++ /var/tmp/diff_new_pack.jVbYsS/_new 2021-04-14 10:11:07.401508308 +0200 @@ -330,6 +330,7 @@ export GDB="gdb-%{gdb_version}" make RPMPKG="`cat .rh_rpm_package`" %{?jobs:-j%jobs} make extensions %{?jobs:-j%jobs} +%if 0%{?build_kmp} export EXTRA_CFLAGS='-DVERSION=\"%version\"' for flavor in %flavors_to_build; do rm -rf kbuild/$flavor @@ -337,6 +338,7 @@ make -C /usr/src/linux-obj/%arch/$flavor modules \ M=$PWD/kbuild/$flavor done +%endif %install mkdir -p %{buildroot}%{_bindir} @@ -368,6 +370,7 @@ install -m 0644 sial-scripts-%{scripts_version}/*.c \ $RPM_BUILD_ROOT/%{_datadir}/sial/crash %endif +%if 0%{?build_kmp} # memory driver module export INSTALL_MOD_PATH=$RPM_BUILD_ROOT export INSTALL_MOD_DIR=updates @@ -375,6 +378,7 @@ make -C /usr/src/linux-obj/%arch/$flavor modules_install \ M=$PWD/kbuild/$flavor done +%endif %clean rm -rf %{buildroot} ++++++ crash-sles9-time.patch ++++++ --- /var/tmp/diff_new_pack.jVbYsS/_old 2021-04-14 10:11:07.509508490 +0200 +++ /var/tmp/diff_new_pack.jVbYsS/_new 2021-04-14 10:11:07.509508490 +0200 @@ -70,7 +70,7 @@ fprintf(fp, " p2m_mid_missing: %lx\n", kt->pvops_xen.p2m_mid_missing); fprintf(fp, " p2m_missing: %lx\n", kt->pvops_xen.p2m_missing); } -+ fprintf(fp, " is_suse_kernel: %ld\n", kt->is_suse_kernel); ++ fprintf(fp, " is_suse_kernel: %d\n", kt->is_suse_kernel); } /*