diff --git a/postgresql.yaml b/postgresql.yaml new file mode 100644 index 0000000..dcfff11 --- /dev/null +++ b/postgresql.yaml @@ -0,0 +1,52 @@ +--- +document: modulemd +version: 2 +data: + summary: PostgreSQL module + description: PostgreSQL is an advanced Object-Relational database + management system (DBMS). + The PostgreSQL server can be found in the + postgresql-server sub-package. + license: + module: [MIT] + dependencies: + - buildrequires: + platform: [] + requires: + platform: [] + references: + community: https://docs.pagure.org/modularity/ + documentation: https://www.postgresql.org/docs/ + tracker: https://github.com/modularity-modules/postgresql + api: + rpms: + - postgresql + - postgresql-server + profiles: + server: + rpms: + - postgresql-server + client: + rpms: + - postgresql + filter: {} + components: + rpms: + postgresql: + rationale: main server/client components + ref: stream-postgresql-12 + buildorder: 0 + pgaudit: + rationale: pgaudit postgresql extension + ref: stream-postgresql-12 + buildorder: 1 + # # https://github.com/timescale/timescaledb/issues/1456 + # timescaledb: + # rationale: timescaledb postgresql extension + # ref: stream-postgresql-12 + # buildorder: 2 + # # https://src.fedoraproject.org/rpms/postgres-decoderbufs/pull-request/1 + postgres-decoderbufs: + rationale: postgres-decoderbufs postgresql extension + ref: stream-postgresql-12 + buildorder: 1