[Rpm-maint] [rpm-software-management/rpm] Dynamic Build Dependencies (#593)
Florian Festi
notifications at github.com
Wed May 15 14:50:39 UTC 2019
ffesti 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;
-}
-
Still kinda hesitant to just lump those patches together. But the move of the build requires check is a separate patch now.
--
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_r284296944
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20190515/a42863a6/attachment.html>
More information about the Rpm-maint
mailing list