Compare commits

...

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

@ -2,7 +2,7 @@
Name: kpatch Name: kpatch
Version: 0.9.7 Version: 0.9.7
Release: 2%{?dist} Release: 3%{?dist}
Summary: Dynamic kernel patch manager Summary: Dynamic kernel patch manager
Group: System Environment/Kernel 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) # kpatch-dnf backports (inactive -- for future reference)
#Patch200: 0200-foo-bar-etcetera.patch #Patch200: 0200-foo-bar-etcetera.patch
BuildRequires: make
Requires: bash kmod binutils Requires: bash kmod binutils
Recommends: kpatch-dnf Recommends: kpatch-dnf
@ -48,11 +50,11 @@ kpatch-patch packages updates.
%prep %prep
%setup -q %setup -q
%patch0 -p1 %patch -P 0 -p1
%patch1 -p1 %patch -P 1 -p1
%patch2 -p1 %patch -P 2 -p1
# Use this to apply upstream patches to kpatch # Use this to apply upstream patches to kpatch
#%patch100 -p1 #%patch -P 100 -p1
%setup -D -T -a 1 %setup -D -T -a 1
@ -92,6 +94,13 @@ echo "To enable automatic kpatch-patch subscription, run:"
echo -e "\t$ dnf kpatch auto" echo -e "\t$ dnf kpatch auto"
%changelog %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 * Wed Nov 16 2022 Yannick Cote <ycote@redhat.com> 0.9.7-2
- augment kpatch-dnf package versioning to satisfy build (rhbz#2121212) - augment kpatch-dnf package versioning to satisfy build (rhbz#2121212)

Loading…
Cancel
Save