Fix the typo causing buiding EL9 bundle without binary dependencies #21
Reference in New Issue
Block a user
Delete Branch "bundle_next_el9_deps_fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
sedexpression contain typo: doubled/d;causing errorsed: -e expression #1, char 57: extra characters after commandwhich is almost invisible in build log and not causing build fail, but producingrpmpackage with no binary dependencies:instead of:
IMPORTANT: the fixed regular expression is adding
libcrypt.soto be filtered out, but it's not the same aslibcrypto.so(this one is a part of OpenSSL).Wouldn't getting rid of this affect to current supported openEuler 22.03 in Uyuni?
It could, but it's not the full fix yet, will check possible issues on my testing VMs. Will try to prepare the fix in
nextfirst and then move totestingall required changes. Or is it better to prepare full fix in the branch project in OBS first?Build successful, for more information go in https://build.opensuse.org/project/show/systemsmanagement:saltstack:bundle:scm:next:PullRequest:157.
5ef8e9cfd8toa9af70fdfcRemove filtering out libcrypt and libssl dependenciesto Fix the typo causing buiding EL9 bundle without binary dependenciesBuild successful, for more information go in https://build.opensuse.org/project/show/systemsmanagement:saltstack:bundle:scm:next:PullRequest:157.