From e3609e64a19e441bb3ede907b2438f539612afb7 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 26 Jun 2020 13:05:06 -0400 Subject: [PATCH] Do not build for EPEL 8. This stream is provided by RHEL 8 Signed-off-by: Stephen Gallagher --- nodejs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodejs.yaml b/nodejs.yaml index 61cbf1a..8756b9e 100644 --- a/nodejs.yaml +++ b/nodejs.yaml @@ -13,9 +13,9 @@ data: - MIT dependencies: - buildrequires: - platform: [] + platform: [-epel8] requires: - platform: [] + platform: [-epel8] references: community: http://nodejs.org documentation: http://nodejs.org/en/docs