forked from pool/kexec-tools
Compare commits
6 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
b8e5165555 | ||
|
cc75444655 | ||
|
c52b7643d3 | ||
|
403524055a | ||
|
5a85e6a089 | ||
|
acd82eb002 |
Binary file not shown.
BIN
kexec-tools-2.0.29.tar.xz
(Stored with Git LFS)
BIN
kexec-tools-2.0.29.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
kexec-tools-2.0.30.tar.sign
Normal file
BIN
kexec-tools-2.0.30.tar.sign
Normal file
Binary file not shown.
3
kexec-tools-2.0.30.tar.xz
Normal file
3
kexec-tools-2.0.30.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:748a5fa7af27a8059d1de907bddfc32ac530c7189b5770c83e6f3d898d82124e
|
||||
size 316548
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 1 01:01:01 UTC 2025 - olaf@aepfle.de
|
||||
|
||||
- force -std=gnu99 because C99 because the code uses features
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 30 14:17:03 UTC 2024 - Petr Tesařík <ptesarik@suse.com>
|
||||
|
||||
- update to 2.0.30:
|
||||
* arm64: Support UKI image format
|
||||
* bug fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 13 13:13:13 UTC 2024 - olaf@aepfle.de
|
||||
|
||||
- To create rckexec-reload, the service binary is required at
|
||||
build time. This binary is provided by aaa_base. Make sure this
|
||||
package is available during build.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 12 11:15:32 UTC 2024 - Petr Tesařík <ptesarik@suse.com>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
# Temporarily bump version to aid package split
|
||||
Name: kexec-tools
|
||||
Version: 2.0.29
|
||||
Version: 2.0.30
|
||||
Release: 0
|
||||
Summary: Tools for loading replacement kernels into memory
|
||||
License: GPL-2.0-or-later
|
||||
@ -35,6 +35,7 @@ Patch4: %{name}-vmcoreinfo-in-xen.patch
|
||||
Patch5: %{name}-riscv64.patch
|
||||
Patch10: %{name}-SYS_getrandom.patch
|
||||
Patch11: %{name}-riscv-hotplug.patch
|
||||
BuildRequires: aaa_base
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: systemd-rpm-macros
|
||||
@ -66,8 +67,8 @@ the loaded kernel after it panics.
|
||||
|
||||
%build
|
||||
autoreconf -fvi
|
||||
export CFLAGS="%{optflags} -fPIC"
|
||||
export BUILD_CFLAGS="%{optflags}"
|
||||
export CFLAGS="%{optflags} -fPIC -std=gnu99"
|
||||
export BUILD_CFLAGS="%{optflags} -std=gnu99"
|
||||
export LDFLAGS="-pie"
|
||||
%configure
|
||||
%make_build
|
||||
|
Loading…
Reference in New Issue
Block a user