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?
 
* 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).

* How does it handle conditions in specs?

It leaves that to rpmspec.
 
Note that mizdebsk already had such tool for quite some time.

Do you have a reference?

CCing Mikolaj.
 
Thanks, Jens
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-leave@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/PLOXTMGYWV3KFOGTCIXVMIWRZQKD5ERD/
--

-Igor Gnatenko