praiskup commented on this pull request.
> + // XXX set flags
+
+ rpmdsPutToHeader(*packageDependencies(spec->sourcePackage,
RPMTAG_REQUIRENAME), spec->sourcePackage->header);
+
+ rpmps ps = rpmSpecCheckDeps(ts, spec);
+
+ if (ps) {
+ rpmlog(RPMLOG_ERR, _("Failed build dependencies:\n"));
+ rpmpsPrint(NULL, ps);
+ }
+ rc = (ps != NULL);
+ rpmpsFree(ps);
+ rpmtsFree(ts);
+
+ if (rc == 0) {
+ parseRCPOT(spec, spec->sourcePackage, "DynamicBuildRequires = 4.15",
RPMTAG_PROVIDENAME, 0, 0, addReqProvPkg , NULL);
RPMTAG_REQUIRENAME and put it to header?
--
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#pullrequestreview-213210915_______________________________________________
Rpm-maint mailing list
[email protected]
http://lists.rpm.org/mailman/listinfo/rpm-maint