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
Are rpm %post supposed to be ordered between depend packages ?
I have a package that install an SELinux module that depends on container-selinux being fully installed (ie %post finished running so semodule is done)
Describe the bug
Are rpm
%post
supposed to be ordered between depend packages ?I have a package that install an SELinux module that depends on container-selinux being fully installed (ie %post finished running so semodule is done)
The spec contains:
It fails because ordering is not enforced
Reproduction steps
see description
Expected behavior
%post
and other steps are ordered based onRequires
Actual behavior
No ordering
System details
EL 9.3 /
rpm-ostree-2023.7-1.el9.x86_64
Additional information
As a workaround I'm using
%posttrans
, but it's ok only because my rpm is only used by rpm-ostreeThe text was updated successfully, but these errors were encountered: