- Update to 1.7.0

* Zstandard (zstd) compression support
  * New -L option to limit output file size
  * Support of kernels up to v5.15 (x86_64)

OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/makedumpfile?expand=0&rev=157
This commit is contained in:
Petr Tesařík 2021-11-18 16:16:40 +00:00 committed by Git OBS Bridge
parent d363e92c0d
commit a3b5bb2490
5 changed files with 13 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:393ea8f22393c059ad21de9b1c3f45d9d0d8dbeb0ccb1417815b835d03f7c350
size 200869

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8985f8df249087ea68c6051dec6dac3ef0703fe2aa87d0266f3951f93aa8da5e
size 202820

View File

@ -13,7 +13,7 @@ Signed-off-by: Petr Tesarik <ptesarik@suse.com>
--- a/Makefile
+++ b/Makefile
@@ -66,6 +66,8 @@ LIBS := -lsnappy $(LIBS)
CFLAGS += -DUSESNAPPY
#CFLAGS += -fanalyzer
endif
+TINFOLIB = -ltinfo

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Nov 18 16:14:20 UTC 2021 - Petr Tesařík <ptesarik@suse.com>
- Update to 1.7.0
* Zstandard (zstd) compression support
* New -L option to limit output file size
* Support of kernels up to v5.15 (x86_64)
-------------------------------------------------------------------
Sat Jul 10 13:15:50 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>

View File

@ -32,7 +32,7 @@
# End of compatibility cruft
Name: makedumpfile
Version: 1.6.9
Version: 1.7.0
Release: 0
Summary: Partial kernel dump
License: GPL-2.0-only