Compare commits

..

No commits in common. "factory" and "factory" have entirely different histories.

6 changed files with 6 additions and 26 deletions

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

Binary file not shown.

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

Binary file not shown.

Binary file not shown.

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:748a5fa7af27a8059d1de907bddfc32ac530c7189b5770c83e6f3d898d82124e
size 316548

View File

@ -1,22 +1,3 @@
-------------------------------------------------------------------
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>

View File

@ -18,7 +18,7 @@
# Temporarily bump version to aid package split
Name: kexec-tools
Version: 2.0.30
Version: 2.0.29
Release: 0
Summary: Tools for loading replacement kernels into memory
License: GPL-2.0-or-later
@ -35,7 +35,6 @@ 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
@ -67,8 +66,8 @@ the loaded kernel after it panics.
%build
autoreconf -fvi
export CFLAGS="%{optflags} -fPIC -std=gnu99"
export BUILD_CFLAGS="%{optflags} -std=gnu99"
export CFLAGS="%{optflags} -fPIC"
export BUILD_CFLAGS="%{optflags}"
export LDFLAGS="-pie"
%configure
%make_build