From 097026d86246ec8cd327868456d9013a309bff7b Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 25 Sep 2020 15:54:17 -0400 Subject: [PATCH] Fix epel 8 exclusion Signed-off-by: Stephen Gallagher --- nodejs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodejs.yaml b/nodejs.yaml index 8756b9e..ef2ad0a 100644 --- a/nodejs.yaml +++ b/nodejs.yaml @@ -13,9 +13,9 @@ data: - MIT dependencies: - buildrequires: - platform: [-epel8] + platform: [-el8] requires: - platform: [-epel8] + platform: [-el8] references: community: http://nodejs.org documentation: http://nodejs.org/en/docs