SHA256
1
0
forked from pool/kdump

Accepting request 232712 from Kernel:kdump

update to 0.8.11

OBS-URL: https://build.opensuse.org/request/show/232712
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdump?expand=0&rev=68
This commit is contained in:
Stephan Kulow 2014-05-06 11:59:09 +00:00 committed by Git OBS Bridge
commit b6cb1d7ee4
6 changed files with 14 additions and 26 deletions

View File

@ -1,20 +0,0 @@
From: Petr Tesarik <ptesarik@suse.cz>
Subject: Use fast xz compression with dracut
References: bnc#870549
Patch-mainline: queued for v0.8.11
Signed-off-by: Petr Tesarik <ptesarik@suse.cz>
---
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

View File

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

3
kdump-0.8.11.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:71e27f062ed2c988d6889f42a73f92b2443f9aaa882b3fd3c35bf6d21bd38b2d
size 3330728

View File

@ -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

View File

@ -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"