Check for symvers.xz support in addition to symvers.gz,
due to unnanounced unilateral change[1][2] in the kernel packaging.
[1] 2644665657
[2] 2db77a072a
* weak-modules (make_kernel_file_names): Interpret all arguments after
the second as a list of suffixes, iterate over them
(find_kernel_file): Switch print and suffix arguments, interpret all
argument after print as suffixes, pass them to make_kernel_file_names.
(find_symvers_file): Update the order of arguments in the
find_kernel_file call, add .xz suffix in addition to .gz.
(find_systemmap_file): Update the order of arguments in the
find_kernel_file call.
Resolves: rhbz#2192895
Signed-off-by: Eugene Syromiatnikov <esyr@redhat.com>
Improve user experience by explaining the option so the user may not
search explanations in other manpages (modprobe).
Update also generated rmmod.8 to avoid building from xml with access
to external resources.
Resolves: rhbz#2164253
Signed-off-by: Yauheni Kaliuta <ykaliuta@redhat.com>
External modules packaging depends on the search order provided by
RHEL default config which is missing now from CentOS Stream.
Add and install the file.
Revision update, 28-6.
Resolves: rhbz#1985100
Signed-off-by: Yauheni Kaliuta <ykaliuta@redhat.com>