Re: [Rpm-maint] [rpm-software-management/rpm] RPM fails to parse rich dependencies returned by dependency generator (#167)

2017-03-08 Thread Igor Gnatenko
Closed #167 via #168. -- 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/issues/167#event-991074176___ Rpm-maint mailing list

Re: [Rpm-maint] [rpm-software-management/rpm] RPM fails to parse rich dependencies returned by dependency generator (#167)

2017-02-24 Thread Igor Gnatenko
`parseDep()` from `build/rpmfc.c` does it's own parser, so I think if I will reuse `rpmrichParse()` from `lib/rpmds.h`, we will construct full string, then pass constructed information to `rpmdsSinglePool()` and finally call `rpmfcAddFileDep()` on newly created rpmds. I suppose this should