#4 RPM: provide RPM dependencies
Opened by astepano. Modified

Typical Makefile:

    @echo "RhtsRequires:     library(kernel/base)" >> $(METADATA)
    @echo "RhtsRequires:     library(kernel/fs)" >> $(METADATA)

rpm -q --provides beakerlib-libraries
beakerlib-libraries = 0.1-39.g764645d.el7.centos

I propose to add PROVIDES supported libraries. That we can use Makefile natively.

I can do this, need only ACK from devs.


Log in to comment on this ticket.

Metadata