Fix the typo causing buiding EL9 bundle without binary dependencies #22
Reference in New Issue
Block a user
Delete Branch "bundle_testing_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?
Port of #21 for
testingsedexpression 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).Build successful, for more information go in https://build.opensuse.org/project/show/systemsmanagement:saltstack:bundle:scm:testing:PullRequest:158.