6.8: Remove failing hunk from fedora-rpm patch
It *looks* like we should be okay here, but will need testing.
This commit is contained in:
@@ -48,15 +48,3 @@ index 3eee0143e0c5..552177c1dfc5 100644
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n linux
|
%setup -q -n linux
|
||||||
cp %{SOURCE1} .config
|
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
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user