From f5b0e7976e57568731025bf06e1f70a2cbd40a4c Mon Sep 17 00:00:00 2001
From: rockyautomation <rockyautomation@rockylinux.org>
Date: Mon, 26 Apr 2021 14:31:10 +0000
Subject: [PATCH] import postgresql-10-8030020201201142418.229f0a1c

---
 SOURCES/modulemd.src.txt | 45 ++++++++++++++++++++--------------------
 postgresql.yaml          |  2 +-
 2 files changed, 23 insertions(+), 24 deletions(-)

diff --git a/SOURCES/modulemd.src.txt b/SOURCES/modulemd.src.txt
index 4c706dd..c1f2348 100644
--- a/SOURCES/modulemd.src.txt
+++ b/SOURCES/modulemd.src.txt
@@ -1,41 +1,40 @@
+---
 document: modulemd
 version: 2
 data:
   name: postgresql
-  stream: "10"
+  stream: 10
   summary: PostgreSQL server and client module
-  description: PostgreSQL is an advanced Object-Relational database management system
-    (DBMS). The postgresql-server package contains the programs needed to create and
-    run a PostgreSQL server, which will in turn allow you to create and maintain PostgreSQL
-    databases. The base postgresql package contains the client programs that you'll
-    need to access a PostgreSQL DBMS server.
+  description: PostgreSQL is an advanced Object-Relational database management
+               system (DBMS). The postgresql-server package contains the
+               programs needed to create and run a PostgreSQL server, which
+               will in turn allow you to create and maintain PostgreSQL
+               databases. The base postgresql package contains the client
+               programs that you'll need to access a PostgreSQL DBMS server.
   license:
-    module:
-    - MIT
+    module: [MIT]
   dependencies:
-  - buildrequires:
-      platform:
-      - el8
-    requires:
-      platform:
-      - el8
+    - buildrequires:
+        platform: [el8]
+      requires:
+        platform: [el8]
   references:
     community: https://www.postgresql.org
     documentation: https://www.postgresql.org/docs/10/index.html
     tracker: http://bugzilla.redhat.com
-  profiles:
-    client:
-      rpms:
+  api:
+    rpms:
       - postgresql
+      - postgresql-server
+  profiles:
     server:
       rpms:
-      - postgresql-server
-  api:
-    rpms:
-    - postgresql
-    - postgresql-server
+        - postgresql-server
+    client:
+      rpms:
+        - postgresql
   components:
     rpms:
       postgresql:
         rationale: Module API.
-        ref: r8-stream-10
+        ref: stream-10-rhel-8.3.0
diff --git a/postgresql.yaml b/postgresql.yaml
index 895f144..cf4f1f9 100644
--- a/postgresql.yaml
+++ b/postgresql.yaml
@@ -38,4 +38,4 @@ data:
     rpms:
       postgresql:
         rationale: Module API.
-        ref: a541cd1bd7045b83ff56ba2970b0c7693f743f15
+        ref: 14eb4594bf7369f0503aa5daf12a1fd6ccf62f88
-- 
GitLab