From 3711ee74b3e5ffdf75b648b3640f8c0a811603ca Mon Sep 17 00:00:00 2001 From: Carl George Date: Thu, 1 Sep 2022 20:09:57 -0500 Subject: [PATCH] Really disabled building for epel8 I tried to disable this in a9639e680bc339c58057f06e2d46fb0fd92c10c3, but it was still built. I believe el8 is the correct platform name to filter out to prevent stream expansion from building in epel8. See rhbz#2042653 for more information. --- nextcloud.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nextcloud.yaml b/nextcloud.yaml index 183d974..9bf80e3 100644 --- a/nextcloud.yaml +++ b/nextcloud.yaml @@ -15,9 +15,9 @@ data: - MIT dependencies: - buildrequires: - platform: [-eln, -epel8] + platform: [-eln, -el8] requires: - platform: [-eln, -epel8] + platform: [-eln, -el8] references: documentation: https://docs.nextcloud.com/server/latest/admin_manual/ tracker: https://github.com/nextcloud/server/issues