Compare commits

...

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

@ -2,7 +2,7 @@
Name: kpatch Name: kpatch
Version: 0.9.7 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
@ -22,8 +22,6 @@ 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
@ -50,11 +48,11 @@ kpatch-patch packages updates.
%prep %prep
%setup -q %setup -q
%patch -P 0 -p1 %patch0 -p1
%patch -P 1 -p1 %patch1 -p1
%patch -P 2 -p1 %patch2 -p1
# Use this to apply upstream patches to kpatch # Use this to apply upstream patches to kpatch
#%patch -P 100 -p1 #%patch100 -p1
%setup -D -T -a 1 %setup -D -T -a 1
@ -94,10 +92,6 @@ echo "To enable automatic kpatch-patch subscription, run:"
echo -e "\t$ dnf kpatch auto" echo -e "\t$ dnf kpatch auto"
%changelog %changelog
* 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