Compare commits
No commits in common. "factory" and "factory" have entirely different histories.
BIN
kexec-tools-2.0.29.tar.sign
Normal file
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
BIN
kexec-tools-2.0.29.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
Binary file not shown.
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:748a5fa7af27a8059d1de907bddfc32ac530c7189b5770c83e6f3d898d82124e
|
|
||||||
size 316548
|
|
@ -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>
|
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
|
# Temporarily bump version to aid package split
|
||||||
Name: kexec-tools
|
Name: kexec-tools
|
||||||
Version: 2.0.30
|
Version: 2.0.29
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tools for loading replacement kernels into memory
|
Summary: Tools for loading replacement kernels into memory
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -35,7 +35,6 @@ Patch4: %{name}-vmcoreinfo-in-xen.patch
|
|||||||
Patch5: %{name}-riscv64.patch
|
Patch5: %{name}-riscv64.patch
|
||||||
Patch10: %{name}-SYS_getrandom.patch
|
Patch10: %{name}-SYS_getrandom.patch
|
||||||
Patch11: %{name}-riscv-hotplug.patch
|
Patch11: %{name}-riscv-hotplug.patch
|
||||||
BuildRequires: aaa_base
|
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: systemd-rpm-macros
|
BuildRequires: systemd-rpm-macros
|
||||||
@ -67,8 +66,8 @@ the loaded kernel after it panics.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fvi
|
autoreconf -fvi
|
||||||
export CFLAGS="%{optflags} -fPIC -std=gnu99"
|
export CFLAGS="%{optflags} -fPIC"
|
||||||
export BUILD_CFLAGS="%{optflags} -std=gnu99"
|
export BUILD_CFLAGS="%{optflags}"
|
||||||
export LDFLAGS="-pie"
|
export LDFLAGS="-pie"
|
||||||
%configure
|
%configure
|
||||||
%make_build
|
%make_build
|
||||||
|
Loading…
Reference in New Issue
Block a user