From 4084df12130a2a7d90ede0844a98481694d3732c04b2e4ed83d43143011a8a8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Tesa=C5=99=C3=ADk?= Date: Mon, 5 May 2014 11:43:06 +0000 Subject: [PATCH] - Update to 0.8.11 o Use fast xz compression with dracut (bnc#870549) o Mount boot/root partition only if needed o Copy required programs to the initrd (bnc#874571). - kdump-0.8.10-dracut-xz-opt.patch: Dropped. OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kdump?expand=0&rev=84 --- kdump-0.8.10-dracut-xz-opt.patch | 20 ------------------- kdump-0.8.10.tar.bz2 | 3 --- ...0.8.10-rpmlintrc => kdump-0.8.11-rpmlintrc | 0 kdump-0.8.11.tar.bz2 | 3 +++ kdump.changes | 10 ++++++++++ kdump.spec | 4 +--- 6 files changed, 14 insertions(+), 26 deletions(-) delete mode 100644 kdump-0.8.10-dracut-xz-opt.patch delete mode 100644 kdump-0.8.10.tar.bz2 rename kdump-0.8.10-rpmlintrc => kdump-0.8.11-rpmlintrc (100%) create mode 100644 kdump-0.8.11.tar.bz2 diff --git a/kdump-0.8.10-dracut-xz-opt.patch b/kdump-0.8.10-dracut-xz-opt.patch deleted file mode 100644 index fc24c87..0000000 --- a/kdump-0.8.10-dracut-xz-opt.patch +++ /dev/null @@ -1,20 +0,0 @@ -From: Petr Tesarik -Subject: Use fast xz compression with dracut -References: bnc#870549 -Patch-mainline: queued for v0.8.11 - -Signed-off-by: Petr Tesarik ---- - init/mkdumprd | 1 + - 1 file changed, 1 insertion(+) - ---- a/init/mkdumprd -+++ b/init/mkdumprd -@@ -124,6 +124,7 @@ function run_dracut() - . /lib/kdump/setup-kdump.functions - - DRACUT_ARGS="--force --hostonly --omit 'systemd plymouth resume usrmount'" -+ DRACUT_ARGS="$DRACUT_ARGS --compress='xz -0 --check=crc32'" - - # add mount points - kdump_get_mountpoints || return 1 diff --git a/kdump-0.8.10.tar.bz2 b/kdump-0.8.10.tar.bz2 deleted file mode 100644 index 6f16037..0000000 --- a/kdump-0.8.10.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e9d01a1d35da5a9906bb128338c025dc7ff0cecd508e2a760c7910cfe7a24398 -size 3332347 diff --git a/kdump-0.8.10-rpmlintrc b/kdump-0.8.11-rpmlintrc similarity index 100% rename from kdump-0.8.10-rpmlintrc rename to kdump-0.8.11-rpmlintrc diff --git a/kdump-0.8.11.tar.bz2 b/kdump-0.8.11.tar.bz2 new file mode 100644 index 0000000..569fcb7 --- /dev/null +++ b/kdump-0.8.11.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71e27f062ed2c988d6889f42a73f92b2443f9aaa882b3fd3c35bf6d21bd38b2d +size 3330728 diff --git a/kdump.changes b/kdump.changes index 252449a..a93c2de 100644 --- a/kdump.changes +++ b/kdump.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon May 5 11:40:52 UTC 2014 - ptesarik@suse.cz + +- Update to 0.8.11 + o Use fast xz compression with dracut (bnc#870549) + o Mount boot/root partition only if needed + o Copy required programs to the initrd (bnc#874571). + +- kdump-0.8.10-dracut-xz-opt.patch: Dropped. + ------------------------------------------------------------------- Tue Apr 15 06:26:08 UTC 2014 - ptesarik@suse.cz diff --git a/kdump.spec b/kdump.spec index fb12278..34de55e 100644 --- a/kdump.spec +++ b/kdump.spec @@ -31,7 +31,7 @@ Url: http://freehg.org/u/bwalle/kdump/ Name: kdump -Version: 0.8.10 +Version: 0.8.11 Release: 0 Requires: curl Requires: makedumpfile @@ -59,7 +59,6 @@ PreReq: %insserv_prereq %fillup_prereq mkinitrd Source: %{name}-%{version}.tar.bz2 Source2: %{name}-%{version}-rpmlintrc Source3: kdump.service -Patch1: %{name}-%{version}-dracut-xz-opt.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build # rename "kdump-helpers" (10.3) -> "kdump" (11.0/SP2) Provides: kdump-helpers = %{version} @@ -97,7 +96,6 @@ Authors: %prep %setup -%patch1 -p1 %build export CFLAGS="%optflags"