From 4e7bb19968567c87b4197dbef0a9612917b2bf30 Mon Sep 17 00:00:00 2001 From: Yannick Cote Date: Nov 17 2022 04:07:39 +0000 Subject: rebase to v0.9.7 (amend) subpackaging kpatch-dnf means that a new version of both kpatch and kpatch-dnf needs to be set for brew to accept the new package build. Augment the kpatch-dnf subpackage version by prefixing the kpatch version in order to satisfy brew in cases where only kpatch had its version bumped Resolves: rhbz#2121212 Signed-off-by: Yannick Cote --- diff --git a/kpatch.spec b/kpatch.spec index 839b64b..aa39833 100644 --- a/kpatch.spec +++ b/kpatch.spec @@ -2,7 +2,7 @@ Name: kpatch Version: 0.9.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Dynamic kernel patch manager Group: System Environment/Kernel @@ -36,7 +36,7 @@ patch the kernel without rebooting. %package -n kpatch-dnf Summary: kpatch-patch manager plugin for DNF -Version: %kpatch_dnf_ver +Version: %{version}_%{kpatch_dnf_ver} BuildRequires: python3-devel python3-dnf Requires: python3-dnf python3-hawkey Provides: kpatch-dnf @@ -92,6 +92,9 @@ echo "To enable automatic kpatch-patch subscription, run:" echo -e "\t$ dnf kpatch auto" %changelog +* Wed Nov 16 2022 Yannick Cote 0.9.7-2 +- augment kpatch-dnf package versioning to satisfy build (rhbz#2121212) + * Wed Nov 09 2022 Yannick Cote 0.9.7-1 - rebase kpatch user utility code to v0.9.7 (rhbz#2121212)