[Rpm-maint] [rpm-software-management/rpm] RFE: BuildRequires generator (#104)

Igor Gnatenko notifications at github.com
Fri Dec 2 09:38:57 UTC 2016


In many of languages (rust, python, golang) BuildRequires are normal Requires + Test deps. It's always (in many of cases) possible to get names of packages in advance, before building.

Since Requires are dynamic, BuildRequires also, but nowadays you still have to specify it manually and check those after each update of package. Would be nice to implement support for generating BuildRequires.

Usually such generator will require some additional package to be installed (cargo, python), so we will need to introduce someting like `BuildRequires(pre)` or `BuildRequires(source)` which should be installed for building SRPM. Having this is also beneficial for normal process since you don't need to modify buildroot all the time in order to have some macro.

-- 
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/104
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20161202/a7486957/attachment.html>


More information about the Rpm-maint mailing list