Compare commits
29 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5db363a2ca | ||
|
|
9c8bcc4d02 | ||
|
|
967342782f | ||
|
|
8415518733 | ||
|
|
a57a482c89 | ||
|
|
ea752c7a95 | ||
|
|
541776cbdb | ||
|
|
901d5eddce | ||
|
|
60552ce1fe | ||
|
|
2fff333c7d | ||
|
|
3ef4cef7c6 | ||
|
|
355b12c06b | ||
|
|
222e0a6779 | ||
|
|
2e91e00b4e | ||
|
|
3bbe267d68 | ||
|
|
47d36fa7bb | ||
|
|
262cc86eed | ||
|
|
924f00807b | ||
|
|
8765a18f16 |
||
|
|
80adb39c18 | ||
|
|
891b95f8ec | ||
|
|
e8a0d23c26 | ||
|
|
030db998b0 | ||
|
|
921e0ac218 | ||
|
|
4d2f6cda39 | ||
|
|
dc199e56eb | ||
|
|
0a62ef069c | ||
|
|
8c26c9aa7f | ||
|
|
e73b6b8fbf |
1 changed files with 35 additions and 39 deletions
|
|
@ -1,41 +1,37 @@
|
|||
---
|
||||
document: modulemd
|
||||
version: 1
|
||||
version: 2
|
||||
data:
|
||||
summary: postgresql module
|
||||
description: This postgresql module has been generated.
|
||||
license:
|
||||
module: [ MIT ]
|
||||
dependencies:
|
||||
buildrequires:
|
||||
bootstrap: master
|
||||
requires:
|
||||
platform: master
|
||||
references:
|
||||
community: https://docs.pagure.org/modularity/
|
||||
documentation: https://github.com/modularity-modules/postgresql
|
||||
tracker: https://github.com/modularity-modules/postgresql
|
||||
api:
|
||||
rpms:
|
||||
- postgresql
|
||||
profiles:
|
||||
default:
|
||||
rpms:
|
||||
- postgresql-server
|
||||
server:
|
||||
rpms:
|
||||
- postgresql-server
|
||||
client:
|
||||
rpms:
|
||||
- postgresql
|
||||
filter: {}
|
||||
components:
|
||||
rpms:
|
||||
# postgresql-10.0-3.fc28
|
||||
postgresql:
|
||||
rationale: Generated.
|
||||
ref: 07894e0da4b994092abd0084fba982e075ccf3f3
|
||||
# uuid-1.6.2-39.fc27
|
||||
uuid:
|
||||
rationale: Generated.
|
||||
ref: 43c916caff937bdf8a97ded1abff3e01df4895f4
|
||||
|
||||
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-9.6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue