|
|
@ -1,8 +1,8 @@
|
|
|
|
%define kpatch_dnf_ver 0.4
|
|
|
|
%define kpatch_dnf_ver 0.4
|
|
|
|
|
|
|
|
|
|
|
|
Name: kpatch
|
|
|
|
Name: kpatch
|
|
|
|
Version: 0.9.4
|
|
|
|
Version: 0.9.7
|
|
|
|
Release: 3%{?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
|
|
|
@ -95,6 +95,12 @@ echo -e "\t$ dnf kpatch auto"
|
|
|
|
* Wed Mar 15 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 0.9.4-3
|
|
|
|
* Wed Mar 15 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 0.9.4-3
|
|
|
|
- Rebuilt for MSVSphere 9.1.
|
|
|
|
- Rebuilt for MSVSphere 9.1.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
|
|
- rebase kpatch user utility code to v0.9.7 (rhbz#2121212)
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jun 10 2022 Yannick Cote <ycote@redhat.com> 0.9.4-3
|
|
|
|
* Fri Jun 10 2022 Yannick Cote <ycote@redhat.com> 0.9.4-3
|
|
|
|
- Do not rm selinux rpm owned directory (rhbz#2053413)
|
|
|
|
- Do not rm selinux rpm owned directory (rhbz#2053413)
|
|
|
|
|
|
|
|
|
|
|
|