openSUSE / rpm-config-SUSE

GNU General Public License v2.0
2 stars 18 forks source link

find-provides.ksyms: Fix ksym provides on Tumbleweed/ALP #72

Closed hramrach closed 10 months ago

hramrach commented 10 months ago

The find-provides.ksyms uncompresses the kernel module into a temporary file to pass it to the ksym-provides tool that does not support compression.

modinfo tool form current kmod version refuses to provide information for files not ending in .ko.

Add .ko suffix to the temporary file.

Alternatives: