Compare commits
60 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e964e88e2a | ||
|
|
b5671094a3 | ||
|
|
673b68f234 | ||
|
|
2bc13dbcbb | ||
|
|
ac2634c758 | ||
|
|
8c8e58e53b | ||
|
|
833ef2c4aa | ||
|
|
c5d7339fcf | ||
|
|
4d7c4246ab | ||
|
|
54adfd8214 | ||
|
|
138b0249a7 | ||
|
|
0283c8a6e6 | ||
|
|
860bf4e9aa | ||
|
|
afab4e2c8d | ||
|
|
3de7db368f | ||
|
|
5ac95e7abd | ||
|
|
8cddfd5d8d | ||
|
|
08294d8c54 | ||
|
|
15f1f51ac9 | ||
|
|
8a6bf92384 | ||
|
|
f7b6964f72 | ||
|
|
307a36b009 | ||
|
|
6f99a12a2c | ||
|
|
7ef0231d0b | ||
|
|
0226e649e5 | ||
|
|
a499f9233d | ||
|
|
ffb779b247 | ||
|
|
5066ff1a03 | ||
|
|
1b7a0f77ab | ||
|
|
3244286ebe | ||
|
|
f9d43e0316 | ||
|
|
17667a0a3e | ||
|
|
e979827b49 | ||
|
|
c842df7053 | ||
|
|
84bd729608 | ||
|
|
16403a8930 | ||
|
|
38459299e7 | ||
|
|
4e25916cc6 | ||
|
|
ec6a65d101 | ||
|
|
3d816e2830 | ||
|
|
30e9332cce | ||
|
|
947341170f | ||
|
|
8adbd6359d | ||
|
|
9574182633 | ||
|
|
0ec4b741bd | ||
|
|
43354dcbeb | ||
|
|
11afe20c67 | ||
|
|
2cd95a5580 | ||
|
|
6b21417a90 | ||
|
|
9a9706c877 | ||
|
|
7a44fcb241 | ||
|
|
ddd1031ae8 | ||
|
|
a81570e056 | ||
|
|
da4ffa9714 | ||
|
|
b48b23a30c | ||
|
|
79c8e87325 | ||
|
|
ca809f391a | ||
|
|
9c361aefb0 | ||
|
|
22b1233cfa | ||
|
|
5503294335 |
1 changed files with 50 additions and 0 deletions
50
postgresql.yaml
Normal file
50
postgresql.yaml
Normal file
|
|
@ -0,0 +1,50 @@
|
||||||
|
---
|
||||||
|
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-15
|
||||||
|
buildorder: 0
|
||||||
|
pgaudit:
|
||||||
|
rationale: pgaudit postgresql extension
|
||||||
|
ref: rawhide
|
||||||
|
buildorder: 1
|
||||||
|
# postgres-decoderbufs:
|
||||||
|
# rationale: postgres-decoderbufs postgresql extension
|
||||||
|
# ref: rawhide
|
||||||
|
# buildorder: 1
|
||||||
|
# pg_repack:
|
||||||
|
# rationale: pg_repack postgresql extension
|
||||||
|
# ref: rawhide
|
||||||
|
# buildorder: 1
|
||||||
Loading…
Add table
Add a link
Reference in a new issue