diff --git a/postgresql.yaml b/postgresql.yaml new file mode 100644 index 0000000..ce6bca7 --- /dev/null +++ b/postgresql.yaml @@ -0,0 +1,38 @@ +--- +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: + # Supported only on Fedora < 37 until 2023-05-16, bug #2121704 + platform: [f35, f36] + requires: + platform: [f35, f36] + 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-10