Overview
Request 5859 (accepted)
- Dynamic adaption of patch skb_gso_segment.patch means if net/gso.h
exists correct kernel version check
- Created by bitstreamout over 1 year ago
- In state accepted
-
Package maintainer:
bitstreamout
r8168.changes
Changed
x
1
2
-------------------------------------------------------------------
3
+Thu Oct 19 08:29:04 UTC 2023 - Dr. Werner Fink <werner@suse.de>
4
+
5
+- Dynamic adaption of patch skb_gso_segment.patch means if net/gso.h
6
+ exists correct kernel version check
7
+
8
+-------------------------------------------------------------------
9
Mon Aug 14 11:23:04 UTC 2023 - https://www.suse.com/
10
11
- Add patch skb_gso_segment.patch to make it build with latest 6.4
12
r8168.spec
Changed
13
1
2
%patch5 -b .p5
3
fi
4
fi
5
+if test -e /usr/src/linux/include/net/gso.h
6
+then
7
+ version=$(uname -r|sed -r 's/-.*//;s/\./,/g')
8
+ sed -ri "/KERNEL_VERSION/{s/\(6,4,10\)/(${version})/}" %{PATCH6}
9
+fi
10
%patch6 -p1 -b .p6
11
cp %{S:1} .
12
cp %{S:2} .
13
Refresh
Refresh
Login required, please
login
or
signup
in order to comment
Request History
bitstreamout created request over 1 year ago
- Dynamic adaption of patch skb_gso_segment.patch means if net/gso.h
exists correct kernel version check
bitstreamout accepted request over 1 year ago
ditto