From e5816af0a92468575a7797aec8041fa9a9833e7e Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 26 Jun 2020 13:10:46 -0400 Subject: [PATCH] Do not build for EPEL 8. This stream is provided by RHEL 8 Signed-off-by: Stephen Gallagher --- nginx.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nginx.yaml b/nginx.yaml index b09eb9c..fa3321f 100644 --- a/nginx.yaml +++ b/nginx.yaml @@ -9,9 +9,9 @@ data: module: [ MIT ] dependencies: - buildrequires: - platform: [] + platform: [-epel8] requires: - platform: [] + platform: [-epel8] references: documentation: http://nginx.org/en/docs/ tracker: https://trac.nginx.org/nginx/