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 <ycote@redhat.com>
This commit is contained in:
parent
4387ac851e
commit
4e7bb19968
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: kpatch
|
Name: kpatch
|
||||||
Version: 0.9.7
|
Version: 0.9.7
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Dynamic kernel patch manager
|
Summary: Dynamic kernel patch manager
|
||||||
|
|
||||||
Group: System Environment/Kernel
|
Group: System Environment/Kernel
|
||||||
@ -36,7 +36,7 @@ patch the kernel without rebooting.
|
|||||||
|
|
||||||
%package -n kpatch-dnf
|
%package -n kpatch-dnf
|
||||||
Summary: kpatch-patch manager plugin for DNF
|
Summary: kpatch-patch manager plugin for DNF
|
||||||
Version: %kpatch_dnf_ver
|
Version: %{version}_%{kpatch_dnf_ver}
|
||||||
BuildRequires: python3-devel python3-dnf
|
BuildRequires: python3-devel python3-dnf
|
||||||
Requires: python3-dnf python3-hawkey
|
Requires: python3-dnf python3-hawkey
|
||||||
Provides: kpatch-dnf
|
Provides: kpatch-dnf
|
||||||
@ -92,6 +92,9 @@ echo "To enable automatic kpatch-patch subscription, run:"
|
|||||||
echo -e "\t$ dnf kpatch auto"
|
echo -e "\t$ dnf kpatch auto"
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 16 2022 Yannick Cote <ycote@redhat.com> 0.9.7-2
|
||||||
|
- augment kpatch-dnf package versioning to satisfy build (rhbz#2121212)
|
||||||
|
|
||||||
* Wed Nov 09 2022 Yannick Cote <ycote@redhat.com> 0.9.7-1
|
* Wed Nov 09 2022 Yannick Cote <ycote@redhat.com> 0.9.7-1
|
||||||
- rebase kpatch user utility code to v0.9.7 (rhbz#2121212)
|
- rebase kpatch user utility code to v0.9.7 (rhbz#2121212)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user