Accepting request 1109228 from Kernel:kdump
OBS-URL: https://build.opensuse.org/request/show/1109228 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kexec-tools?expand=0&rev=150
This commit is contained in:
commit
8d8abb1e35
Binary file not shown.
BIN
kexec-tools-2.0.26.tar.xz
(Stored with Git LFS)
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
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
BIN
kexec-tools-2.0.27.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- Disable Xen support in ALP
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 28 15:10:51 UTC 2023 - Michal Suchanek <msuchanek@suse.com>
|
||||
|
||||
|
@ -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
|
||||
@ -45,10 +44,14 @@ Requires: perl-Bootloader >= 1.6
|
||||
Requires(post): suse-module-tools
|
||||
Requires(postun):suse-module-tools
|
||||
%{?systemd_requires}
|
||||
%if 0%{?suse_version} == 1600
|
||||
# No Xen
|
||||
%else
|
||||
%ifarch x86_64
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: xen-devel
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%description
|
||||
Kexec is a user space utility for loading another kernel and asking the
|
||||
@ -57,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
|
||||
|
Loading…
Reference in New Issue
Block a user