forked from pool/kdump
Accepting request 1091281 from Kernel:kdump
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1091281 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdump?expand=0&rev=134
This commit is contained in:
commit
df47fdfa36
@ -288,3 +288,63 @@ tumbleweed.x86_64:PERCPU=268
|
||||
tumbleweed.x86_64:SIZEOFPAGE=64
|
||||
tumbleweed.x86_64:USER_BASE=16872
|
||||
tumbleweed.x86_64:USER_NET=9076
|
||||
alp1600.aarch64:INIT_CACHED=40224
|
||||
alp1600.aarch64:INIT_CACHED_NET=7000
|
||||
alp1600.aarch64:INIT_NET=2616
|
||||
alp1600.aarch64:KERNEL_BASE=86304
|
||||
alp1600.aarch64:KERNEL_INIT=24404
|
||||
alp1600.aarch64:PAGESIZE=4096
|
||||
alp1600.aarch64:PERCPU=136
|
||||
alp1600.aarch64:SIZEOFPAGE=64
|
||||
alp1600.aarch64:USER_BASE=10916
|
||||
alp1600.aarch64:USER_NET=652
|
||||
alp1600.i386:INIT_CACHED=49168
|
||||
alp1600.i386:INIT_CACHED_NET=8732
|
||||
alp1600.i386:INIT_NET=3144
|
||||
alp1600.i386:KERNEL_BASE=59032
|
||||
alp1600.i386:KERNEL_INIT=16652
|
||||
alp1600.i386:PAGESIZE=4096
|
||||
alp1600.i386:PERCPU=132
|
||||
alp1600.i386:SIZEOFPAGE=40
|
||||
alp1600.i386:USER_BASE=13732
|
||||
alp1600.i386:USER_NET=1692
|
||||
alp1600.ppc64:INIT_CACHED=91392
|
||||
alp1600.ppc64:INIT_CACHED_NET=11712
|
||||
alp1600.ppc64:INIT_NET=3136
|
||||
alp1600.ppc64:KERNEL_BASE=144960
|
||||
alp1600.ppc64:KERNEL_INIT=24192
|
||||
alp1600.ppc64:PAGESIZE=65536
|
||||
alp1600.ppc64:PERCPU=896
|
||||
alp1600.ppc64:SIZEOFPAGE=64
|
||||
alp1600.ppc64:USER_BASE=48064
|
||||
alp1600.ppc64:USER_NET=192
|
||||
alp1600.ppc64le:INIT_CACHED=90496
|
||||
alp1600.ppc64le:INIT_CACHED_NET=11456
|
||||
alp1600.ppc64le:INIT_NET=3136
|
||||
alp1600.ppc64le:KERNEL_BASE=143360
|
||||
alp1600.ppc64le:KERNEL_INIT=22208
|
||||
alp1600.ppc64le:PAGESIZE=65536
|
||||
alp1600.ppc64le:PERCPU=896
|
||||
alp1600.ppc64le:SIZEOFPAGE=64
|
||||
alp1600.ppc64le:USER_BASE=43456
|
||||
alp1600.ppc64le:USER_NET=0
|
||||
alp1600.s390x:INIT_CACHED=34276
|
||||
alp1600.s390x:INIT_CACHED_NET=7268
|
||||
alp1600.s390x:INIT_NET=2756
|
||||
alp1600.s390x:KERNEL_BASE=49004
|
||||
alp1600.s390x:KERNEL_INIT=15804
|
||||
alp1600.s390x:PAGESIZE=4096
|
||||
alp1600.s390x:PERCPU=140
|
||||
alp1600.s390x:SIZEOFPAGE=64
|
||||
alp1600.s390x:USER_BASE=9376
|
||||
alp1600.s390x:USER_NET=2244
|
||||
alp1600.x86_64:INIT_CACHED=42628
|
||||
alp1600.x86_64:INIT_CACHED_NET=7292
|
||||
alp1600.x86_64:INIT_NET=3308
|
||||
alp1600.x86_64:KERNEL_BASE=94808
|
||||
alp1600.x86_64:KERNEL_INIT=25424
|
||||
alp1600.x86_64:PAGESIZE=4096
|
||||
alp1600.x86_64:PERCPU=268
|
||||
alp1600.x86_64:SIZEOFPAGE=64
|
||||
alp1600.x86_64:USER_BASE=16872
|
||||
alp1600.x86_64:USER_NET=9076
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:49d6ea80947b6a954304ad1667f1be66f5bc8e6012f8d49e470357fef0341949
|
||||
size 2563752
|
3
kdump-1.0.3.tar.xz
Normal file
3
kdump-1.0.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cf1559ab78350dfe8b51f978dad54346a2b8c18b360abc3465f37d0051a72692
|
||||
size 2563852
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 31 08:10:21 UTC 2023 - Jiri Bohac <jbohac@suse.com>
|
||||
|
||||
- bumped version update to v1.0.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 24 16:43:24 UTC 2023 - Jiri Bohac <jbohac@suse.com>
|
||||
|
||||
- Honor the KDUMP_VERBOSE setting in kdump-save
|
||||
- fix distro prefix for ALP
|
||||
- add calibrate values for ALP (copied from TW)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 25 17:40:59 UTC 2023 - Petr Tesařík <petr@tesarici.cz>
|
||||
|
||||
|
@ -25,8 +25,12 @@
|
||||
%define distro_prefix leap%{sle_version}.%{_arch}
|
||||
%endif
|
||||
%else
|
||||
%if 0%{suse_version} >= 1600
|
||||
%define distro_prefix alp%{suse_version}.%{_arch}
|
||||
%else
|
||||
%define distro_prefix sle%{sle_version}.%{_arch}
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%ifarch aarch64
|
||||
%define qemu qemu-arm qemu-uefi-aarch64
|
||||
@ -49,7 +53,7 @@
|
||||
%define dracutlibdir %{_prefix}/lib/dracut
|
||||
|
||||
Name: kdump
|
||||
Version: 1.0.2+git50.g4b01402
|
||||
Version: 1.0.3
|
||||
Release: 0
|
||||
Summary: Kernel crash dump scripts and utilities
|
||||
License: GPL-2.0-or-later
|
||||
@ -227,7 +231,7 @@ rm %{_localstatedir}/log/dump >/dev/null 2>&1 || true
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%license COPYING
|
||||
%doc ChangeLog README NEWS
|
||||
%doc README NEWS
|
||||
%{_sbindir}/kdumptool
|
||||
%{_sbindir}/mkdumprd
|
||||
%{_mandir}/man5/kdump.5%{?ext_man}
|
||||
|
Loading…
Reference in New Issue
Block a user