From 5d37b317c1d11fafcad7773666398d32efd732f0 Mon Sep 17 00:00:00 2001 From: Bo Ren Date: Thu, 8 Jun 2023 16:47:52 +0800 Subject: [PATCH] import postgresql-stream-15.yaml Signed-off-by: Bo Ren --- README.md | 0 postgresql.yaml | 60 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 60 insertions(+) delete mode 100644 README.md create mode 100644 postgresql.yaml diff --git a/README.md b/README.md deleted file mode 100644 index e69de29..0000000 diff --git a/postgresql.yaml b/postgresql.yaml new file mode 100644 index 0000000..66253f1 --- /dev/null +++ b/postgresql.yaml @@ -0,0 +1,60 @@ +document: modulemd +version: 2 +data: + name: postgresql + stream: "15" + 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 + license: + module: + - MIT + content: + - MIT + - PostgreSQL + dependencies: + - buildrequires: + platform: [an8.7.0] + requires: + platform: [an8] + references: + community: https://www.postgresql.org + documentation: https://www.postgresql.org/docs/15/index.html + tracker: http://bugzilla.redhat.com + profiles: + client: + rpms: + - postgresql + server: + rpms: + - postgresql-server + api: + rpms: + - postgresql + - postgresql-server + components: + rpms: + pgaudit: + rationale: pgaudit extension + ref: a8-postgresql-stream-15 + buildorder: 0 + arches: [aarch64, loongarch64, i686, ppc64le, s390x, x86_64] + postgres-decoderbufs: + rationale: postgres-decoderbufs extension + ref: a8-postgresql-stream-15 + buildorder: 1 + arches: [aarch64, loongarch64, i686, ppc64le, s390x, x86_64] + postgresql: + rationale: Module API. + ref: a8-postgresql-stream-15 + arches: [aarch64, loongarch64, i686, ppc64le, s390x, x86_64] + buildorder: 1 + pg_repack: + rationale: pg_repack extension + ref: a8-postgresql-stream-15 + arches: [aarch64, loongarch64, i686, ppc64le, s390x, x86_64] + buildorder: 1 -- Gitee