layer the kernel-debug-core package, it creates files in /usr/lib/modules/5.6.14-300.fc32.x86_64+debug, and as a consequence there are multiple directories in /usr/lib/modules and rpm-ostee complains around this code:
rpm-ostree update --uninstall=kernel-debug --uninstall=kernel-debuginfo is working around the issue, but I needed those packages for seccomp development.
Host system details
Expected vs actual behavior
Expected:
Steps to reproduce it
layer the kernel-debug-core package, it creates files in
/usr/lib/modules/5.6.14-300.fc32.x86_64+debug
, and as a consequence there are multiple directories in/usr/lib/modules
and rpm-ostee complains around this code:https://github.com/coreos/rpm-ostree/blob/65156cb1b7fcb4420c9402f66ca0fc96340c0878/src/libpriv/rpmostree-kernel.c#L111-L151
Would you like to work on the issue?
Maybe although I don't know much about the code, I might not get the correct solution for it.