diff --git a/_service b/_service index 4ad4181..d2bdf90 100644 --- a/_service +++ b/_service @@ -1,5 +1,5 @@ - + https://github.com/openSUSE/kdump git master @@ -7,10 +7,10 @@ v([^+]*\+git[1-9].*)|v([^+]*)\+git0.* \1\2 - - + + *.tar xz - + diff --git a/kdump-1.0.2+git19.g0c60ffb.tar.xz b/kdump-1.0.2+git19.g0c60ffb.tar.xz deleted file mode 100644 index 16a09cf..0000000 --- a/kdump-1.0.2+git19.g0c60ffb.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a9afa6c4140a5c50d20d3bc9c4aaa235d3f9f043210a84d76952e98245d4648 -size 2559356 diff --git a/kdump-1.0.2+git20.gcb129d0.tar.xz b/kdump-1.0.2+git20.gcb129d0.tar.xz new file mode 100644 index 0000000..d708fcb --- /dev/null +++ b/kdump-1.0.2+git20.gcb129d0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97952615648275eca10156764ea36c7ebaa200dfd380c8ec80cf0dea7e1f9dc2 +size 2559780 diff --git a/kdump.changes b/kdump.changes index 20ac27b..2af5466 100644 --- a/kdump.changes +++ b/kdump.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Sep 29 12:42:21 UTC 2022 - Dirk Müller + +- 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 + +- disable build on arm 32bit (bsc#1203888) + ------------------------------------------------------------------- Wed Aug 31 12:04:40 UTC 2022 - Jiri Bohac diff --git a/kdump.spec b/kdump.spec index 1ef7282..ef1342d 100644 --- a/kdump.spec +++ b/kdump.spec @@ -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: cifs-utils 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