From d30059bccc3ef6442d18b0bd84347c027458e5ea Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Wed, 19 Apr 2017 17:27:32 +0200 Subject: [PATCH] initial version of the postgresql modulemd file --- postgresql.yaml | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 postgresql.yaml diff --git a/postgresql.yaml b/postgresql.yaml new file mode 100644 index 0000000..993eee8 --- /dev/null +++ b/postgresql.yaml @@ -0,0 +1,42 @@ +document: modulemd +version: 1 +data: + # name, stream, version are filled in by the build system + #name: "" + #stream: "" + #version: 0 + summary: 'The programs needed to create and run a PostgreSQL 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. + license: + module: + - MIT + content: + - PostgreSQL + dependencies: + buildrequires: + base-runtime: f26 + common-build-dependencies: master + requires: + base-runtime: f26 + api: + rpms: + - postgresql + profiles: + default: + rpms: + - postgresql-server + client: + rpms: + - postgresql + filter: {} + components: + rpms: + # part of common-build-dependencies: + # multilib-rpm-config, gettext + uuid: + rationale: 'Build dependency (for postgresql-contrib).' + ref: f26