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.
Updated by Alexis Mousset 10 months ago
- Subject changed from RHEL9 policies have incompatible sh shebang to RHEL9 policies have an incompatible sh shebang
Updated by Alexis Mousset 10 months ago
- Status changed from New to In progress
- Assignee set to Alexis Mousset
Updated by Alexis Mousset 10 months ago
- Status changed from In progress to Pending technical review
- Assignee changed from Alexis Mousset to Benoît PECCATTE
- Pull Request set to https://github.com/Normation/rudder-packages/pull/2850
Updated by Alexis Mousset 10 months ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder-packages|4e6da8b625870644b5f142bd750c9bd80602cf09.
Updated by Alexis Mousset 10 months ago
- Fix check changed from To do to Error - Blocking
Updated by Alexis Mousset 10 months ago
- Fix check changed from Error - Blocking to Checked
Updated by Vincent MEMBRÉ 10 months ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 7.3.11 which was released today.
Actions