[Rpm-maint] [rpm-software-management/rpm] Dynamic Build Dependencies (#593)
Igor Gnatenko
notifications at github.com
Fri May 24 17:16:43 UTC 2019
ignatenkobrain commented on this pull request.
> @@ -228,12 +229,13 @@ static rpmRC doCheckBuildRequires(rpmts ts, rpmSpec spec, int test)
rpmps ps = rpmSpecCheckDeps(ts, spec);
if (ps) {
- rpmlog(RPMLOG_ERR, _("Failed build dependencies:\n"));
- rpmpsPrint(NULL, ps);
- }
- if (ps != NULL)
+ if (rpmIsVerbose()) {
+ rpmlog(RPMLOG_ERR, _("Failed build dependencies:\n"));
Fixed!
--
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/593#discussion_r287447752
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20190524/12171e4d/attachment.html>
More information about the Rpm-maint
mailing list