You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
redhat: Fix the ownership of /lib/modules/<kversion> directory
Upstream Status: RHEL-only
ARK commit 77474b00e974f51edf1be49208795b9d1ecd4351
JIRA: https://issues.redhat.com/browse/RHEL-21034
/lib/modules/<kversion> is currently owned by 'kernel-core' so when this
package is not installed (e.g. UKI use-case), the empty directory is not
removed when kernel RPMs are removed. To make the removal work reliably
regardless of the installed RPM set and the removal order, make
/lib/modules/<kversion> (and /lib/modules for completeness) owned by:
- kernel-core
- kernel-modules-core
- kernel-uki-virt
Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com>
0 commit comments