SHA256
1
0
forked from pool/kexec-tools

Compare commits

..

6 Commits

Author SHA256 Message Date
Ana Guerrero
b8e5165555 Accepting request 1237061 from Kernel:kdump
OBS-URL: https://build.opensuse.org/request/show/1237061
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kexec-tools?expand=0&rev=157
2025-01-14 15:21:14 +00:00
Petr Tesařík
cc75444655 - force -std=gnu99 because C99 because the code uses features
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=175
2025-01-11 17:08:11 +00:00
Ana Guerrero
c52b7643d3 Accepting request 1233928 from Kernel:kdump
OBS-URL: https://build.opensuse.org/request/show/1233928
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kexec-tools?expand=0&rev=156
2025-01-02 18:19:16 +00:00
Petr Tesařík
403524055a - update to 2.0.30:
* arm64: Support UKI image format
  * bug fixes

OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=173
2024-12-30 14:25:37 +00:00
Ana Guerrero
5a85e6a089 Accepting request 1201563 from Kernel:kdump
OBS-URL: https://build.opensuse.org/request/show/1201563
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kexec-tools?expand=0&rev=155
2024-09-18 13:26:17 +00:00
Jiri Bohac
acd82eb002 - 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.

OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=171
2024-09-17 09:59:34 +00:00
6 changed files with 26 additions and 6 deletions

Binary file not shown.

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

Binary file not shown.

View File

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

View File

@ -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>

View File

@ -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