[Rpm-maint] [rpm-software-management/rpm] Dynamic Build Dependencies (#593)
Panu Matilainen
notifications at github.com
Fri May 10 07:51:41 UTC 2019
pmatilai commented on this pull request.
> @@ -273,20 +287,6 @@ static struct poptOption optionsTable[] = {
POPT_TABLEEND
};
-static int checkSpec(rpmts ts, rpmSpec spec)
-{
- int rc;
- rpmps ps = rpmSpecCheckDeps(ts, spec);
-
- if (ps) {
- rpmlog(RPMLOG_ERR, _("Failed build dependencies:\n"));
- rpmpsPrint(NULL, ps);
- }
- rc = (ps != NULL);
- rpmpsFree(ps);
- return rc;
-}
-
BTW that split also will also give a nice logical place to put the python pass-the-ts changes into.
--
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_r282780416
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20190510/f43d8b88/attachment.html>
More information about the Rpm-maint
mailing list