Compare commits

...

No commits in common. 'c9' and 'i10c-beta' have entirely different histories.

@ -2,7 +2,7 @@
Name: kpatch
Version: 0.9.7
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Dynamic kernel patch manager
Group: System Environment/Kernel
@ -22,6 +22,8 @@ Patch2: 0003-do-not-rm-selinux-rpm-owned-directory.patch
# kpatch-dnf backports (inactive -- for future reference)
#Patch200: 0200-foo-bar-etcetera.patch
BuildRequires: make
Requires: bash kmod binutils
Recommends: kpatch-dnf
@ -48,11 +50,11 @@ kpatch-patch packages updates.
%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch -P 0 -p1
%patch -P 1 -p1
%patch -P 2 -p1
# Use this to apply upstream patches to kpatch
#%patch100 -p1
#%patch -P 100 -p1
%setup -D -T -a 1
@ -92,6 +94,13 @@ echo "To enable automatic kpatch-patch subscription, run:"
echo -e "\t$ dnf kpatch auto"
%changelog
* Tue Nov 26 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.9.7-3
- Rebuilt for MSVSphere 10
* Fri May 3 2024 Joe Lawrence <joe.lawrence@redhat.com> 0.9.7-3
- Fix cs10 build error on missing `make` command
- Fix "warning: %%patchN is deprecated"
* Wed Nov 16 2022 Yannick Cote <ycote@redhat.com> 0.9.7-2
- augment kpatch-dnf package versioning to satisfy build (rhbz#2121212)

Loading…
Cancel
Save