if AutoReq is disabled, do not add automatic interp deps
This commit is contained in:
parent
81ae84ec65
commit
b59b7dcd44
@ -260,6 +260,7 @@ int parseScript(Spec spec, int parsePart)
|
||||
stripTrailingBlanksStringBuf(sb);
|
||||
p = getStringBuf(sb);
|
||||
|
||||
if (pkg->autoReq && *pkg->autoReq)
|
||||
(void) addReqProv(spec, pkg->header, (tagflags | RPMSENSE_INTERP), progArgv[0], NULL, 0);
|
||||
|
||||
/* Trigger script insertion is always delayed in order to */
|
||||
|
Loading…
x
Reference in New Issue
Block a user