Compare commits
7 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
70593f2ca8 | ||
|
|
d4f8eaa717 | ||
|
|
ba2ad71c75 | ||
|
|
29cbab1984 | ||
|
|
06e7fbf52e | ||
|
|
d19f7ff6c0 | ||
|
|
e4264431d2 |
4 changed files with 18 additions and 5 deletions
|
|
@ -2,7 +2,6 @@
|
|||
# https://packit.dev/docs/configuration/
|
||||
|
||||
upstream_project_url: https://github.com/horms/kexec-tools.git
|
||||
packit_instances: ["prod", "stg"]
|
||||
|
||||
specfile_path: kexec-tools.spec
|
||||
|
||||
|
|
@ -26,10 +25,12 @@ jobs:
|
|||
|
||||
- job: koji_build
|
||||
trigger: commit
|
||||
allowed_pr_authors: ["all_committers", "packit"]
|
||||
dist_git_branches:
|
||||
- fedora-all
|
||||
|
||||
- job: bodhi_update
|
||||
trigger: commit
|
||||
allowed_builders: ["all_committers", "packit"]
|
||||
dist_git_branches:
|
||||
- fedora-all
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.99.0.
|
||||
The file was generated using packit 1.6.0.post1.dev2+gd5a7662a.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Name: kexec-tools
|
||||
Version: 2.0.29
|
||||
Release: 1%{?dist}
|
||||
Version: 2.0.31
|
||||
Release: 2%{?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
|
||||
* 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
|
||||
|
||||
* Mon Dec 02 2024 Packit <hello@packit.dev> - 2.0.30-1
|
||||
- Update to version 2.0.30
|
||||
- Resolves: rhbz#2326470
|
||||
|
||||
* Tue Aug 06 2024 Coiby Xu <coxu@redhat.com> - 2.0.29-1
|
||||
- Update to version 2.0.29
|
||||
- Resolves: 2297928
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (kexec-tools-2.0.29.tar.xz) = 4c9e0b3df47b240f0eac2c31e8b515465f626ce043f64daa32b0b032d7132e54dada5d70875dab256345f66cf94a25dc3c160a9009ba60addd8dcb1e5205f5ca
|
||||
SHA512 (kexec-tools-2.0.31.tar.xz) = 95cb7e7b33685497d72fab74fed2191e476c0574d6ad2333d9e22b95a94543b5fdafe0663282cfaebb8747cf696b7d34c308941ec1074b2b9f1ed440b32d7309
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue