Actions
Bug #24057
closedRHEL9 policies have an incompatible sh shebang
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
Checked
Regression:
No
Description
The package modules (and maybe other scripts in the policies) are modified at build time by RPM on RHEL 9, replacing the /bin/sh
shebang by /usr/bin/sh
(due to usr-merge I guess), but this beaks on old systems without a /usr/bin/sh
file (like Ubuntu 18.04 LTS).
head /usr/share/ncf/tree/10_ncf_internals/modules/packages/apt_get #!/usr/bin/sh ...
Previous RHEL version did not have this behavior.
Actions