Skip to content

Commit

Permalink
6.8: Remove failing hunk from fedora-rpm patch
Browse files Browse the repository at this point in the history
It *looks* like we should be okay here, but will need testing.
  • Loading branch information
Tk-Glitch committed Feb 13, 2024
1 parent 04f42ae commit 46d791e
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions linux-tkg-patches/6.8/0013-fedora-rpm.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 46d791e

Please sign in to comment.