From ab2f51aaf59b53cdad598ebc1f059852934e467b Mon Sep 17 00:00:00 2001 From: eabdullin Date: Tue, 15 Jul 2025 09:33:22 +0000 Subject: [PATCH] Import from CS git --- .gitignore | 2 +- .kpatch.metadata | 2 +- SPECS/kpatch.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 65836b8..b6047f5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -SOURCES/kpatch-dnf-v0.4.tar.gz +SOURCES/kpatch-dnf-v0.5.tar.gz SOURCES/v0.9.7.tar.gz diff --git a/.kpatch.metadata b/.kpatch.metadata index daa834b..d9b37d0 100644 --- a/.kpatch.metadata +++ b/.kpatch.metadata @@ -1,2 +1,2 @@ -fa86620559069e8253b5172849797a6d03b509be SOURCES/kpatch-dnf-v0.4.tar.gz +28103e07453017fa2db783425dc1c23c3e7f3073 SOURCES/kpatch-dnf-v0.5.tar.gz da88fa82b005bbafc1719c59bd00847ce2a22a60 SOURCES/v0.9.7.tar.gz diff --git a/SPECS/kpatch.spec b/SPECS/kpatch.spec index 97bc6d9..e0749fc 100644 --- a/SPECS/kpatch.spec +++ b/SPECS/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 @@ -87,6 +87,9 @@ echo "To enable automatic kpatch-patch subscription, run:" echo -e "\t$ dnf kpatch auto" %changelog +* Tue Apr 08 2025 Rado Vrbovsky 0.9.7-3 +- Rebase kpatch DNF plugin with upstream to 0.5 (RHEL-85574) + * Wed Nov 16 2022 Yannick Cote 0.9.7-2 - augment kpatch-dnf package versioning to satisfy build (rhbz#2121211)