import kpatch-0.9.7-2.el8

This commit is contained in:
CentOS Sources 2023-05-16 06:15:20 +00:00 committed by root
parent 4088a65139
commit 3681702de4
3 changed files with 10 additions and 5 deletions

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
SOURCES/kpatch-dnf-v0.4.tar.gz
SOURCES/v0.9.4.tar.gz
SOURCES/v0.9.7.tar.gz

View File

@ -1,2 +1,2 @@
fa86620559069e8253b5172849797a6d03b509be SOURCES/kpatch-dnf-v0.4.tar.gz
1f080a31cc087b41cb4d37c514819444bd8a75ae SOURCES/v0.9.4.tar.gz
da88fa82b005bbafc1719c59bd00847ce2a22a60 SOURCES/v0.9.7.tar.gz

View File

@ -1,8 +1,8 @@
%define kpatch_dnf_ver 0.4
Name: kpatch
Version: 0.9.4
Release: 3%{?dist}
Version: 0.9.7
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
@ -87,6 +87,11 @@ echo "To enable automatic kpatch-patch subscription, run:"
echo -e "\t$ dnf kpatch auto"
%changelog
* Wed Nov 16 2022 Yannick Cote <ycote@redhat.com> 0.9.7-2
- augment kpatch-dnf package versioning to satisfy build (rhbz#2121211)
* Wed Nov 09 2022 Yannick Cote <ycote@redhat.com> 0.9.7-1
- rebase kpatch user utility code to v0.9.7 (rhbz#2121211)
* Fri Jun 10 2022 Yannick Cote <ycote@redhat.com> 0.9.4-3
- Do not rm selinux rpm owned directory (rhbz#2065609)