From 3c5a13afde2a5e15fafb8d780ab4867e43844bc1 Mon Sep 17 00:00:00 2001 From: Radomir Vrbovsky Date: Fri, 7 Mar 2025 20:37:42 +0100 Subject: [PATCH] Rebase kpatch DNF plugin with upstream to 0.5 * Filter logic to the DNF plugin. If enabled, use sack() callback of the DNF plugin to show kernels supported by kpatch * Addition of sub commands "auto-filter" and "no-filter" that control the new logic * Update to man page * Formal python changes Resolves: RHEL-77113 Signed-off-by: Radomir Vrbovsky --- .gitignore | 1 + kpatch.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6d2c2d4..52c1dfd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /kpatch-dnf-v0.4.tar.gz /v0.9.7.tar.gz +/kpatch-dnf-v0.5.tar.gz diff --git a/kpatch.spec b/kpatch.spec index aa39833..1a04f9d 100644 --- a/kpatch.spec +++ b/kpatch.spec @@ -1,8 +1,8 @@ -%define kpatch_dnf_ver 0.4 +%define kpatch_dnf_ver 0.5 Name: kpatch Version: 0.9.7 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Dynamic kernel patch manager Group: System Environment/Kernel @@ -92,6 +92,9 @@ echo "To enable automatic kpatch-patch subscription, run:" echo -e "\t$ dnf kpatch auto" %changelog +* Fri Mar 07 2025 Rado Vrbovsky 0.9.7-3 +- Rebase kpatch DNF plugin with upstream to 0.5 (RHEL-77113) + * Wed Nov 16 2022 Yannick Cote 0.9.7-2 - augment kpatch-dnf package versioning to satisfy build (rhbz#2121212) diff --git a/sources b/sources index 102aa6f..d3b8772 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (kpatch-dnf-v0.4.tar.gz) = d76b2ec5595e06fd560ae928f43ad275b4ce07574a1fc829d184d56c5f09a88ce0cb1d1b05e58eb53e6d934a879886b7f0149f782950d7856fbb99c61ce436c3 +SHA512 (kpatch-dnf-v0.5.tar.gz) = 68593edf725eac5605b690f0a3144abec71b57663c3b10fd7207b500bf47df0c86adf150621fa51e87a7de0f3edbca1c0a718852ca70ebdec485d9bcdbfdcc0b SHA512 (v0.9.7.tar.gz) = c876d9b1e5f6e6ab858fa6f302e78152beb3e50cedd93f3c61ab6f747e32199b0601ad4a36d426d43d0e9a37d9bf1d6bbfddccc86df4b31d5e3e6edead6cded3