fix: add auto_req and auto_prov
This commit is contained in:
@ -47,7 +47,7 @@ func rpmFindDependencies(ctx context.Context, pkgInfo *nfpm.Info, dirs types.Dir
|
||||
cmd.Stdout = &out
|
||||
cmd.Stderr = &stderr
|
||||
if err := cmd.Run(); err != nil {
|
||||
log.Error(stderr.String())
|
||||
log.Error(stderr.String()).Send()
|
||||
return err
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user