diff --git a/SPECS/kpatch.spec b/SPECS/kpatch.spec index c6e6b2a..2e775bd 100644 --- a/SPECS/kpatch.spec +++ b/SPECS/kpatch.spec @@ -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 0.9.2-3 +- Remove kpatch-dnf dependency on python3 (rhbz#1912224) + * Fri Nov 20 2020 Julien Thierry 0.9.2-2 - Fix unload issue under stress (rhbz#1883238) - Fix dnf-kpatch man file permissions (rhbz#1899341)