From 030f138f784287ab90b72edda1a02d12b8df23e4 Mon Sep 17 00:00:00 2001 From: Filip Janus Date: Tue, 8 Nov 2022 10:48:29 +0100 Subject: [PATCH] Initial import for postgresql 15 Related: #2128410 --- gating.yaml | 7 ++++ postgresql.yaml | 105 +++++++++++++++--------------------------------- 2 files changed, 39 insertions(+), 73 deletions(-) create mode 100644 gating.yaml diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..5f810b7 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,7 @@ +--- !Policy +product_versions: + - rhel-9 +decision_context: osci_compose_gate_modules +subject_type: redhat-module +rules: + - !PassingTestCaseRule {test_case_name: baseos-ci.redhat-module.tier1.functional} diff --git a/postgresql.yaml b/postgresql.yaml index a3875e6..09429af 100644 --- a/postgresql.yaml +++ b/postgresql.yaml @@ -1,92 +1,51 @@ --- document: modulemd -version: 2 +version: 3 data: name: postgresql - stream: 13 - version: 8060020220601142612 - context: d63f516d + 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. + 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 - xmd: - mbs: - buildrequires: - platform: - context: 00000000 - filtered_rpms: [] - koji_tag: module-centos-8.6.0-build - ref: virtual - stream: el8.6.0 - stream_collision_modules: - ursine_rpms: - version: 2 - commit: 8c21bd31a32a0180618235e2a30f99f0c639436b - mse: TRUE - rpms: - pg_repack: - ref: f6f38b8dba4eb7bc9c216615bd1943a0b11a3234 - pgaudit: - ref: 2182aab2dfeb3354a2d1affdc9c1382d5c825264 - postgres-decoderbufs: - ref: 70c8ed003a2ff03fd592a0149242350ab8dbb62b - postgresql: - ref: 1e86332c4e78f34fd8db9c4b8dca75c91aacff06 - scmurl: git+https://git.centos.org/modules/postgresql.git?#8c21bd31a32a0180618235e2a30f99f0c639436b - dependencies: - - buildrequires: - platform: [el8.6.0] - requires: - platform: [el8] + module: [MIT] + configurations: + - context: rhel9 + platform: el9 references: community: https://www.postgresql.org - documentation: https://www.postgresql.org/docs/13/index.html + 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 + - postgresql + - postgresql-server + profiles: + server: + rpms: + - postgresql-server + client: + rpms: + - postgresql components: rpms: - pg_repack: - rationale: pg_repack extension - repository: git+https://git.centos.org/rpms/pg_repack - cache: https://git.centos.org/repo/pkgs/pg_repack - ref: f6f38b8dba4eb7bc9c216615bd1943a0b11a3234 - buildorder: 1 - arches: [aarch64, i686, ppc64le, x86_64] + postgresql: + rationale: Module API. + ref: stream-postgresql-15-rhel-9.2.0 + buildorder: 0 pgaudit: rationale: pgaudit extension - repository: git+https://git.centos.org/rpms/pgaudit - cache: https://git.centos.org/repo/pkgs/pgaudit - ref: 2182aab2dfeb3354a2d1affdc9c1382d5c825264 + ref: stream-pgaudit-15-rhel-9.2.0 buildorder: 1 - arches: [aarch64, i686, ppc64le, x86_64] postgres-decoderbufs: rationale: postgres-decoderbufs extension - repository: git+https://git.centos.org/rpms/postgres-decoderbufs - cache: https://git.centos.org/repo/pkgs/postgres-decoderbufs - ref: 70c8ed003a2ff03fd592a0149242350ab8dbb62b + ref: stream-postgres-decoderbufs-15-rhel-9.2.0 + buildorder: 1 + pg_repack: + rationale: pg_repack extension + ref: stream-pg_repack-15-rhel-9.2.0 buildorder: 1 - arches: [aarch64, i686, ppc64le, x86_64] - postgresql: - rationale: Module API. - repository: git+https://git.centos.org/rpms/postgresql - cache: https://git.centos.org/repo/pkgs/postgresql - ref: 1e86332c4e78f34fd8db9c4b8dca75c91aacff06 - arches: [aarch64, i686, ppc64le, x86_64] -...