Accepting request 262831 from Kernel:kdump

1

OBS-URL: https://build.opensuse.org/request/show/262831
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdump?expand=0&rev=83
This commit is contained in:
Dominique Leuenberger 2014-11-26 09:32:39 +00:00 committed by Git OBS Bridge
commit 704881c373
3 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,9 @@
diff -Ndur kdump-0.8.15/init/rc.kdump.functions kdump-0.8.15-fix-shebang/init/rc.kdump.functions
--- kdump-0.8.15/init/rc.kdump.functions 2014-06-23 18:47:39.000000000 +0300
+++ kdump-0.8.15-fix-shebang/init/rc.kdump.functions 2014-11-23 07:28:42.856444929 +0200
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# Copyright 2005 Red Hat, Inc.
# Author: Jeff Moyer <jmoyer@redhat.com>

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Nov 23 05:31:00 UTC 2014 - Led <ledest@gmail.com>
- fix shebang in rc.kdump.functions
- add patches:
* kdump-0.8.15-fix-shebang.patch
-------------------------------------------------------------------
Sun Nov 09 05:26:00 UTC 2014 - Led <ledest@gmail.com>

View File

@ -80,6 +80,7 @@ Patch12: %{name}-enable-fadump-ppc64le.patch
Patch13: %{name}-fadump-bootloader-always.patch
Patch14: %{name}-bootloader-grub2.patch
Patch15: %{name}-fadump-keep-sysroot.patch
Patch16: %{name}-0.8.15-fix-shebang.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# rename "kdump-helpers" (10.3) -> "kdump" (11.0/SP2)
Provides: kdump-helpers = %{version}
@ -133,6 +134,7 @@ Authors:
%patch13 -p1
%patch14 -p1
%patch15 -p1
%patch16 -p1
%build
export CFLAGS="%optflags"