import kpatch-0.9.2-3.el8

This commit is contained in:
CentOS Sources 2021-01-13 16:09:19 +00:00 committed by Stepan Oksanichenko
parent c2e5c70c96
commit 04f3268e22

View File

@ -2,7 +2,7 @@
Name: kpatch
Version: 0.9.2
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Dynamic kernel patch manager
Group: System Environment/Kernel
@ -36,9 +36,9 @@ patch the kernel without rebooting.
%package -n kpatch-dnf
Summary: kpatch-patch manager plugin for DNF
Version: %kpatch_dnf_ver
Release: 2%{?dist}
Release: 3%{?dist}
BuildRequires: python3-devel python3-dnf
Requires: python3 python3-dnf python3-hawkey
Requires: python3-dnf python3-hawkey
Provides: kpatch-dnf
%description -n kpatch-dnf
@ -86,6 +86,9 @@ echo "To enable automatic kpatch-patch subscription, run:"
echo -e "\t$ dnf kpatch auto"
%changelog
* Mon Jan 04 2021 Julien Thierry <jthierry@redhat.com> 0.9.2-3
- Remove kpatch-dnf dependency on python3 (rhbz#1912224)
* Fri Nov 20 2020 Julien Thierry <jthierry@redhat.com> 0.9.2-2
- Fix unload issue under stress (rhbz#1883238)
- Fix dnf-kpatch man file permissions (rhbz#1899341)