From 46d791ebcb9f8a49e7a55337578b3bf4cc090a4c Mon Sep 17 00:00:00 2001 From: Tk-Glitch Date: Tue, 13 Feb 2024 17:22:38 +0100 Subject: [PATCH] 6.8: Remove failing hunk from fedora-rpm patch It *looks* like we should be okay here, but will need testing. --- linux-tkg-patches/6.8/0013-fedora-rpm.patch | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/linux-tkg-patches/6.8/0013-fedora-rpm.patch b/linux-tkg-patches/6.8/0013-fedora-rpm.patch index 568f484..f5f6d03 100644 --- a/linux-tkg-patches/6.8/0013-fedora-rpm.patch +++ b/linux-tkg-patches/6.8/0013-fedora-rpm.patch @@ -48,15 +48,3 @@ index 3eee0143e0c5..552177c1dfc5 100644 %prep %setup -q -n linux cp %{SOURCE1} .config -@@ -77,10 +96,7 @@ rm -rf %{buildroot} - - %post - if [ -x /sbin/installkernel -a -r /boot/vmlinuz-%{KERNELRELEASE} -a -r /boot/System.map-%{KERNELRELEASE} ]; then --cp /boot/vmlinuz-%{KERNELRELEASE} /boot/.vmlinuz-%{KERNELRELEASE}-rpm --cp /boot/System.map-%{KERNELRELEASE} /boot/.System.map-%{KERNELRELEASE}-rpm --rm -f /boot/vmlinuz-%{KERNELRELEASE} /boot/System.map-%{KERNELRELEASE} --/sbin/installkernel %{KERNELRELEASE} /boot/.vmlinuz-%{KERNELRELEASE}-rpm /boot/.System.map-%{KERNELRELEASE}-rpm -+/sbin/installkernel %{KERNELRELEASE} /boot/vmlinuz-%{KERNELRELEASE} /boot/System.map-%{KERNELRELEASE} - rm -f /boot/.vmlinuz-%{KERNELRELEASE}-rpm /boot/.System.map-%{KERNELRELEASE}-rpm - fi -