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
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to