Compare commits

...
Sign in to create a new pull request.

4 commits

Author SHA1 Message Date
Stephen Gallagher
a22d2f70ac
Rebuild for further loosened dependency
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2020-04-23 08:32:33 -04:00
Stephen Gallagher
f7cecb3bf6
Rebuild for loosened dependency
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2020-03-10 21:03:39 -04:00
Stephen Gallagher
80b500be4d
Add 'devel' profile
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2020-02-28 10:42:27 -05:00
Stephen Gallagher
f217b39884
Build libuv-devel for epel8
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2020-02-24 15:03:46 -05:00

41
libuv.yaml Normal file
View file

@ -0,0 +1,41 @@
---
document: modulemd
version: 2
data:
summary: libuv-devel for EPEL 8
description: >-
This is a compatibility module that should be used only for developing
against libuv for EPEL 8.
license:
module:
- MIT
dependencies:
- buildrequires:
platform: [ el8, el8-playground ]
requires:
platform: [ el8, el8-playground ]
api:
# None of the RPMs are officially supported
rpms: []
profiles:
devel:
rpms:
- libuv-devel
filter:
rpms:
- libuv
- libuv-debuginfo
- libuv-debugsource
components:
rpms:
libuv:
rationale: The libuv-devel package
ref: epel8-buildroot
...