Accepting request 1109226 from home:ptesarik:branches:Kernel:kdump

- update to 2.0.27:
  * ppc64: add --reuse-cmdline parameter support
  * kexec: make -a the default
  * x86: add devicetree support
  * ppc64: document elf-ppc64 options and --dt-no-old-root
  * LoongArch: kdump: set up kernel image segment
  * arm64: zboot support

OBS-URL: https://build.opensuse.org/request/show/1109226
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=160
This commit is contained in:
Petr Tesařík 2023-09-06 09:22:04 +00:00 committed by Git OBS Bridge
parent a6d3c77a17
commit 4ce6c78e5b
6 changed files with 18 additions and 8 deletions

Binary file not shown.

BIN
kexec-tools-2.0.26.tar.xz (Stored with Git LFS)

Binary file not shown.

BIN
kexec-tools-2.0.27.tar.sign Normal file

Binary file not shown.

BIN
kexec-tools-2.0.27.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Sep 6 09:10:09 UTC 2023 - Petr Tesařík <petr@tesarici.cz>
- update to 2.0.27:
* ppc64: add --reuse-cmdline parameter support
* kexec: make -a the default
* x86: add devicetree support
* ppc64: document elf-ppc64 options and --dt-no-old-root
* LoongArch: kdump: set up kernel image segment
* arm64: zboot support
-------------------------------------------------------------------
Tue Aug 8 08:08:08 UTC 2023 - olaf@aepfle.de

View File

@ -17,16 +17,15 @@
# Temporarily bump version to aid package split
%global realversion 2.0.26
Name: kexec-tools
Version: %{realversion}.0
Version: 2.0.27
Release: 0
Summary: Tools for loading replacement kernels into memory
License: GPL-2.0-or-later
Group: System/Kernel
URL: https://projects.horms.net/projects/kexec/
Source: https://kernel.org/pub/linux/utils/kernel/kexec/%{name}-%{realversion}.tar.xz
Source1: https://kernel.org/pub/linux/utils/kernel/kexec/%{name}-%{realversion}.tar.sign
Source: https://kernel.org/pub/linux/utils/kernel/kexec/%{name}-%{version}.tar.xz
Source1: https://kernel.org/pub/linux/utils/kernel/kexec/%{name}-%{version}.tar.sign
Source2: kexec-tools.keyring
Source3: kexec-load.service
Source4: %{name}-rpmlintrc
@ -61,7 +60,7 @@ kernel may be asked to start the loaded kernel on reboot, or to start
the loaded kernel after it panics.
%prep
%setup -q -n %{name}-%{realversion}
%setup -q -n %{name}-%{version}
%autopatch -p1
%build