Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kdump for openSUSE:Factory checked in at 2022-11-19 18:08:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kdump (Old) and /work/SRC/openSUSE:Factory/.kdump.new.1597 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdump" Sat Nov 19 18:08:50 2022 rev:128 rq:1036635 version:1.0.2+git20.gcb129d0 Changes: -------- --- /work/SRC/openSUSE:Factory/kdump/kdump.changes 2022-09-01 22:10:33.092142498 +0200 +++ /work/SRC/openSUSE:Factory/.kdump.new.1597/kdump.changes 2022-11-19 18:08:57.790317185 +0100 @@ -1,0 +2,11 @@ +Thu Sep 29 12:42:21 UTC 2022 - Dirk Müller <dmuel...@suse.com> + +- update to kdump-1.0.2+git20: + * Use inst_binary to install kdump-save + +------------------------------------------------------------------- +Thu Sep 29 12:37:22 UTC 2022 - Dirk Müller <dmuel...@suse.com> + +- disable build on arm 32bit (bsc#1203888) + +------------------------------------------------------------------- Old: ---- kdump-1.0.2+git19.g0c60ffb.tar.xz New: ---- kdump-1.0.2+git20.gcb129d0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdump.spec ++++++ --- /var/tmp/diff_new_pack.GDQGxR/_old 2022-11-19 18:08:58.334320261 +0100 +++ /var/tmp/diff_new_pack.GDQGxR/_new 2022-11-19 18:08:58.338320283 +0100 @@ -49,7 +49,7 @@ %define dracutlibdir %{_prefix}/lib/dracut Name: kdump -Version: 1.0.2+git19.g0c60ffb +Version: 1.0.2+git20.gcb129d0 Release: 0 Summary: Script for kdump License: GPL-2.0-or-later @@ -105,7 +105,7 @@ Recommends: nfs-client # update should detect the split-off from kexec-tools Provides: kexec-tools:%{_initddir}/kdump -ExcludeArch: s390 ppc +ExcludeArch: s390 ppc %arm32 %if 0%{?sle_version} ExcludeArch: %ix86 %endif ++++++ _service ++++++ --- /var/tmp/diff_new_pack.GDQGxR/_old 2022-11-19 18:08:58.366320441 +0100 +++ /var/tmp/diff_new_pack.GDQGxR/_new 2022-11-19 18:08:58.366320441 +0100 @@ -1,5 +1,5 @@ <services> - <service name="obs_scm" mode="localonly"> + <service name="obs_scm" mode="manual"> <param name="url">https://github.com/openSUSE/kdump</param> <param name="scm">git</param> <param name="revision">master</param> @@ -7,11 +7,11 @@ <param name="versionrewrite-pattern">v([^+]*\+git[1-9].*)|v([^+]*)\+git0.*</param> <param name="versionrewrite-replacement">\1\2</param> </service> - <service name="tar" mode="localonly" /> - <service name="recompress" mode="localonly"> + <service name="tar" mode="manual" /> + <service name="recompress" mode="manual"> <param name="file">*.tar</param> <param name="compression">xz</param> </service> - <service name="set_version" mode="localonly" /> + <service name="set_version" mode="manual" /> </services> ++++++ kdump-1.0.2+git19.g0c60ffb.tar.xz -> kdump-1.0.2+git20.gcb129d0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdump-1.0.2+git19.g0c60ffb/dracut/module-setup.sh new/kdump-1.0.2+git20.gcb129d0/dracut/module-setup.sh --- old/kdump-1.0.2+git19.g0c60ffb/dracut/module-setup.sh 2022-08-31 14:02:57.000000000 +0200 +++ new/kdump-1.0.2+git20.gcb129d0/dracut/module-setup.sh 2022-09-09 16:48:19.000000000 +0200 @@ -282,7 +282,7 @@ inst_binary "$moddir/device-timeout-generator" \ "$systemdutildir"/system-generators/kdump-device-timeout-generator - inst_simple "$KDUMP_LIBDIR"/kdump-save /kdump/kdump-save + inst_binary "$KDUMP_LIBDIR"/kdump-save /kdump/kdump-save awk -v mountpoints="${kdump_mnt[*]}" '{ gsub(/@KDUMP_MOUNTPOINTS@/, mountpoints) print