From 571ef126bca19a78138fd8fa3409baa84a503ff9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Mon, 29 Aug 2022 14:38:08 +0200 Subject: [PATCH] Limit to Fedora < 37 This stream is supported only on Fedora < 37 until 2023-05-16, bug #2121704. --- postgresql.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/postgresql.yaml b/postgresql.yaml index 5b274e5..47a95a2 100644 --- a/postgresql.yaml +++ b/postgresql.yaml @@ -11,9 +11,10 @@ data: module: [MIT] dependencies: - buildrequires: - platform: [] + # Supported only on Fedora < 37 until 2023-05-16, bug #2121704 + platform: [f35, f36] requires: - platform: [] + platform: [f35, f36] references: community: https://docs.pagure.org/modularity/ documentation: https://www.postgresql.org/docs/