Compare commits
11 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ec2fbe250b | ||
|
|
9de58b57c9 | ||
|
|
725e6be894 | ||
|
|
58ea13cd4b |
||
|
|
4c7819a6e7 | ||
|
|
25c93a31fd | ||
|
|
e514d0f7e1 | ||
|
|
057212f0be | ||
|
|
768af19c31 | ||
|
|
cfb51fe894 | ||
|
|
bc6c854686 |
4 changed files with 30 additions and 4 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.11.0.post1.dev7+gfdcdf3a32.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
Name: kexec-tools
|
||||
Version: 2.0.29
|
||||
Version: 2.0.32
|
||||
Release: 1%{?dist}
|
||||
URL: https://kernel.org/pub/linux/utils/kernel/kexec
|
||||
License: GPL-2.0-only
|
||||
|
|
@ -14,6 +14,7 @@ BuildRequires: libtool
|
|||
BuildRequires: gcc
|
||||
BuildRequires: xz-devel
|
||||
BuildRequires: zlib-devel
|
||||
BuildRequires: libzstd-devel
|
||||
|
||||
#START INSERT
|
||||
|
||||
|
|
@ -81,6 +82,30 @@ 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
|
||||
|
||||
* Thu Jul 24 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.31-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* 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
|
||||
|
||||
* Sun Jan 12 2025 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.0.30-2
|
||||
- Rebuilt for the bin-sbin merge (2nd attempt)
|
||||
|
||||
* 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.32.tar.xz) = 60f120f8e46b9fb5dcf5a5b344ee8b303878ba9f71d58a3eefa1c9f044a6a2192b285154b738970263384c6e7281a854cd48a185334c08141aa4e6cf08230654
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue