Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
63e284019c | ||
|
|
67344fffab | ||
|
|
125733477a | ||
|
|
9317ee187c | ||
|
|
ef32fdd1aa |
3 changed files with 16 additions and 4 deletions
|
|
@ -1,3 +1,3 @@
|
|||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.104.1.
|
||||
The file was generated using packit 1.11.0.post1.dev7+gfdcdf3a32.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Name: kexec-tools
|
||||
Version: 2.0.30
|
||||
Release: 3%{?dist}
|
||||
Version: 2.0.32
|
||||
Release: 1%{?dist}
|
||||
URL: https://kernel.org/pub/linux/utils/kernel/kexec
|
||||
License: GPL-2.0-only
|
||||
Summary: The kexec/kdump userspace component
|
||||
|
|
@ -14,6 +14,7 @@ BuildRequires: libtool
|
|||
BuildRequires: gcc
|
||||
BuildRequires: xz-devel
|
||||
BuildRequires: zlib-devel
|
||||
BuildRequires: libzstd-devel
|
||||
|
||||
#START INSERT
|
||||
|
||||
|
|
@ -81,6 +82,17 @@ rm -f %{buildroot}/%{_libdir}/kexec-tools/kexec_test
|
|||
%doc TODO
|
||||
|
||||
%changelog
|
||||
* Thu Oct 16 2025 Packit <hello@packit.dev> - 2.0.32-1
|
||||
- Update to version 2.0.32
|
||||
- Resolves: rhbz#2404365
|
||||
|
||||
* Wed May 21 2025 Coiby Xu <coxu@redhat.com> - 2.0.31-2
|
||||
- Add BuildRequires libzstd-devel to support loading zstd-compressed kernel
|
||||
|
||||
* Tue Apr 22 2025 Packit <hello@packit.dev> - 2.0.31-1
|
||||
- Update to version 2.0.31
|
||||
- Resolves: rhbz#2359477
|
||||
|
||||
* Fri Jan 17 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.30-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (kexec-tools-2.0.30.tar.xz) = 4550607ad7eb51d169c2565cfee9195441634624d1c8859e21bca6bd7f15031713c39ba475301c1ef5fc67c009bc6599d254da184be25e68b226155e515e3852
|
||||
SHA512 (kexec-tools-2.0.32.tar.xz) = 60f120f8e46b9fb5dcf5a5b344ee8b303878ba9f71d58a3eefa1c9f044a6a2192b285154b738970263384c6e7281a854cd48a185334c08141aa4e6cf08230654
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue