On Thu, Jul 26, 2018 at 6:53 PM Igor Gnatenko <ignatenkobrain@fedoraproject.org> wrote:
On Thu, Jul 26, 2018 at 11:44 AM Jens-Ulrik Petersen <petersen@redhat.com> wrote:
On Thu, Jul 26, 2018 at 2:44 PM Igor Gnatenko <ignatenkobrain@fedoraproject.org> wrote:
So… Since I have hard times understanding code, I will just ask questions here:
* Does it use libsolv? I guess not.
* Does it handle rich dependencies? I guess not.

It only uses BuildRequires directly from .spec files.

So what will happen if I have bunch of spec files where I have BuildRequires: (foo >= 1.0.0 with foo < 2.0.0), will it work in that case?

Currently, it ignores bounds (for BRs).

* How does it know Provides if package is not built yet?

I could add Provides too perhaps.

That doesn't help for packages which use dependency generators to generate Requires/Provides (99% of packages).

Do you have any examples?
99% is a lot... :)

Not sure if we have different use-cases in mind.

Jens