Re: [Rpm-maint] [rpm-software-management/rpm] replaceSigDigests is only used with IMAEVM. (#268)

2017-07-21 Thread ニール・ゴンパ
Okay then...  -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/268#issuecomment-316977080___ Rpm-maint mailing list

Re: [Rpm-maint] [rpm-software-management/rpm] replaceSigDigests is only used with IMAEVM. (#268)

2017-07-21 Thread Igor Gnatenko
@Conan-Kudo no. It's static function in `.c` file. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/268#issuecomment-316976980___

Re: [Rpm-maint] [rpm-software-management/rpm] replaceSigDigests is only used with IMAEVM. (#268)

2017-07-21 Thread ニール・ゴンパ
Conan-Kudo approved this pull request. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/268#pullrequestreview-51449448___

Re: [Rpm-maint] [rpm-software-management/rpm] replaceSigDigests is only used with IMAEVM. (#268)

2017-07-21 Thread ニール・ゴンパ
@ignatenkobrain Isn't this public API, though? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/268#issuecomment-316950916___

[Rpm-maint] [rpm-software-management/rpm] replaceSigDigests is only used with IMAEVM. (#268)

2017-07-20 Thread Igor Gnatenko
The replaceSigDigests function is only used in includeFileSignatures when WITH_IMAEVM is defined. If not warning is generated. Signed-off-by: Mark Wielaard (this is same patch as posted to mailing list, sending it here since now we have CI) You can view, comment on, or merge