automatic version update by autodist [release 2.0.20-1mamba;Fri Sep 06 2019]
This commit is contained in:
parent
c152a7ddff
commit
4fdc17cf41
10
kexec-tools-2.0.20-x86-fix.patch
Normal file
10
kexec-tools-2.0.20-x86-fix.patch
Normal file
@ -0,0 +1,10 @@
|
||||
--- kexec-tools-2.0.20/kexec/arch/i386/kexec-x86.c.orig 2019-09-07 17:25:56.969142422 +0200
|
||||
+++ kexec-tools-2.0.20/kexec/arch/i386/kexec-x86.c 2019-09-07 17:25:23.691995083 +0200
|
||||
@@ -30,6 +30,7 @@
|
||||
#include "../../kexec-syscall.h"
|
||||
#include "../../firmware_memmap.h"
|
||||
#include "kexec-x86.h"
|
||||
+#include "kexec-mb2-x86.c"
|
||||
#include "crashdump-x86.h"
|
||||
#include <arch/options.h>
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: kexec-tools
|
||||
Version: 2.0.17
|
||||
Version: 2.0.20
|
||||
Release: 1mamba
|
||||
Summary: Load one kernel from another
|
||||
Group: System/Kernel and Hardware
|
||||
@ -9,6 +9,7 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.kernel.org/pub/linux/utils/kernel/kexec/README.html
|
||||
Source: http://www.kernel.org/pub/linux/utils/kernel/kexec/kexec-tools-%{version}.tar.xz
|
||||
Patch0: kexec-tools-2.0.13-arm-missing-files.patch
|
||||
Patch1: kexec-tools-2.0.20-x86-fix.patch
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
@ -32,6 +33,9 @@ The panic case is useful for having an intact kernel for writing crash dumps. B
|
||||
%prep
|
||||
%setup -q
|
||||
#%patch0 -p1
|
||||
%ifarch %{ix86}
|
||||
%patch1 -p1
|
||||
%endif
|
||||
|
||||
%build
|
||||
%configure
|
||||
@ -46,19 +50,20 @@ The panic case is useful for having an intact kernel for writing crash dumps. B
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_sbindir}/kdump
|
||||
%{_sbindir}/kexec
|
||||
%{_sbindir}/vmcore-dmesg
|
||||
%ifarch %{ix86} x86_64
|
||||
%{_libdir}/kexec-tools/kexec_test
|
||||
%endif
|
||||
%{_mandir}/man8/kdump.8.gz
|
||||
%{_mandir}/man8/kexec.8.gz
|
||||
%{_mandir}/man8/vmcore-dmesg.8.gz
|
||||
%{_mandir}/man8/kexec.8*
|
||||
%{_mandir}/man8/vmcore-dmesg.8*
|
||||
%doc AUTHORS COPYING
|
||||
#TODO
|
||||
|
||||
%changelog
|
||||
* Fri Sep 06 2019 Automatic Build System <autodist@mambasoft.it> 2.0.20-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jun 22 2018 Automatic Build System <autodist@mambasoft.it> 2.0.17-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user