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 -