From f217b39884412025a31a8f61b3429434dcf59c39 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Mon, 24 Feb 2020 15:00:43 -0500 Subject: [PATCH 1/4] Build libuv-devel for epel8 Signed-off-by: Stephen Gallagher --- libuv.yaml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 libuv.yaml diff --git a/libuv.yaml b/libuv.yaml new file mode 100644 index 0000000..98ba000 --- /dev/null +++ b/libuv.yaml @@ -0,0 +1,36 @@ +--- +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: [] + + filter: + rpms: + - libuv + - libuv-debuginfo + - libuv-debugsource + + components: + rpms: + libuv: + rationale: The libuv-devel package + ref: epel8-buildroot +... From 80b500be4d5dbf3dc6abcf7c7465265fbc16d959 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 28 Feb 2020 10:42:27 -0500 Subject: [PATCH 2/4] Add 'devel' profile Signed-off-by: Stephen Gallagher --- libuv.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libuv.yaml b/libuv.yaml index 98ba000..bf18c4c 100644 --- a/libuv.yaml +++ b/libuv.yaml @@ -22,6 +22,11 @@ data: # None of the RPMs are officially supported rpms: [] + profiles: + devel: + rpms: + - libuv-devel + filter: rpms: - libuv From f7cecb3bf605f4a184b98b45a2ceffa3afc1f202 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 10 Mar 2020 21:03:39 -0400 Subject: [PATCH 3/4] Rebuild for loosened dependency Signed-off-by: Stephen Gallagher From a22d2f70ac216133beb593526ec847a1c4f8cda7 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 23 Apr 2020 08:32:33 -0400 Subject: [PATCH 4/4] Rebuild for further loosened dependency Signed-off-by: Stephen Gallagher