diff --git a/libuv.yaml b/libuv.yaml new file mode 100644 index 0000000..bf18c4c --- /dev/null +++ b/libuv.yaml @@ -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 +...