Projects
home:bitstreamout:Essentials
r8168
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 34
View file
r8168.changes
Changed
@@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Thu Oct 19 08:29:04 UTC 2023 - Dr. Werner Fink <werner@suse.de> + +- Dynamic adaption of patch skb_gso_segment.patch means if net/gso.h + exists correct kernel version check + +------------------------------------------------------------------- Mon Aug 14 11:23:04 UTC 2023 - https://www.suse.com/ - Add patch skb_gso_segment.patch to make it build with latest 6.4
View file
r8168.spec
Changed
@@ -74,6 +74,11 @@ %patch5 -b .p5 fi fi +if test -e /usr/src/linux/include/net/gso.h +then + version=$(uname -r|sed -r 's/-.*//;s/\./,/g') + sed -ri "/KERNEL_VERSION/{s/\(6,4,10\)/(${version})/}" %{PATCH6} +fi %patch6 -p1 -b .p6 cp %{S:1} . cp %{S:2} .
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.