From b8b989e11983daee9f359a802208cd7a569c576d Mon Sep 17 00:00:00 2001 From: Nikola Davidova Date: Fri, 21 Mar 2025 14:50:22 +0100 Subject: [PATCH] Add plans for postgresql:16 --- plans/modules.fmf | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/plans/modules.fmf b/plans/modules.fmf index 254bebb..035a2cc 100644 --- a/plans/modules.fmf +++ b/plans/modules.fmf @@ -15,3 +15,21 @@ ref: c9s environment: PSQL: ':15' + +/postgresql16-internal: + plan: + import: + url: https://gitlab.com/redhat/centos-stream/rpms/libpq.git + name: /plans/tier1/rhel + ref: c9s + environment: + PSQL: ':16' + +/postgresql16-public: + plan: + import: + url: https://gitlab.com/redhat/centos-stream/rpms/libpq.git + name: /plans/tier1/centos + ref: c9s + environment: + PSQL: ':16'